二十四节气小暑(PS素材资源 PSD源文件图片下载).zip
2022-04-30 14:06:53 18.02MB 二十四节气小暑
VMmark_Users_Guide_3.1.1_2020-06-24.pdf
2022-04-27 20:01:01 917KB 文档资料
1
VMmark_Rules_3.x_2020-06-24.pdf
2022-04-27 20:01:01 139KB 文档资料
1
汉字,英文ASCII码点阵字库 12、16、24、48点阵字库ASC12.fon,ASC16.fon,ASC24.fon,ASC48.fon,HZK12.fon,HZK16.fon,HZK24.fon,HZK48S, 常用所有点阵字库,12、16、24、48点阵字库
1
void CExample10View::OnSave555BiBitfields() { // TODO: Add your command handler code here if(lpBmpDataBuf==NULL) { MessageBox("当前没有打开的位图"); return; } BYTE r,g,b; LPBYTE lpDest,lpSrc; int i,j; int nheapSize; CFileDialog filesavebox(FALSE,"bmp","BI_BITFIELDS.bmp",OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT,"files(*.bmp)|*.bmp|",NULL); CFile file; CString strPathname; if(m_bmi.biBitCount!=24) { MessageBox("当前打开的位图不是24位位图"); return; } memcpy(&m_newbmf,&m_bmf,sizeof(BITMAPFILEHEADER)); memcpy(&m_newbmi,&m_bmi,sizeof(BITMAPINFOHEADER)); m_newbmi.biBitCount=16; m_newbmi.biCompression=BI_BITFIELDS;//即3 m_newbmi.biSizeImage=WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; m_newbmf.bfSize=sizeof(BITMAPFILEHEADER)+sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3 +WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; m_newbmf.bfOffBits=sizeof(BITMAPFILEHEADER)+sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3; nheapSize=sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3 +WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; if(lpnewBmpDataBuf!=NULL) { delete []lpnewBmpDataBuf; lpnewBmpDataBuf=NULL; } lpnewBmpDataBuf=new BYTE[nheapSize]; memcpy(lpnewBmpDataBuf,&m_newbmi,sizeof(BITMAPINFOHEADER)); DWORD* lp=(DWORD*)(lpnewBmpDataBuf+sizeof(BITMAPINFOHEADER)); *lp++=0x00007c00; *lp++=0x000003e0; *lp =0x0000001f; for(i=0;i>3); } } if(filesavebox.DoModal()!=IDOK) return; strPathname=filesavebox.GetPathName(); if(!file.Open(strPathname,CFile::modeCreate|CFile::modeWrite)) { MessageBox("Can not Create File!"); return; } file.Write(&m_bmf,sizeof(BITMAPFILEHEADER)); file.Write(lpnewBmpDataBuf,nheapSize); file.Close(); Invalidate(TRUE); } void CExample10View::OnSave565() { // TODO: Add your command handler code here if(lpBmpDataBuf==NULL) { MessageBox("当前没有打开的位图"); return; } BYTE r,g,b; LPBYTE lpDest,lpSrc; int i,j; int nheapSize; CFileDialog filesavebox(FALSE,"bmp","565.bmp",OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT,"files(*.bmp)|*.bmp|",NULL); CFile file; CString strPathname; if(m_bmi.biBitCount!=24) { MessageBox("当前打开的位图不是24位位图"); return; } memcpy(&m_newbmf,&m_bmf,sizeof(BITMAPFILEHEADER)); memcpy(&m_newbmi,&m_bmi,sizeof(BITMAPINFOHEADER)); m_newbmi.biBitCount=16; m_newbmi.biCompression=BI_BITFIELDS;//即3 m_newbmi.biSizeImage=WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; m_newbmf.bfSize=sizeof(BITMAPFILEHEADER)+sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3 +WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; m_newbmf.bfOffBits=sizeof(BITMAPFILEHEADER)+sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3; nheapSize=sizeof(BITMAPINFOHEADER)+sizeof(DWORD)*3 +WIDTHBYTES(m_newbmi.biWidth,m_newbmi.biBitCount)*m_newbmi.biHeight; if(lpnewBmpDataBuf!=NULL) { delete []lpnewBmpDataBuf; lpnewBmpDataBuf=NULL; } lpnewBmpDataBuf=new BYTE[nheapSize]; memcpy(lpnewBmpDataBuf,&m_newbmi,sizeof(BITMAPINFOHEADER)); DWORD* lp=(DWORD*)(lpnewBmpDataBuf+sizeof(BITMAPINFOHEADER)); *lp++=0x0000f800; *lp++=0x000007e0; *lp =0x0000001f; for(i=0;i>3); } } if(filesavebox.DoModal()!=IDOK) return; strPathname=filesavebox.GetPathName(); if(!file.Open(strPathname,CFile::modeCreate|CFile::modeWrite)) { MessageBox("Can not Create File!"); return; } file.Write(&m_bmf,sizeof(BITMAPFILEHEADER)); file.Write(lpnewBmpDataBuf,nheapSize); file.Close(); Invalidate(TRUE); }
2022-04-27 16:12:37 663KB bmp 16位 24位 图像变换
1
true SKY UE4 Plugin true SKY UE4 Plugin Installation and Setup We have worked hard to make sure installing trueSKY is as easy as possible. Before you select you engine, you will need an account to be able to download trueSKY. Creating a Simul Account If you already have an account with us, you can skip this section and select your preferred engine.
2022-04-27 12:18:07 160.55MB UE4 true SKY trueSKY
1
wedo2.0_24节课程 第1节课-pata 第2节课-仿生机器人-尺蠖 第3节课duck-单电机前进、转弯-0831修订 第4节课-仿生机器人-猴子 第5节课-狮身羊面-自动转弯 第6节课-轮式起重机 第7节课-长弓-阿帕奇 第8节课-叉车 第9节课-自动感应门 第10节课-联合收割机 第11节课bird-0901修订 第12节课-仿生机器人-青蛙 第13节课-仿生机器人-鳄鱼 第14节课-仿生机器人-大象 第15节课-投石机 第16节课-画弦波的羊 第17节课-小巨人 第18节课-Wedo+Spirograph万花尺 第19节课-Model+No.+A088-沿墙边走 第20节课-七品芝麻官-二足行走 第21节课-磁悬浮 第22节课-运20 第23节课-仿生机器人-滩涂鱼 第24节课-双翼螺旋桨小飞机
2022-04-27 12:05:57 98.74MB 少儿编程 wedo2.0 scratch 编程猫
从《学通C#的24堂课》随书光盘中拷贝出的源码,详见其中“光盘使用说明”。
2022-04-26 09:36:06 33.95MB C# 源码
1
基于visual C++的24点游戏(网络版) 功能强大
2022-04-26 09:04:14 3.45MB 24点游戏 visual C++ 网络游戏
1
.NET安装卸载V3.43.1.exe .old文件删除V3.39.1.exe 2016卸载工具V3.20.1.exe 4K扇区对齐查看工具V3.71.1.exe Aero特效诊断工具V2.47.1.exe Aero视觉效果修复工具V1.85.1.exe AMD显卡驱动卸载工V3.84.1.exe A卡驱动卸载工具V4.09.1.exe DirectX修复V3.41.1.exe Flash修复工具V3.86.1.exe Fn+F5快捷键修复工具V2.79.1.exe Framework修复工具V4.12.1.exe IE10_11无法启动V2.04.1.exe IE主页设置工具V2.08.1.exe IE主页设置已损坏修复工具V3.58.1.exe IE优化工具V1.55.1.exe IE加载项问题自动诊断识别工具V1.53.1.exe IE浏览器修复工具V1.63.1.exe IE运行时报错修复工具V1.61.1.exe IP地址查看工具V3.88.1.exe LSPrepairV3.44.1.exe miix4键盘翻转V3.50.1.exe Miix510FNV3.18.1.exe