-
m-sys Diskonchip 2000 初始化程序-m-sys Diskonchip 2000 initialization procedures
- 2022-07-11 15:46:37下载
- 积分:1
-
USB键盘驱动原码参考。
国外人员编制,绝对经典!!
快快下载吧。...
USB键盘驱动原码参考。
国外人员编制,绝对经典!!
快快下载吧。-USB keyboard reference to the original code. Foreign staffing, absolute classic! ! Quickly download it.
- 2022-01-25 17:25:37下载
- 积分: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
-
ide接口驱动编程
ide接口驱动编程-ide-driven programming interface
- 2022-12-12 16:25:03下载
- 积分:1
-
A Human Interface Device (HID) is one that communicates with the host computer u...
A Human Interface Device (HID) is one that communicates with the host computer using structured reports. The HID class of devices consists primarily of devices that end users use to interact with computers. The class includes keyboards, mice, and game controllers of all kinds, but it can include any imaginable knob, switch, button, slider, exoskeletal device, or other type of control that a user might use to control a computer. Noninteractive devices such as bar code readers and measuring instruments might also be designed to fit into the HID class. In addition, HID devices can incorporate user-information components such as lights, displays, force feedback, and other indicators.
- 2023-04-12 00:20:04下载
- 积分: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
-
dpmi例子
dpmi例子-bit examples
- 2022-07-22 20:55:48下载
- 积分:1
-
8139网卡开发设计说明书,较详细,不过为E文的
8139网卡开发设计说明书,较详细,不过为E文的-8139 card development design brochures, in more detail, but the text of the E
- 2022-05-28 17:52:48下载
- 积分:1
-
刷卡器驱动源程序
刷卡器驱动源程序-Card driver source
- 2022-10-24 01:25:03下载
- 积分: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