-
在Windows 2000或者XP系统下的ISA接口卡测试程序的完整代码,可参考或者直接使用。...
在Windows 2000或者XP系统下的ISA接口卡测试程序的完整代码,可参考或者直接使用。-in Windows 2000 or XP system under the ISA interface card integrity of the test procedure code direct reference or use.
- 2022-06-29 00:45:37下载
- 积分:1
-
我写的第一个wince下串口流驱动。对于熟悉串口驱动很好。初学者应好好看看。...
我写的第一个wince下串口流驱动。对于熟悉串口驱动很好。初学者应好好看看。-I wrote the article under a wince-driven serial port. Serial Drivers are familiar with the good. Beginners should take a look at.
- 2022-06-20 14:49:19下载
- 积分:1
-
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0...
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0-9)转换成一个中文(零-九),再把结果返回给应用程序,由应用程序显示出来。-CharSample examples of functions are : applications from the keyboard to receive a number, followed by DeviceIoControl call, this time passed to the driver, a driver will be digital (0-9) converted into a Chinese (zero-9), and then return the results to the application, applications displayed.
- 2022-12-16 14:30:03下载
- 积分:1
-
在vxd程序中调用系统d
在vxd程序中调用系统d-in vxd procedure call system d
- 2023-01-04 10:40:03下载
- 积分:1
-
IIFSSample的经典例子,相信大家会有用的,在国外站上收集到的...
IIFSSample的经典例子,相信大家会有用的,在国外站上收集到的-IIFSSample classic example, I believe will be useful for everyone in the foreign stations collected
- 2022-07-21 03:04:09下载
- 积分:1
-
JHD12864E LCD display data sheet
JHD12864E LCD display data sheet
- 2022-01-31 20:44:14下载
- 积分:1
-
1 程序开发步骤如下
(1) 打开vc,选择菜单项file
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件"floppy.h";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next quest
- 2023-05-03 02:30:03下载
- 积分:1
-
实现avstream流的驱动程序,大家快看看吧,驱动需要很好的耐心啊。...
实现avstream流的驱动程序,大家快看看吧,驱动需要很好的耐心啊。-achieve avstream flow of the driver, we quickly look at it, driving the need for patience ah well.
- 2022-02-13 11:10:25下载
- 积分:1
-
s3c44b0 NOR FLASH AM29F160 JFFS2文件系统 mtd驱动源代码,本人愿创,已经在产品中测试并使用。...
s3c44b0 NOR FLASH AM29F160 JFFS2文件系统 mtd驱动源代码,本人愿创,已经在产品中测试并使用。-s3c44b0 NOR FLASH AM29F160 JFFS2 file system MTD driver source code, I would like to hit, the product has been tested and used.
- 2022-03-30 02:44:06下载
- 积分:1
-
本例子是从网上一个的代码更改过来,原先只有对网络数据进行拦截,后来经过本人的更改,实现了对文件(2k和xp下测试过)的访问权限控制...
本例子是从网上一个的代码更改过来,原先只有对网络数据进行拦截,后来经过本人的更改,实现了对文件(2k和xp下测试过)的访问权限控制-this case from the Internet is a code change over, only to the original data network to intercept and were later I change and realize the right paper (2k and tested under xp) Access Control
- 2022-01-26 05:03:46下载
- 积分:1