搜索资源列表
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.
LcdRotation
- 基于WINCE,EVC开发,可以将LCD屏幕旋转90度,180度,270度,满足不同方向观看LCD画面的需求,-on WINCE, EVC development, the LCD screen can be rotated 90 degrees, 180 degrees, 270, meet different direction to watch the LCD screen demand
Russian_game1122
- 一个可以在嵌入式平台上面开发的俄罗斯方块程序,速度和画面都还不错。
eboot_new
- 三星2410eboot源程序,带开机画面
WinCE_OV511
- 在Windows CE.net 4.2下使用OV511摄像头,捕获视频,显示画面。其中的执行文件是ARM版本,需要在其他平台调试的再自己编译出来就可以了。 讲解部分主要讲了如何写流接口的USB驱动,以及如何进行控制和实时传输等内容,结合代码,比较容易理清思路。
bootloaderCode
- utu2440的bootloader,可以修改开机画面与进度显示。属于不公开资料。
2410_DISPLAY_Drv
- 从Sam sung2410 Wince bsp上修改过的Display driver.可以顺利的Display出画面.给初中阶学者学习用的,
2410_TOUCH_Drv
- 从Sam sung2410 Wince bsp上修改过的touch driver.可以在碰触到lcd画面时,在板子上作出LED灯变化.给初阶学者学习用的,
EVCtest
- WinCE系统下截取整个屏幕的画面,并保存为一个指定文件名*.bmp或*.jpg格式的图片,工程是在EVC下编写的,测试已经通过。-WinCE system interception of the screen the entire screen and save it as a specified file name*. bmp or*. jpg format pictures, projects are prepared in EVC, testing has been adopted.
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
MP4
- 一个在WINCE5.0下开发的MP4播放器,可以播放多种视频文件,画面优质.-A WINCE5.0 developed under the MP4 player, can play a variety of video files, picture quality.
GreedySnake
- wince 下用 VS2005 C# 开发的 贪吃蛇游戏,画面比较简单-wince with VS2005 C# development under the Snake game, the screen is relatively simple
CameraDemo
- 基于wince平台的摄像头程序,使用directshow实现,可以预览视频、捕捉画面、录制视频。-Wince platform based on the camera, the use of directshow to achieve, you can preview the video, capture images, record video.
uPaneLogic
- 在wince下自定义输入输出界面显示画面-Under the wince custom display input and output interfaces
YBC1.0
- evc下的切换画面的例子,自己编的,具有一定的实用价值-evc switch the screen under the example of their own series, has some practical value
A23
- jpeg视频文件:JPEG帧系列加上WAV音频 在WINCE 2440上播放,播放程序:PJW.EXE 180*120画面15帧/S,很流畅-Jpeg video files: jpeg frame series and WAV audio In WINCE 2440 play, play program: PJW. EXE 180* 120 picture 15 frame/S, very smooth
LOADCEPC
- dos下引导windows ce 系统用的bootloader 加载开机画面的程序-dos bootloader windows ce LOGO
HMISet
- wince系统下,对一些功能的使用,如重新启动、设置ce的开机画面-Wince under the system, the use of some features, such as the boot screen restart, set up the ce... , etc.
chartCe wince绘制曲线的控件
- 自用的chartCe控件,使用VS 2008 C#开发,在wince 6.0 R3中运行没问题。其他版本没有测试过。 采用了双缓冲绘图,更新画面不闪烁,运行时占用资源极少。有简单的自动缩放功能。可绘制历史曲线也可用做实时图表。 特别说明,这个控件是基于网友的windowFrom控件改的。