搜索资源列表
multimedia_examples.tar
- linux device drivers multimedia examples
sniffer 的小例子
- 把网卡设为混杂模式的sniffer 的小例子, vc6.0 , win2000下运行通过, 不用设备驱动程序 只能接受ip包,无法接收与ip包同级的其它网络包,如arp等 listview显示-put mixed mode sniffers small examples, vc6.0, WIN2000 running through without device drivers can only receive ip packet, can not receive the same level
wangkoudev
- 嵌入式设备的网络驱动程序,用于设备和以太网的连接-Network embedded device drivers for the equipment and Ethernet connectivity
2
- Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
HIDKeys.2007-03-29.tar
- HIDKey BootloadHID is a USB boot loader for AVR microcontrollers.-his is the README file for bootloadHID. BootloadHID is a USB boot loader for AVR microcontrollers. It can be used on all AVRs with at least 2 kB of boot loader section, e.g. t
usbip-0.1.7
- usb ip 驱动源码,可以快速学习usbip应用 The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and
asyn4-21
- EPICS IOC的驱动 EPICS IOC device support but, other than using libCom, much of it is independent of EPICS.-asynDriver is a general purpose facility for interfacing device specific code to low level drivers. asynDriver allows non-blocking device suppor
anjianqudong
- 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,