登录
首页 » Driver Develop » 并口驱动程序,本程序在2.4内核下已经成功运行,测试也很成功。...

并口驱动程序,本程序在2.4内核下已经成功运行,测试也很成功。...

于 2022-06-20 发布 文件大小:9.03 kB
0 58
下载积分: 2 下载次数: 1

代码说明:

并口驱动程序,本程序在2.4内核下已经成功运行,测试也很成功。-parallel port drivers, the procedures under the 2.4 kernel has been successfully running test was also very successful.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vc编写,把USB接口驱动程序做成动态连接库,可以供其它程序调用...
    用vc编写,把USB接口驱动程序做成动态连接库,可以供其它程序调用-prepared using vc, USB driver caused dynamic link library, called for other programs
    2023-05-10 04:25:02下载
    积分:1
  • 驱动程序的实例 是一个基本的入门例子可以对驱动程序设计有基本的认识...
    驱动程序的实例 是一个基本的入门例子可以对驱动程序设计有基本的认识-Examples of driver is a basic example of the entry-driver design can have a basic understanding of
    2022-02-25 09:56:12下载
    积分:1
  • 这是进行WDM驱动程序设计时,最最基础的和入门书籍,强烈推荐给初学者。【一定要把后缀名改成.pdf,因为pdf文件无法直接上传】...
    这是进行WDM驱动程序设计时,最最基础的和入门书籍,强烈推荐给初学者。【一定要把后缀名改成.pdf,因为pdf文件无法直接上传】-This is a guide to study microsoft windows WDM driver programming
    2022-08-02 12:56:05下载
    积分: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
  • PCI总线设备开发宝典随书自带光盘,有Pci9052源代码,原理图等...
    PCI总线设备开发宝典随书自带光盘,有Pci9052源代码,原理图等-Baodian PCI bus devices with the book comes with CD-ROM, has PCI9052 source code, schematics, etc.
    2022-01-25 14:19:07下载
    积分:1
  • 它可能需要安慰的事实,他们保留最终控制权…
    Technophobes may take solace in the fact that they retain ultimate control over their electronic servants so long as they control the power switch. Power is, of course, the sine qua non of computing, but personal computers haven’t done an especially good job of managing it until quite recently.-Technophobes may take solace in the fact that they retain ultimate control over their electronic servants so long as they control the power switch. Power is, of course, the sine qua non of computing, but personal computers haven’t done an especially good job of managing it until quite recently.
    2022-01-22 01:51:30下载
    积分:1
  • windows下的ext2文件系统的驱动
    windows下的ext2文件系统的驱动-windows under the ext2 file system driver
    2023-01-03 20:35:03下载
    积分:1
  • 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和...
    本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent de
    2022-03-14 03:26:44下载
    积分:1
  • PowerPC评估板接口.rar 解压後直接覆盖原来的文件 可消除输入噪音...
    PowerPC评估板接口.rar 解压後直接覆盖原来的文件 可消除输入噪音-PowerPC Evaluation interface. Rar unpacked direct overwrite the original document can be imported to eliminate noise
    2023-07-03 13:35:03下载
    积分:1
  • 本代码利用nmake来实现编译驱动程序。
    本代码利用nmake来实现编译驱动程序。 -The code to use nmake to compile the driver realize.
    2023-06-22 10:55:03下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载