联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 驱动编程(756) 

[驱动编程] Kernel-and-multithread

内核和多线程编程。创建支持分时的功能性多线程操作系统
Kernel and multithread programming. Creating functional multithread operating system which supports time sharing (2023-11-03, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1699128935218380.html

[驱动编程] kernel-lab

2022-1 SNU CSE系统编程内核实验室(基于CMU 15-213内核实验室),
2022-1 SNU CSE System Programming Kernel Lab (based on CMU 15-213 Kernel Lab), (2022-06-10, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694525949496820.html

[驱动编程] Windows-Kernel-Programming-Book-Work

Pavel Yosifovich在Windows内核编程过程中完成的工作的集合,
A collection of my work done whilst working on Windows Kernel Programming by Pavel Yosifovich, (2019-07-13, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694525761923141.html

[驱动编程] WindowsKernelProgrammingBook

我在阅读[@zodiacon](https:github.comzodiaon)的Windows内核编程书籍时所做的项目,
Projects I did during the reading of [@zodiacon](https: github.com zodiacon) s Windows Kernel Programming book, (2021-04-09, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694525681414723.html

[驱动编程] CAN卡调试程序 符合周立功、广成等设备使用

在windows 下,使用C#写的winform程序,适合刚入门的新手对CAN编程的熟悉。包括各种CAN的适配。 (2022-05-28, C#, 2225KB, 下载0次)

http://www.pudn.com/Download/item/id/1653710940221416.html

[驱动编程] beytordialogcreation

ASM参考小程序,请参考使用,请用Winrar 解压缩后使用,
ASM reference Mini Programs, please refer to use, please use Winrar after unzipping. (2019-04-07, C/C++, 12KB, 下载0次)

http://www.pudn.com/Download/item/id/1554644443984508.html

[驱动编程] linux_module_multiple_makefile

linux下的驱动程序模块编程makefile文件编写实例,多文件示例。
driver module under linux programming makefile file written examples, multi-file examples. (2013-11-24, Unix_Linux, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/2407698.html

[驱动编程] libev-3.9

 一个高效的基于事件驱动循环的网络IO编程框架,源代码完整。
An efficient network of cycle-based event-driven programming framework IO, complete source code. (2013-06-08, Visual C++, 392KB, 下载3次)

http://www.pudn.com/Download/item/id/2273699.html

[驱动编程] GT-drivers

固高GT系列的硬件驱动库函数,运动控制器 编程手册。
Googoltech GT Series hard drive library functions (2012-03-09, Visual C++, 444KB, 下载10次)

http://www.pudn.com/Download/item/id/1788942.html

[驱动编程] FileDriver

文件系统驱动编程基础篇,介绍如何开发文件系统驱动,入门好教材
Programming Basics file system driver, describes how to develop file system driver, a good textbook Introduction (2011-03-21, Visual C++, 764KB, 下载11次)

http://www.pudn.com/Download/item/id/1461971.html

[驱动编程] winvxdadevicedriver

Windows驱动程序编程技术,详细描述Windows VXD驱动程序开发的方法和例子。
Windows driver programming technology, detailed description of the Windows VXD driver development methods and examples. (2011-02-18, Visual C++, 129KB, 下载5次)

http://www.pudn.com/Download/item/id/1431502.html

[驱动编程] MyMCICD

MCI光驱驱动编程类,非常适合C++,Vc++程序员在开发中使用
MCI CD-ROM drive programming class, ideal for C++, Vc++ programmers to use in the development (2010-11-25, Visual C++, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/1357786.html

[驱动编程] DLL

驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也试试 驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也试试
Driven programming, hook writeprocememory purpose to read and write memory, do not believe you try to drive programming, hook writeprocememory purpose to read and write memory, do not believe you can try (2010-11-15, Visual C++, 10KB, 下载22次)

http://www.pudn.com/Download/item/id/1346968.html

[驱动编程] Windows_2000_XP_WDM_Driver_Development

本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本技术性较强的工具书。本书的适用对象是具有一定计算机硬件及C++语言基础的计算机应用开发人员,是计算机应用开发人员和高等院校学生的实用参考书。
This book introduces the development tools developed by DriverStudio 3.1 under Windows 2000/XP WDM Device Driver principles and programming. WDM book details the basic procedural framework and programming, IRP and the basic concepts of programming, WDM, and the communication between applications, plug and play, power management, WMI programming techniques, IRP serial processing, the filter driver , WDM access to the hardware equipment to handle hardware interrupts, DMA operation of achieving the programming technology, and a lot of basic programming techniques, as well as PCI interface, USB interface and WDM device driver development. Book with 20 examples of typical programming, easy to readers to learn and master. This book is a highly technical tool. The book is targeted with a certain computer hardware and C-based computer application developer, a computer application developers and university students practical reference book. (2010-11-12, Visual C++, 34693KB, 下载32次)

http://www.pudn.com/Download/item/id/1343533.html

[驱动编程] driver

windows内核编程详解,驱动开发学习不得不看的好书。
Xiang Jie windows kernel programming, driver development learning have read books. (2010-06-23, PDF, 943KB, 下载49次)

http://www.pudn.com/Download/item/id/1220842.html

[驱动编程] RegexTester

正则表达式练习软件C#源代码,可以让你更好的联系编程思维
Regular Expressions C# source code practice software that allows you to better link programming ideas (2009-10-19, Visual C++, 57KB, 下载26次)

http://www.pudn.com/Download/item/id/942942.html

[驱动编程] usbnet

DDK编译通过的usb转虚拟网卡的驱动源代码,涉及 ndis相关的网络编程
usb lan usbnet usbnic ndis (2009-06-30, Visual C++, 476KB, 下载135次)

http://www.pudn.com/Download/item/id/826262.html

[驱动编程] Programming_the_Microsoft_Windows_driver_model

<可编程微软视窗驱动模型>中文版, 关于视窗驱动程序的架构
<Programming the Microsoft Windows driver model> chinese version (2009-03-18, Visual C++, 7026KB, 下载3次)

http://www.pudn.com/Download/item/id/677513.html

[驱动编程] The.Assembly.Programming.Master.Book

The Assembly Programming Master Book--一本介绍Win32下的汇编编程的好书,书中涉及Win32的方方面面,从内存管理、文件操作到DLL编程、网络编程以及调试、代码分析、内核驱动程序开发。是Win32下学习汇编语言开发不可多得的好书,CHM格式,英文版。
The Assembly Programming Master Book-- 1 on the compilation under Win32 programming books, book Win32 involved in every aspect, from the memory management, DLL file manipulation of programming, network programming and debugging, code analysis, the kernel driver development. Win32 is learning assembly language development rare books, CHM format and English. (2007-05-12, CHM, 10479KB, 下载140次)

http://www.pudn.com/Download/item/id/280575.html

[驱动编程] NYP_OK-En_20050806

一个SCSI的编程,用于一个scsi硬盘的驱动,自己开发,不完善
a SCSI programming for a SCSI hard drives, its own development, imperfect (2005-12-09, Visual C++, 8KB, 下载28次)

http://www.pudn.com/Download/item/id/131889.html