-
IBM 0175 COAD floppy disk driver
IBM 0175 错误代码处理 软驱驱动-IBM 0175 COAD floppy disk driver
- 2022-07-11 20:42:47下载
- 积分:1
-
IO端口驱动源代码
IO端口驱动源代码-IO port actuates the source code
- 2022-04-18 08:35:53下载
- 积分:1
-
此文件为ZCM6041型液晶驱动程序 是我调式成功的
此文件为ZCM6041型液晶驱动程序 是我调式成功的-ZCM6041 LCD driver- I emphasize succe
- 2022-02-01 09:50:46下载
- 积分:1
-
VXD virtual device driver source code. VxD has been referred to as a virtual dev...
VXD虚拟设备驱动程序源代码。VxD被简称为虚拟设备驱动程序。x代表各种设备的名字,如虚拟键盘驱动程序(vkd),虚拟鼠标驱动程序(vmd)等等。这个源码包内包括有多种设备的虚拟驱动程序源码。-VXD virtual device driver source code. VxD has been referred to as a virtual device driver. x on behalf of the names of a variety of devices, such as the virtual keyboard driver (vkd), a virtual mouse driver (vmd) and so on. The source package includes a variety of device driver source code of the virtual.
- 2022-04-12 22:13:35下载
- 积分:1
-
loopback驱动程序 loopback驱动程序
loopback驱动程序 loopback驱动程序-loopback driver loopback driver
- 2022-04-20 07:17:27下载
- 积分:1
-
device driver development document
device driver development document
- 2022-03-03 03:00:25下载
- 积分:1
-
包含三星TFT触摸屏驱动程序,适用平台S3C2440处理器嵌入式系统,WINDOWS CE操作系统...
包含三星TFT触摸屏驱动程序,适用平台S3C2440处理器嵌入式系统,WINDOWS CE操作系统-Samsung TFT touch screen that contains the driver for S3C2440 processor embedded system platforms, WINDOWS CE operating system
- 2022-01-26 03:58:22下载
- 积分:1
-
用BorlandC开发的DOS下的8139驱动demo,对学习8139驱动工作原理非常有用
用BorlandC开发的DOS下的8139驱动demo,对学习8139驱动工作原理非常有用-development of the DOS-driven demo of 8139, 8,139 drivers to learn very useful principle
- 2023-03-20 13:00:03下载
- 积分:1
-
windows WDM驱动开发详细资料,有很多很好的地方大家可以借鉴
windows WDM驱动开发详细资料,有很多很好的地方大家可以借鉴
- 2022-08-20 08:10:57下载
- 积分: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