CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - ENTRY A

搜索资源列表

  1. WDM_CharSample

    0下载:
  2. 一个简单的驱动开发示例程序!通过应用程序与驱动程来完成字符显示!是一个WDM开发的入门级程序!但很经典!可以装载里面的范例驱动并看到运行结果!-a simple procedure-driven development paradigm! Through the application of procedures and the drive way to complete characters show! WDM is an entry-level development process! Bu
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.51mb
    • 提供者:李平
  1. wdmRuMen

    0下载:
  2. 一个很好的WDM驱动编程入门程序,包括驱动和测试代码。含有所有基本的驱动功能例程,适合初学者学习参考-a good WDM Driver programming entry procedures, including drivers and test code. Contain all the basic functions of the driving routines, learning reference for beginners
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:55.92kb
    • 提供者:陈阳
  1. isp1581sys

    0下载:
  2. 这是一个用ISP1581 USB2.0接口芯片作为图像采集接口的驱动程序。该驱动程序支持Endpoint1 Bulk方式 数据输入传输。实际传输速度可以达到24MBYTE/S -This is a USB 2.0 interface with ISP 1581 chips as image acquisition interface driver. The driver support Endpoint1 Bulk data entry mode transmission. The actual
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:22.47kb
    • 提供者:林金龙
  1. Windows98_2000驱动程序编写方法

    0下载:
  2. windows98和windows2000的usb驱动开发的一个简单入门教程,有一个例子。-Windows98 and the usb drive the development of a simple entry guidance is an example.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.14mb
    • 提供者:ybj
  1. windows-driver-Dev

    0下载:
  2. 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。 -The book is suitable for readers familiar with the Windows application programming turned to the driver development.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:354.21kb
    • 提供者:wang hai miao
  1. Driveread-writememory

    0下载:
  2. 驱动读写内存,易语言写驱动入门例程,很有学习价值,-Drive read-write memory, easy language to write a driver entry routine, the value of great learning,
  3. 所属分类:驱动编程

    • 发布日期:2017-05-02
    • 文件大小:913.76kb
    • 提供者:陈绳武
  1. WDM_Driver

    0下载:
  2. 找了很久才找到的入门驱动程序事例,一个wdm驱动程序-Looking for a long time to find entry-driver example, a wdm driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:10.61kb
    • 提供者:孟良
  1. DriverDevelopmentTutorialPartIIntroductiontoDriver

    0下载:
  2. 一篇驱动程序开发的教程(入门级),为不了解这一行而有志加入的人准备-Development of a Driver Guide (entry level), and do not understand this line and who are interested in joining the people are prepared to
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:13.48kb
    • 提供者:wang
  1. Linux_driver

    0下载:
  2. 介绍linux下驱动开发入门的好资料,是个很好的入门级读物-Introduction under the linux-driven development of good data entry is a good entry-level reading materials
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:761.04kb
    • 提供者:lever
  1. Loopback

    0下载:
  2. 一个驱动入门程序,对学习系统驱动程序的人来说很容易读懂和上手-A driver entry procedures, studying the system driver is very easy for people to read and to use
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:4.63kb
    • 提供者:张海振
  1. Windows

    1下载:
  2. 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。-This book is very familiar with the Windows application programming for the development of readers turn to drive. All o
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:354.16kb
    • 提供者:路四方
  1. Driver0

    0下载:
  2. 一个很简单的驱动开发入门程序 helloDDk-A very simple entry process-driven development helloDDk
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:781byte
    • 提供者:李晨北
  1. 53607944driver

    0下载:
  2. 一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点, 这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序), DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。-One of the most simple driver, just like other executable programs, each driver has one entry point,
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:3.62kb
    • 提供者:Qfeng
  1. DevelopOfTestDrive

    0下载:
  2. 测试驱动开发,不错的入门级测试开发书籍,初学者可以看一下。-Test-driven development, a good entry-level test development books, beginners can take a look.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-22
    • 文件大小:6.67mb
    • 提供者:lostman
  1. WinDBG-VMware

    0下载:
  2. WinDBG+VMware=调试内核,对想入门Windows驱动编程的人是不错的资料选择-WinDBG+ VMware = debug the kernel, the Windows driver programming to entry are a good choice of information
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:316.86kb
    • 提供者:蚀魂浪子
  1. WINDOWSWDM

    0下载:
  2. 一本介绍Windows下的WDM驱动程序的个人感觉比较入门的一本电子书,希望对初学者有个指导性作用-A descr iption of the WDM driver under Windows individuals feel more of an e-book entry, want to have a guiding role for beginners
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1.69mb
    • 提供者:雷志刚
  1. Windowsqudongkaifa

    0下载:
  2. windows驱动开发技术详解源码,这本书是驱动开发的经典之作,主要介绍windows驱动开发的基础知识,是驱动开发入门的必看书之一-Detailed source windows-driven development technologies, this book is the classic driven development, introduces the basics of windows driver development, driver development is a must
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-17
    • 文件大小:4.34mb
    • 提供者:夏雪峰
  1. 1550DFB_lase_tecr

    0下载:
  2. 1550nm激光器驱动器相关资料大全,里面是各种方案与设计,有数据手册等,当入门之用,非常合适,是本人在做激光驱动器时用到的-1550nm laser driver information Guinness, there is a variety of programs and design, and data manuals, for use when the entry is very appropriate, I am doing is used when the laser driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-16
    • 文件大小:4.3mb
    • 提供者:韦波
  1. hello-dirver

    0下载:
  2. 驱动的最简单入门程序,让新学驱动的人更好的入门,包含驱动程序、MAKEFILE与SOURCE文件-The easiest driver entry procedure to enable the new science-driven people a better start, including the driver, MAKEFILE with the SOURCE file
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:808byte
    • 提供者:李颜良
  1. 09

    0下载:
  2. 《MATLAB 7.0从入门到精通》一书的配套程序——第9章的程序。-" MATLAB 7.0 from the entry to the master," a book supporting the program- Chapter 9 of the program.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:1.19kb
    • 提供者:张奇
« 12 »
搜珍网 www.dssz.com