-
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助...
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助-TW2834 driver design. Standard values in all registers, including the design. For understanding the TW2834 with ITU656 very helpful
- 2022-03-12 10:32:56下载
- 积分:1
-
VC例程:该程序是由VC编写有关USB编程(完整代码)
VC例程:该程序是由VC编写有关USB编程(完整代码)-How to write USB driver ( vc language)
- 2023-06-16 09:00:03下载
- 积分:1
-
演示驱动程序开发的基本示例
a basic example to demo driver development
- 2022-02-15 00:38:54下载
- 积分:1
-
IBM 0175 COAD floppy disk driver
IBM 0175 错误代码处理 软驱驱动-IBM 0175 COAD floppy disk driver
- 2022-07-11 20:42:47下载
- 积分:1
-
一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作
一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作-A mouse driver program which developed with wmd+xvd, using keyboard to simulate mouse operation.
- 2023-05-10 10:05:03下载
- 积分:1
-
STATAPI Driver Test Results
Author: Paul Walker
Document: v1.3.0
STATAPI Driver Test Results
Author: Paul Walker
Document: v1.3.0
- 2022-01-28 23:49:49下载
- 积分:1
-
一个使用VtoolsD类库处理硬件中断的VxD应用
一个使用VtoolsD类库处理硬件中断的VxD应用-An application using VToolsD lib to process hardware interrupt
- 2022-01-24 18:40:51下载
- 积分:1
-
LINUX 下的字符设备,块设备,网络设备的编译源程序
LINUX 下的字符设备,块设备,网络设备的编译源程序-LINUX characters under the equipment, block device, network equipment compiler source
- 2022-05-31 13:15:00下载
- 积分:1
-
usb driver for psos and wince
usb driver for psos and wince -usb driver for psos and wince
- 2022-01-26 06:30:50下载
- 积分: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