-
device driver development document
device driver development document
- 2022-12-14 21:05:03下载
- 积分:1
-
Slides from Programming WDM Chapter 3 Walter Oney
Slides from Programming WDM Chapter 3 Walter Oney
- 2022-05-13 18:53:31下载
- 积分:1
-
根包源代码
root kit source code
- 2022-04-25 15:45:09下载
- 积分:1
-
如果你看一下各种类型的请求,其中的一个设备,他们中的大多数…
If you look at the various types of requests that come to a device, most of them involve reading or writing data. On occasion, however, an application needs to communicate “out of band” with the driver.
- 2022-05-06 06:50:09下载
- 积分:1
-
华恒驱动入门教程说明及程序原代码下载
driver
华恒驱动入门教程说明及程序原代码下载
driver-devlop-entrance-v1.0-Getting Started Guide华恒driver instructions and procedures for the original code to download driver-devlop-entrance-v1.0
- 2023-05-27 10:15:04下载
- 积分:1
-
特纳公司tnf6535应用程序。主用desktop video tuner.
特纳公司tnf6535应用程序。主用desktop video tuner.-company tnf6535 applications. Owners desktop video tuner.
- 2023-03-09 08:30:03下载
- 积分:1
-
ndis驱动源代码,可以在驱动层进行windows网络封包拦截
ndis驱动源代码,可以在驱动层进行windows网络封包拦截-ndis driver source code, the driver layer network packet interception windows
- 2023-07-20 19:45:04下载
- 积分:1
-
Plug and Play for Function Drivers examples of programs
即插即用功能驱动程序示例
- 2023-01-12 17:55:04下载
- 积分:1
-
使用汇编写VXD的一个例子
使用汇编写VXD的一个例子 -Using asm to write a VXD example
- 2022-03-29 04:35:17下载
- 积分: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