搜索资源列表
Bmp2Txt
- 解析BMP文件,并将BMP文件数据转换成C文件格式。 可适用于Windows CE开发时替换其LOGO画面。-analytic BMP file, and BMP file data into C files. Windows CE can be applied to the development of its replacement when LOGO picture.
ReadBmp
- WINCE实现,平台EVC4.0,实现了根据路径读取BMP文件,代码清晰,难得,希望能够帮助大家
DispBmp
- Windows CE下显示BMP图片,用eVC开发,包含工程文件
PocketEarthDemoAuto
- 将earth.bmp文件复制到根目录下,libGLES_CM.dll文件放入Windows文件夹或者和可执行文件一个文件夹下,就可以运行了。 用触控笔拖拽屏幕可以转动地球……仪!
bits_extract
- 在嵌入是开发时经常要将开机logo之类的图片编译进程序,这个时候就需要这个将bmp文件转化成.h格式的头文件的程序了。
IImage
- wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter(\"选中其中一个文件|*.bmp *.jpg *.gif *.png\") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter) i
BmpOutPut
- WinCE实现屏幕截图并保存为BMP文件,通过句柄获得HDC并保存为BMP文件,从而实现全屏截图以及窗口截图,详细内容:http://blog.csdn.net/wyunteng/archive/2011/04/30/6375381.aspx-WinCE screenshot and save it as BMP file handle HDC and save it as BMP file in order to achieve full-screen screenshots and wind
bmp2c
- 将bmp文件转成16位彩色的C数组,用于生成WinCE启动画面需要的数据,用C#开发。还可以将生成好的C数组读入显示-Bmp files will be converted into 16-bit color of the C array, WinCE startup screen used to generate the data needed, and C# Development. Can also generate a good read into the array C show
WinCEDemo(media)
- WinCE下的UI应用程序Demo,完全Win32的程序,未使用MFC,其中的skin.lib包含音频播放(wma,wav,mp3),视频播放(太多了,不记得),图片浏览(JPG,GIF,PNG,BMP),电子书阅读(TXT,HTML,XML等所有文本格式都支持),文件下载,MD5码校验,SKIN库能做的UI元素有按钮,chekbox,列表,文本框,编辑框,动画,进度条,滑动条,滚动条,图片-wince platform wma wav mp3 player
ScreenShot_WinCE
- 实现Windows CE 6.0 截屏功能,生成BMP文件,保存在根目录下。-Achieve Windows CE 6.0 screenshot function, generated BMP file, saved in the root directory.
Draw
- 用EVC4.0开发的一个画图板程序,可以打开或存储为bmp格式的文件-EVC4.0 with a drawing board to develop procedures that will open or stored as bmp files
picture
- 遍历文件夹所有的JPG和BMP文件,双击打开文件实现上下翻页,放大缩小功能-Traverse Folder all JPG and BMP files, open the file to achieve double-click the page from top to bottom, zoom function
bmp2txt
- 解析BMP文件,并将BMP文件数据转换成C文件格式。-analytic BMP file, and BMP file data into C files. Windows CE can be applied to the development of its replacement when LOGO picture.