资源列表

« 1 2 ... .35 .36 .37 .38 .39 440.41 .42 .43 .44 .45 ... 681 »

[Windows CEWinCE_Driver4

说明:在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
<chenl> 在 2025-06-12 上传 | 大小:27kb | 下载:0

[Windows CEWindows_CE_OAL

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

[Windows CEAD_Conversion

说明:ARM9的AD转换程序,基于mini2440的wince开发,运用多线程技术和事件技术,多重并举-Arm,how are you
<张立中> 在 2025-06-12 上传 | 大小:14kb | 下载:0

[Windows CEPDA_BackLigth

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

[Windows CEWindowsCE_Bluetooth

说明:由于蓝牙协议是在无线技术下的仿真串口,蓝牙中OBEX的许多应用正是基于蓝牙仿真串口。而流接口驱动程序通过一组流接口函数使得应用程序可以通过文件系统中的特殊文件而与设备接口,因此蓝牙仿真串口的功能性更适合流接口驱动程序的结构。-As wireless technology Bluetooth protocol is simulated under the serial port, OBEX Bluetooth in many applications is based on the Bluetoo
<chenl> 在 2025-06-12 上传 | 大小:7kb | 下载:0

[Windows CEftpTest

说明:Wince 下用EVC开发的Ftp测试程序-Wince Ftp under development with the test procedure EVC
<冯志刚> 在 2025-06-12 上传 | 大小:48kb | 下载:0

[Windows CEWinCE_Driver1

说明:调用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 里
<chenl> 在 2025-06-12 上传 | 大小:14kb | 下载:0

[Windows CEdialog

说明:wince 嵌入式开发小编程,制作对话框,显示对话框的小实验,对初学者绝对有用-development of small wince embedded programming, production dialog, a dialog box of small experiments, absolutely useful for beginners
<边桥红药> 在 2025-06-12 上传 | 大小:1.1mb | 下载:0

[Windows CEWinCE_Driver3

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

[Windows CEHelloCE

说明:winCE的简单程序,适合刚刚接触windowsCE程序设计的朋友,希望对大家有帮助-winCE simple program, just contact windowsCE program design for friends, we want to help
<han> 在 2025-06-12 上传 | 大小:1.37mb | 下载:0

[Windows CE2410WinCE

说明:博创科技经典2410 快速开始手册(WinCE) 北京博创兴业科技有限公司 2008.7-Borch Classic 2410 Quick Start Guide Technology (WinCE) Industrial Technology Co., Ltd. Beijing Borch 2008.7
<陈博强> 在 2025-06-12 上传 | 大小:1.75mb | 下载:0

[Windows CEWinCE_InputMethod

说明:WinCE的输入法编写,说复杂也不复杂,说简单亦不简单.说复杂嘛,是因为输入法是一个COM,需要实现某些接口,并且由于其特殊性,不能像普通应用程序一样进行调试 说简单嘛,只要把层次搞清,剩下的就和普通应用程序没什么太多的区别.-WinCE input method written in that complex is not complicated, and said simply not easy. That complex thing, because the input method is
<chenl> 在 2025-06-12 上传 | 大小:19kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 440.41 .42 .43 .44 .45 ... 681 »

源码中国 www.ymcn.org