搜索资源列表
pci34537563847250834753
- 一个比较完整的pci卡的驱动程序,可以实现数据的采集与传输。并进行系统控制。-a relatively complete pci card driver can achieve data acquisition and transmission. And for system control.
usb-driver
- 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
S5335DK_Software_v1_2.ZIP
- The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them clos
aha154x
- This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
kbd_logger
- 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
romfs
- I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an
filesystemdriver
- 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
usb_data
- 以自行开发的基于USB接口的数据采集系统为例,介绍了USB接口的硬件和软件开发过程。 -To self-developed USB-based data acquisition system as an example, the USB interface hardware and software development process.
tut_7451.pdf
- OPC Architechture OPC (OLE for Process Control) is a standard interface between numerous data sources, including devices on a factory floor, laboratory equipment, test system fixtures, and databases in a control room. To alleviate duplication of
downloader
- 无极下载者源码,原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。驱动的功能就是替换指定的系统文件-Promise those who download the source code, the
mm-dram
- This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
Chap10
- Microsoft Windows XP supports a facility named Windows Management Instrumentation (WMI) as a way to manage the computer system. WMI is Microsoft’s implementation of a broader industry standard called Web-Based Enterprise Management (WBEM). The goal o
PCIDevice_Driver
- 本程序为基于WDM的PCI设备驱动程序,系统用于数据采集并上传到工控机,数据率约为50MBps。使用轮询方式采集(预留了中断处理接口,但是数据带宽受限)。-This program is based on the PCI WDM device drivers, system for data collection and upload it to the IPC, the data rate of about 50MBps. Collected using polling (reserved f
A-DATA-1166682519_USB_Flash_Disk_Utility_USBest.r
- XPEmbedded EWF disk file protecti An old hard disk management tool, VB read disk sectors directly, to A program that refresh make parta Hard disk dog program , just prot Under a Win95/98/NT district exe A choice start district proc
CrossReductionCard
- 驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。-Drivers can penetrate reduction card, and can modify system files, here i
SD-card-experiment
- SD卡实验很多单片机系统都需要大容量存储设备,以存储数据.目前常用的有 U 盘,...表3.20.1.2 SPI 模式下 SD 卡部分操作指令-SD card experiment many SCM system requires a mass storage device to store data used U disk ... SD card is part of the operating instructions in Table 3.20.1.2 SPI mode
MrleeProtect
- MP游戏保护源码 1. 此套保护仅在Windows XP SP3系统上做过测试。 2. 保护程序是在VS2010环境下编译的。 效果: 1. 防止受保护进程被未授权的进程暂停。如,OD在附加进程的时候是要将目标进程暂停的,有了MP保护以后,OD将无法附加进程,因为OD无法将受保护的进程暂停。 2. 防止受保护进程中的数据被修改。如,CE无法修改受保护的进程的内存数据。 3. 当受保护进程中的内存数据被未授权的进程修改的时候,会有提示。 4. 防止受保护的进程被未
Usbsamp-Sample
- USBSAMP的示例演示了如何执行完整和高速散装和同步,超音速散装流数据传输到一个通用USB设备通过使用内核模式驱动程序框架(KMDF)。超快速度的批量传输只有工作当微软USB 3.0堆栈被加载。示例还包含一个控制台应用程序,启动批量测试(包括流)和等时传输和获取数据从设备的I / O端点。该应用程序还演示了如何使用设备名称和管道基础guid名称生成的操作系统使用SetupDiXXX用户模式api。-The USBSAMP sample demonstrates how to perform f
usbview
- This functional application sample demonstrates how a user-mode application can enumerate USB host controllers-Usbview.exe is a Windows GUI application that allows you to browse all USB controllers and connected USB devices on your system. The left p