Welcome![Sign In][Sign Up]
Location:
Search - driver

Search list

[Othera

Description: 网络驱动程序设计指南 网络驱动程序设计指南的向导 内核模式驱动程序的网络结构 网络驱动程序编程要点 第一章 网络驱动程序设计指南的向导 这一章为网络驱动程序设计指南提供了一个导航,它将以你将编写的内核模式网络驱动程序的类型为基础,告诉你需要参见这个指南的哪些部分。 -Network Driver Network Driver Design Guide Design Guide Kernel-mode Driver Wizard network elements Network Driver Programming Network Driver chapter of the wizard design guidelines in this chapter for the Network Driver Design Guide provides a navigation, it will you will be prepared to kernel-mode driver for the type of network-based, to tell you need to see which parts of this guide.
Platform: | Size: 362496 | Author: | Hits:

[VC/MFCWindowsFileFilter

Description: Windows文件系统过滤驱动开发教程(第二版),电子书-Windows File System Filter Driver Development Guide (Second Edition), e-books
Platform: | Size: 508928 | Author: eddiez | Hits:

[Software Engineeringdriver

Description: linux下字符设备驱动程序的设计和实现过程。包括源码和加载步骤等详细指示。适合初学者。-under linux character device driver design and realization process. Including the source and load steps, such as detailed instructions. Suitable for beginners.
Platform: | Size: 124928 | Author: liyali | Hits:

[OtherUSB-DRIVERMicrosoftWord

Description: WINDOWS USB DRIVER PROGRAM METHODE
Platform: | Size: 34816 | Author: ham | Hits:

[VxWorksESS-Sound-Card-Driver

Description: devloped under vxwork, support ess sound card. driver library, include datasheet.
Platform: | Size: 1058816 | Author: Donghua Gu | Hits:

[Driver DevelopDriver_Development_Tutorial

Description: “驱动入门教程及源码”先完成基于MFC框架测试程序的编写,接着分析WDM模型模糊的概念。最后一个就是我们的多功能程序,把所学融合到一起...今天和明天和后天一口气完成... 我们现在来做一个MFC框架程序.选择对话框模式,并去掉配置过程中的“关于对话框”和“ActiveX控件”, 使程序看起来更简洁和苗条- Getting Started Guide and the source driver to complete the test procedure based on the MFC framework of the preparation, followed by analysis of WDM model fuzzy concept. The last is our multi-functional procedures, the integration of the school together ... today and tomorrow and the day after tomorrow ... we are now completed in one breath to make a MFC framework for procedures. Selection dialog models and remove the configuration process About Dialog and ActiveX controls so that the procedures appear to be more concise and slender
Platform: | Size: 852992 | Author: 宋芬 | Hits:

[Windows CEKEYBD

Description: 基于2410 KEYBD wince Driver-Based on 2410 KEYBD wince Driver
Platform: | Size: 24576 | Author: 孙立军 | Hits:

[Driver Developlcd_ads

Description: wince lcd driver dai ma -wince lcd driver dai ma
Platform: | Size: 3599360 | Author: 李志 | Hits:

[Embeded Linuxpxa27x-camera

Description: Intel PXA270 cpu下摄像头驱动程序源码-Under the Intel PXA270 cpu camera driver source
Platform: | Size: 311296 | Author: 陈朝阳 | Hits:

[Hook apiPRMonitor

Description: 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏-This is a very good kernel-level HOOK API examples, I would like to look at the effects inside the bin folder can be compiled procedures, which did not materialize to monitor the kernel, processes and registry monitoring has been completed. This code is absolutely able to successfully compile, because the code is hookzwcreateprocess in process-driven equipment, so the compiler set up the environment more complex, so in this compression bag also contains a small tutorial to teach you to build in vc 6.0 device driver development program environment, and带了个samples. Statement: This program runs under XP, in 2000 will cause a blue screen
Platform: | Size: 81920 | Author: zhenbiao | Hits:

[Firewall-Securitytdifw-1.4.4

Description: TDI层驱动过滤,检测网络连接休谈数据包-TDI filter driver layers to detect network connection break to talk about packet
Platform: | Size: 184320 | Author: 刘用 | Hits:

[Otherlinuxdriver

Description: linux driver,学习驱动的很好入门资料,,希望大家学习好了不要忘记我-linux driver, learning-driven good introductory information, hope that we learn better not forget me
Platform: | Size: 459776 | Author: tu | Hits:

[Driver Developwdm_ioctl

Description: WDM驱动程序参考例子,windows DDK编写.-WDM driver reference example, windows DDK prepared.
Platform: | Size: 110592 | Author: | Hits:

[SCMDMX512Rx

Description: 高亮度LED驱动程序 C51 由原厂提供,经测试正常-High-brightness LED driver C51 provided by the manufacturer, after the tests are normal
Platform: | Size: 90112 | Author: yyf0986 | Hits:

[File FormatLinux2.6-keypress-driver

Description: linux下按键驱动开发-linux under the button-driven development
Platform: | Size: 8192 | Author: 周东明 | Hits:

[Driver DevelopDevice_Driver(c_language)

Description: 驱动程序方面的经典,对想学习内核编译的人会有很大帮助-Classic driver, the kernel compile want to learn the person would be of considerable help
Platform: | Size: 3072 | Author: 汪洋 | Hits:

[OtherEltima.Software.Virtual.Serial.Port.Driver.v6.0.1.

Description: VSPD虚拟串口工具,增加串口数量。编程时使用非常的方便。这是安装程序。-VSPD virtual serial port tools, serial number. Programming is very convenient to use. This is the installation process.
Platform: | Size: 2877440 | Author: 孙航 | Hits:

[Software EngineeringUSB_Device_driver

Description: 本文介绍了USB设备Bulk模式驱动程序的设计。该设计使用FIFO消息队列、信号量机制和定时器中断机制,可在不同的操作系统中实现。文中所用到的程序体系结构对于实现不同USB设备进行Bulk模式通讯是通用的。-This paper introduces the USB device Bulk mode driver design. The design using FIFO message queues, semaphores mechanism and timer interrupt mechanism in different operating systems to achieve. The text of the procedures used in the architecture for the realization of different USB devices Bulk mode of communication is common.
Platform: | Size: 14336 | Author: | Hits:

[SCMSGTV5830_Driver

Description: The driver of audio processor SGTV5830 音频处理芯片SGTV5830驱动-The driver of audio processor SGTV5830 audio processing chip SGTV5830 drive
Platform: | Size: 45056 | Author: dahai | Hits:

[OS programsniffer_src

Description: ip 过滤器,基于驱动程序的ip过虑器,可用于防火墙-ip filter, ip-based driver to worry too much about, and can be used for the firewall
Platform: | Size: 71680 | Author: 印朝辉 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net