搜索资源列表
DRIVER1
- Routines for Writing Device Drivers. -Routines for Writing Device Drivers.
WritingWindowsWDMDeviceDrivers
- Writing Windows WDM Device Drivers
MCGSconfigurationsoftwarewiththegenericdevice
- MCGS组态软件与通用智能仪表连接设备驱动,包括多种仪表!-MCGS configuration software with the generic device drivers to connect smart meters, including a variety of instruments!
compile_Linux_kernel
- 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
USBpl.ZIP
- 标准的usb1.1协议。具有较高的参考意义。适合用来开发设备驱动程序。-USB1.1 standard agreement. Have a high reference value. Suitable for the development of device drivers.
CH05
- 多媒體視頻程序設計--使用Delphi 第五章 源碼 5-1 摄像机启动流程 5-2 取得视频设备驱动器数量及信息 5-3 视频采集窗口 5-4 摄像机联机与离线 5-5 视频设备驱动器性能-Multimedia video program design- using Delphi Chapter V source code cameras to obtain video device drivers and information quantity
F67179FJDMEQ2W3HND
- C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
UniversalconfigurationsoftwareMCGSweighinginstrume
- MCGS组态软件通用称重仪表硬件设备驱动,用于MCGS建立与通用仪表的数据连接-Universal configuration software MCGS weighing instrument hardware device drivers for the establishment and universal instrument MCGS data connections
MCGSconfigurationsoftwaregenericgenerichardwaredev
- MCGS组态软件通用通用硬件设备驱动,用于MCGS建立与通用设备的数据连接-MCGS configuration software generic generic hardware device drivers for common devices MCGS establish data connections
linuxkernel
- linux内核结构详细教程 内核是一个操作系统的核心,它负责管理系统的进程,内存,设备驱动程序,文件和网络系统,决定着 系统的性能和稳定性。内核以独占的方式执行最底层任务,保证系统正常运行。-detailed tutorial linux kernel structure an operating system kernel is the core of it is responsible for the process management system, memory, device
smartSurveillanceSystems
- delphi做的智能监视系统 程序运行时需要视频捕捉设备,如果没有,请安装USB_CAMERA目录下的设备驱动程序。-delphi program to do the smart surveillance systems needed to run the video capture device, if not, please install USB_CAMERA directory of device drivers.
dosSource
- DOS - ç ,它的内核也是FreeDOS的内核。并在此基础上进行了一定的修改,使其更加实用。 FreeDOS的是项目设计 提供替代到MS - DOS,PC的DOS的和DR - DOS的自由 。-DOS-C started in 1988 as an experiment in writing device drivers in C for Microsoft s MS-DOS. Both block and character device drivers were
20091122234003687
- 使用vb控制计算机串口来实现计算机对于各种外部设备的驱动-Vb control computer using the serial port to achieve a computer device drivers for various external
adc22
- 串口调试助手和虚拟串口设备驱动 用于proteus的仿真 谢谢大家 这个好网站 好好利用-Serial debugging assistant and virtual serial device drivers for proteus simulation thank everybody this website to use
PCIspec
- 制作PCI设备驱动的经典,最权威的资料。适用于各种阶段的电子工程师。-PCI device drivers making the classic, most authoritative information. Applicable to various stages of electronic engineers.
MicroDog_Driver_RC1
- 微狗(UMI/UMC/PMH/PMI)Windows 9X/ME/NT/2K/XP/WS2003/Vista/XP64/WS2003x64/Vista64 驱动安装卸载程序使用说明-MicroDog(UMI/UMC/PMH/PMI) Device Drivers Installing Guide for Windows 9X/ME/NT/2K/XP/ WS2003/Vista/XP64/WS2003x
os
- Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
Lab2.2
- 实现了内核的信号量,内核的消息机制,采用中断方式处理设备驱动。-Kernel semaphore, the kernel of the message mechanism, interrupt processing device drivers.
LINUX-Device-Driver(att.Source)
- LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul