搜索资源列表
TaskSwitcher
- EVC做的例程,中间按钮弹出式菜单,可切换当前任务。类似Windows中的任务管理器。
PDBView
- PDBView是一个可以查看palmOS执行包*.pdb(类似于java包*.jar)结构的小工具
CEPaint
- wince下的画图程序,WINCE没有带这个小工作,为了让产品更象PC机,我写了这个程序,完全自主编写和代码实现,没有使用DLL或OCX等封装过的东西。功能和WIN32版本类似,因API缺少的原因无画曲线和截取任意图形的功能,其他功能完整。EVC4下编译通过
Menu
- 自己编写的,类似数码相机一样的菜单,开发环境是用evc和wince sdk.
Main
- 自己写的类似,数码相机的主界面.主要实现方法是,使listctrl透明,然后贴上背景图.开发环境,evc+wince sdk
TransparentVolumeBar
- wince透明窗口,类似于音量控制窗体,始终置于顶层,采用区域裁减算法生成
button
- 这是一个类似于MEDIAPLAYER的系统支持控件,把它添加在工具拦里使用
2410_Boot
- s3c2410 基于优龙的2410 bootloader,类似于LINUX启动方式的NBOOT.
regedit_ce
- WINCE下,注册表编辑程序,类似于windows下的regedit。值得收藏
IISP
- 输入法源代码自由拼音输入法源代码(T9),使用方法类似新全拼。..
MFC_HeaderBarControl_Demo
- 实现类似wince系统自带顶部工具条,能添加左右两个按钮,并可以加菜单。代码绝对好用,自己修改一下就可以支持添加多个按钮。
lang
- 用EVC4.0实现的一种类似于BASIC的编程语言,可以实现基本的编程并可以执行
MyDriver
- 一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows pr
WINCE6.0_test
- 嵌入式wince6.0的一个入门的程序,学习wince6.0的人值得看一看,类似windows下面的windows编程-Embedded wince6.0 of an entry process, people learn wince6.0 worth a look, similar to the following windows programming windows
SymblePDA二维条码扫描枪的驱动应用程序
- SymblePDA二维条码扫描枪的驱动应用程序,内嵌了2维条码识别,SQLCE,网络通信等功能,用于物流等类似行业二维条码PDA管理系统,Two-dimensional bar code scanning gun SymblePDA driven applications, embedded in a 2-D bar code identification, SQLCE, network communication and other functions for the logistics in
wincePvb
- wince 下使用的类似于CVI控件的仪表曲线图等控件,有例程,有需要的DLL,填补wince下仪表开发控件的空白-CVI wince under the control of the use of similar instruments such as the control curve, there are routines, we need the DLL, wince under the instrument developed to fill gaps in control
wceui_msgbox
- windowsCE 下的免费UI开发库wince,采用directUI以及xml技术,可快速开发出类似IPHONE效果的UI界面程序-windowsCE free UI development library under the wince, with directUI and xml technology, can quickly develop a similar effect of the UI interface program IPHONE
EVC_SerialPort
- wince下的串口调试助手,功能与WINDOWS下的调试助手类似!-wince under the serial debugging assistant, features and debugging assistant under WINDOWS similar!
camerapp.tar
- Wince 下基于Directshow的Camera Applciation。类似与PC平台上的AMCAP。适用与兼容UVC的Video device。-This is a simple camera capture application based on the Directshow in WinCE. It is the same with the AMCAP in PC, and can works fine for the video devices compatable with U
EVC4.2.iniFilereadwriteFounction
- 是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed