CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 嵌入式/单片机编程 Windows CE

资源列表

« 1 2 ... .36 .37 .38 .39 .40 441.42 .43 .44 .45 .46 ... 684 »
  1. slider

    0下载:
  2. 仿IHpone 滑屏特效,用进度条实现 可运行在wince下 按下不放一直拖动到终点可解锁-Imitation IHpone sliding screen effects can be achieved with the progress bar under the press run in wince and hold to drag to the finish to unlock
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:34.84kb
    • 提供者:羊是的
  1. UI_wince

    0下载:
  2. wince 界面开发资料 以美化按钮为主,贴图等 vs环境运行-wince data interface development to beautify the main button, and texturing operation vs environment
  3. 所属分类:Windows CE

    • 发布日期:2017-05-30
    • 文件大小:12.3mb
    • 提供者:羊是的
  1. WinCE_Driver2

    0下载:
  2. 如何调用WINCE的软键盘? 调用API SipShowIM(SIPF_ON),前提是内核加入了软键盘组件。 基于HIVE的注册表,如何在系统关闭前保存注册表的数据到文件system.hv? 调用API RegFlushKey函数。 -WINCE how to call the soft keyboard? Call the API SipShowIM (SIPF_ON), provided that the core components by adding
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:12.14kb
    • 提供者:chenl
  1. WinCE_Driver4

    0下载:
  2. 在mediaplayer全屏播放的时候,我可以用键盘上的某一个键调节声音大小,现在我想在屏幕上显示调节的结果就跟我们看电视一样能出来一些标记。当声音变大在屏幕上就增多,当声音变小的时候就减少 得到播放窗口的DC,然后在上面显示一个不同颜色的矩形或者其它形状。 -In mediaplayer full screen, I can use a key on the keyboard to adjust the sound of a size, and now I want to adju
  3. 所属分类:Windows CE

    • 发布日期:2017-04-08
    • 文件大小:27.48kb
    • 提供者:chenl
  1. Windows_CE_OAL

    0下载:
  2. Windows CE微软针对嵌入式领域推出的一款全新的操作系统。之所以说它是一款全新的操作系统,是因为尽管Windows CE的UI非常接近其它的桌面版Windows操作系统,但是它的内核完全是重新写的,并不是任何一款桌面版Windows的精简版本。 Windows CE是一种支持多种CPU架构的操作系统,其中包括ARM、x86、MIPS和SHx,极大地减轻了OEM开发过程中移植操作系统的工作量-The field of Microsoft Windows CE for embedded in
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:70.39kb
    • 提供者:chenl
  1. PDA_BackLigth

    0下载:
  2. 要防止PDA闲置时电源自动关闭,可以从两种角度去思考, 常规做法是更改WinCE配置, 也就是修改电源闲置关闭时间的注册表键值, 然后激发一个事件重新加载这些配置, 这样做存在一个恢复的问题, 当我们的工作(同步)完成后需要恢复用户原来的配置, 那么我们换一角度去思考, 既然WinCE允许设置自动关闭时间, 那么WinCE系统中必然存在一个线程在指定时间后挂起系统(关闭电源), 这个线程一定有一个定时器-To prevent the PDA automatically turn off the
  3. 所属分类:Windows CE

    • 发布日期:2017-04-02
    • 文件大小:18.82kb
    • 提供者:chenl
  1. WindowsCE_Bluetooth

    0下载:
  2. 由于蓝牙协议是在无线技术下的仿真串口,蓝牙中OBEX的许多应用正是基于蓝牙仿真串口。而流接口驱动程序通过一组流接口函数使得应用程序可以通过文件系统中的特殊文件而与设备接口,因此蓝牙仿真串口的功能性更适合流接口驱动程序的结构。-As wireless technology Bluetooth protocol is simulated under the serial port, OBEX Bluetooth in many applications is based on the Bluetoo
  3. 所属分类:Windows CE

    • 发布日期:2017-04-07
    • 文件大小:6.99kb
    • 提供者:chenl
  1. ftpTest

    0下载:
  2. Wince 下用EVC开发的Ftp测试程序-Wince Ftp under development with the test procedure EVC
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:47.78kb
    • 提供者:冯志刚
  1. WinCE_Driver1

    0下载:
  2. 调用directshow出现链接错误,如何解决? player.obj : error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj : error LNK2001: unresolved external symbol _IID_IMediaControl 这是因为链接器没有找到合适的.lib文件。两种办法: 1、在EVC菜单Tools—options—directories 里
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:14.07kb
    • 提供者:chenl
  1. dialog

    0下载:
  2. wince 嵌入式开发小编程,制作对话框,显示对话框的小实验,对初学者绝对有用-development of small wince embedded programming, production dialog, a dialog box of small experiments, absolutely useful for beginners
  3. 所属分类:Windows CE

    • 发布日期:2017-05-06
    • 文件大小:1.1mb
    • 提供者:边桥红药
  1. WinCE_Driver3

    0下载:
  2. 为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢? 如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用-Why W
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:12.2kb
    • 提供者:chenl
  1. HelloCE

    0下载:
  2. winCE的简单程序,适合刚刚接触windowsCE程序设计的朋友,希望对大家有帮助-winCE simple program, just contact windowsCE program design for friends, we want to help
  3. 所属分类:Windows CE

    • 发布日期:2017-05-03
    • 文件大小:1.37mb
    • 提供者:han
« 1 2 ... .36 .37 .38 .39 .40 441.42 .43 .44 .45 .46 ... 684 »
搜珍网 www.dssz.com