-
e100bex网卡驱动程序
e100bex网卡驱动程序-e100bex LAN Driver
- 2022-06-20 18:17:57下载
- 积分:1
-
Ramdisk 是一个用于演示纯软件的 Windows(r) 2000 设备驱动程序的示例。此驱动程序会创建一个指定大小的 RAM 盘。您可以像使用任何其他磁盘...
Ramdisk 是一个用于演示纯软件的 Windows(r) 2000 设备驱动程序的示例。此驱动程序会创建一个指定大小的 RAM 盘。您可以像使用任何其他磁盘一样使用此 Ramdisk,但在您关闭计算机时该磁盘的内容会丢失。(一般来说,Windows(r) 2000 缓存管理器在优化内存使用方面比 Ramdisk 要好得多。)-Ramdisk is a pure software used for demonstration of Windows (r) 2000 device driver sample. This driver creates a RAM disk of specified sizes. You can use any other disk as the same as using the Ramdisk, but when you shut down your computer the contents of the disk will be lost. (Generally speaking, Windows (r) 2000 cache management in optimizing the memory usage much better than Ramdisk.)
- 2022-02-03 15:06:39下载
- 积分:1
-
In the Tornado environment realize the 8139 driver chip card, can be ported to o...
在Tornado环境下实现的8139网卡芯片的驱动程序,可根据需要移植到其他操作系统-In the Tornado environment realize the 8139 driver chip card, can be ported to other operating systems
- 2022-03-10 16:15:40下载
- 积分: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
-
扫描仪
扫描仪驱动开发范例,完整的源代码,4a,4b,4c扫描仪的DOS下的驱动及开发范例 4a.zip* 53 1998/09/21
Windows 环境Twain接口开发范例(16位) Twain.zip* 38 1998/09/21
Windows 环境Twain接口开发范例(32位) Twain32.zip* 62 1998/09/21
Windows 环境下扫描仪控制动态链接库(16位) scan16.zip* 10 1998/09/21-Scanner-driven development paradigm, complete source code, 4a, 4b, 4c scanner driver under DOS and development paradigm 4a.zip* 53 1998/09/21 Windows environment Twain interface development paradigm (16) Twain.zip* 38 1998/09/21 Windows environment Twain interface development paradigm (32) Twain32.zip* 62 1998/09/21 Windows environment scanner control dynamic link library (16) scan16.zip* 10 1998/09/21
- 2022-04-16 14:33:45下载
- 积分:1
-
在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法:
在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法: -------------------------------------------------------- 1. 利用 VC 打开工作区文件MinDriverInVc.dsw 2.“Project”菜单->“Settings”菜单,弹出Project Settings对话框 3. 将 Build Command Line 的最后两个参数“d: ” 和 “D: onyXfilter_DiskDdkSourceMinDriverInVcMinDriver” 修改为正确的路径(源代码所在的盘符和路径) 4. 按 Build 按钮编译驱动程序-in VC environment compiler driver (MinDriver) compiled examples :-------------------------------------------------------- 1. VC open work area documents MinDriverInVc.dsw 2. "Project" menu-gt; "Settings" menu, pop Project Settings dialog box 3 . Build Command Line to the last two parameters "d :" and "D : tony Xfilter_Disk DdkSource MinDriverInVc MinDriver" change to the correct path (where the source drive and path) 4. compiled by the Build button Driver
- 2023-08-02 16:30:03下载
- 积分:1
-
get unexport funtion
get unexport funtion
- 2022-03-09 14:05:59下载
- 积分:1
-
一个主设备驱动程序绝对可用
一个主设备驱动程序绝对可用-a main device driver can be absolutely
- 2023-07-16 22:55:04下载
- 积分:1
-
xr17d158v CE5驱动头文件
XR17D158V Header file for CE5 driver
- 2022-07-15 15:31:03下载
- 积分:1
-
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of t...
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
- 2022-01-21 19:17:15下载
- 积分:1