搜索资源列表
UsbFilter
- 在磁盘过滤驱动与USB设备驱动之间加载过滤驱动MyFiter,从而实现透明加解密。-USB disk filter driver and load the filter driver between the device driver MyFiter, in order to achieve transparent encryption and decryption.
1047@52RD_09129@52RD_091015@52RD_dynamic_lcd_senso
- MTK平台动态加载程序的例子,实现了把lcd和sensor的驱动编译为单独的bin文件,系统启动时从T卡动态加载和安装,对于开发位置无关程序很有参考意义,本人原创。-MTK platform for dynamic loader example, realized the lcd and the sensor driver is compiled as a separate bin file, the system starts from the T card to dynamically lo
groupsends
- 运行本程序前应安装金仓短信王标准商务版DG-C1A驱动程序,安装完驱动还需要在程序中加载dllforvc.dll、dllforvc.lib、dllforvc.h文件。 运行本程序,打开程序登录界面,如图1.1所示。输入用户名mr、密码mrsoft,单击“登录”按钮,进入程序主界面 -Run this program should be installed before the payment warehouse standard commercial version of SMS Wan
VSerial
- WindowsXP下虚拟串口驱动源码.使用VC的编译环境编译,目前还是在HelloWDM的基础上进行,完成了驱动的框架,虚拟的串口7。系统加载驱动好,必须在注册表中手动添加才行,具体位置是HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM,在这里加入新项目,名为MyWDMDevice,类型为REG_SZ,内容是COM7。向虚拟串口写入的数据会自动发回来。本程序适合初学者学习参考。-Virtual serial port driver source c
MyActivity
- 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不