搜索资源列表
windows磁盘IO
- 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
UDP_Talker
- 点对点视频、音频聊天的小工具。 该工具使用Windows的VFW库进行视频采集、压缩。 该工具中有一些自封装类库可提供大小学习之用; -point-to-point video and audio chatting small tools. The use of tools for Windows VFW video capture, compression. The tool has some self Packaging Class size will provide learn
Modemource
- 调制解调器是一种使计算机通过电话线路通信的设备。使用调制解调器,您可以向另一台配有调制解调器的计算机发送数据。这使您可以从全球网 (World Wide Web) (正如您现在所做的一样) 中下载信息、发送和接收电子邮件 (e-mail) 及与远程对手玩计算机游戏。一些调制解调器还能发送和接收传真及语音电话呼叫。 不同的调制解调器通信速率也不相同。许多新型的调制解调器能以 33.6 kbps 的速率发送和接收数据;以 14.4 kbps 的速率发送和接收传真。一些调制解调器能以高达
Driver_printer
- 热敏打印机驱动程序源码;内容全面;功能强大-thermal printer driver source code; Comprehensive; Powerful
MyVprinter
- 用delphi开发的有关打印的驱动实例; LIBRARY genprint EXPORTS EnumPrintProcessorDatatypesW OpenPrintProcessor PrintDocumentOnPrintProcessor ControlPrintProcessor ClosePrintProcessor GetPrintProcessorCapabilities-with delphi development
testUSB
- 查找所有的USB设备,获得usb控制器信息,端口信息,连接设备信息及U盘描述;查找HID设备,获取U盘名称,产品ID,版本,序列号
C++_VxD
- 由C或C++语言创建VxD:需安装VC2.0或BC4.0,及Vireo Software公司的VToolsD软件包. VToolsD含3个实用工具:可创建VxD框架的QuickVxD;可动态装卸VxD的VxD Loader;可显示内存VxD特性的VxD Viewer;
VBandPLC
- VB环境下PLC和上位机通信的实现 关键词:上位机;MSComm通信;可编程控制器
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
modemDriver
- 短信modem驱动程序&接口。西门子mc39i的modem设备运行正常,提供pdu模式收发短信;modem拨号上网等功能-SMS modem driver & interface. Siemens mc39i the modem is operating normally, providing pdu mode send and receive SMS modem dial-up Internet access and other functions
IIC_Verilog1
- 功能:IIC通信的Verilog描述写法; 包含有通信部分(写数据和读数据),分频时钟SCL,和顶层模块。-Function: IIC communication Verilog descr iption written contains the communication part (write and read data), sub-frequency clock SCL, and the top-level module.
Fax
- 功能:传真演示程序。 版本:Ver2.2。 其具体操作过程如下: 1)设置好所发(收)传真文件(可以设置从指定页开始收发文件)。(收传真还需设置存放文件路径) 2)拨号,摘机后播放提示音,选择收发传真操作。 3)开始收(发)传真。 4)操作结束,挂机。 需要注意的是如需加发文件,则需要在传真已经开始以后再加发文件。且加发文件格式应与已在发文件格式相同。如在发文件是Fax文件,则只能加发Fax文件;如在发文件是Tif文件,则只能发Tif文件。 -Fu
68013Driver
- 对68013A采用slavefifo方式进行bulk读写操作,用EP2做in端点,1024字节,2从缓冲;用EP6做OUT端点,512字节,4从缓冲-68013A conducted on the use of slavefifo bulk reads and writes to do in endpoint with EP2, 1024 bytes, 2 from the buffer do with EP6 OUT endpoints, 512 bytes, 4 from the buff
PLX_9054_9056_8311_WDM
- PLX pci\pcie接口芯片WDM驱动源程序,适用于Plx8000;Plx6000;Plx9050;Plx9030;Plx9080;Plx9054;Plx9056;Plx9656 Plx8311。-PLX pci \ pcie interface chip WDM driver source code for Plx8000 Plx6000 Plx9050 Plx9030 Plx9080 Plx9054 Plx9056 Plx9656 Plx8311.
Document
- 老马翻译的Microsoft Windows驱动程序模型设计(第一版),给对英文并不是太熟练的开发人员或爱好者提供方便的阅读环境;本资料整合了随书附带的CD文档,免去读者到处搜索随书资料的不便。-ShaoHua Ma translation of the Microsoft Windows Driver Model Design (first edition), to the English is not very skilled developers, or fans of great hel
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
CMOSRW
- CMOS数据的写程序,在WINDOWS平台下进行I/O端口的读写操作实例应用;实现CMOS数据的读取备份和写入操作,CMOS实时时钟的读取和显示功能;-CMOS data written procedures carried out under WINDOWS platform I/O port to read and write operation of examples of applications the realization of CMOS data backup of the r
FileFilter
- 一个windows U盘的过滤驱动代码,让U盘插入电脑后只能读取数据,而无法写入文件;-A windows U disk filter driver code, so that U disk into the computer can only read data, and can not write to file
Driver1
- 驱动程序菜鸟入门系列——2;与我上传的1相对应,采取逐步深入-Getting Started Series rookie driver- 2 and I uploaded should be a relative, step-by-step depth
单片机c语言应用100例
- 常用单片机功能C程序;包含串行口;液晶数码驱动;中断;定时;键盘程序等。(C program with common use of MCU)