-
凌华科技 ADlink PCI
凌华科技 ADlink PCI-9222板卡AI AO DMA Sample源码-ADlink PCI-9222 AI AO DMA transfer DEMO
- 2022-09-08 07:15:03下载
- 积分:1
-
Arm LPC2200 development board
Arm开发LPC2200实验板驱动包,以最快的速度来运行,最有效率的代码-Arm LPC2200 development board-driven experiment kits, with the fastest speed operation and efficient code
- 2022-11-29 05:10:04下载
- 积分:1
-
Windows XP WDM 驱动实例,使用DriverWorks编写,均通过调试
Windows XP WDM 驱动实例,使用DriverWorks编写,均通过调试-Windows XP WDM driver instance, the use of DriverWorks prepared through debugging
- 2022-02-14 03:52:11下载
- 积分:1
-
we can use two programming methods, one is prepared to control their various reg...
我们可以采用两种编程方法,一种是自己编写控制各种寄存器代码进行数据的采集和输出,另外一种就是利用他封装的DLL的方法访问相应的函数进行完成.为了节省时间提高开发效率,当然使用第二种方法了-we can use two programming methods, one is prepared to control their various register code data collection and output and the other is to take advantage of his package DLL visit to the corresponding function completed. In order to save time to improve the efficiency, of course, use the second method
- 2023-06-06 21:55:03下载
- 积分:1
-
PCI驱动程序。它是为那些谁想要开发WDM高应用价值…
PCI驱动程序,对于想要开发WDM驱动程序的人有非常好的应用价值-Dirver of PCI. It is of high applicable value for those who want to develop WDM drivers.
- 2022-04-16 08:59:50下载
- 积分:1
-
ARM9 S3C2410 WinCE5.0 EBOOT的源代码
ARM9 S3C2410 wince5.0 eboot source code
- 2022-07-26 02:21:50下载
- 积分:1
-
三星2CC tuner 驱动程序,用于三星DNOS204 TUNER,经过实际测试运行稳定...
三星2CC tuner 驱动程序,用于三星DNOS204 TUNER,经过实际测试运行稳定-Samsung 2CC tuner driver for the Samsung DNOS204 tuner, after the actual test run stability
- 2023-04-04 07:05:03下载
- 积分:1
-
Filemon学习历程,文件过滤系统编程学习指南
Filemon学习历程,文件过滤系统编程学习指南-Filemon learning process, file filtering system programming study guide
- 2022-07-26 08:21:52下载
- 积分: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
-
the procedures used to demonstrate how to engage the windows system hardware int...
本程序用以示范如何挂接windows系统下的硬件中断(如并口中断,串口中断等等),包含了驱动程序源代码和上层应用程序代码。驱动程序是用DDK编写的。使用前请参看readme文件。-the procedures used to demonstrate how to engage the windows system hardware interrupts (such as Parallel interrupted, interrupt, etc.), including the driver source code and the upper application code. Driver was prepared by the DDK. Please refer to the use of the former readme file.
- 2022-02-02 12:17:23下载
- 积分:1