搜索资源列表
RT25USB-SRC-V2.0.6.0.tar
- RT2570芯片USB口无线网卡linux设备驱动程序,有调试信息输出的.-RT2570 chip USB wireless network card device driver linux, the output of debugging information.
scull_chrdev
- 详细介绍的scull字符设备驱动程序的实现!-detailed briefings scull characters Device Driver for achieving!
dvbdev
- linuxdvb设备驱动的代码初始化dvb设备并且读取打开设备
LINUXdriver
- 一个linux字符设备驱动。根据操作系统课本上的实验内容设计编写,具有很高的参考价值。
linux-wlan-ng-0.1.14-pre1.tar
- Linux的无线局域网方案是一个Linux设备驱动程序和子系统 一揽子方案的用意是提供全系列的IEEE 802.11标准的Mac 管理功能,用于用户模式公用事业和脚本。
RT25USB-SRC-V2.0.8.0.tar
- RT2570芯片USB口无线网卡linux设备驱动程序,有调试信息输出的.-RT2570 chip USB wireless network card device driver linux, the output of debugging information.
net_driver
- 网络设备驱动,包括源码和测试部分,tcp/ip client
网络设备驱动
- linux网络设备驱动开发,C语言开发工具,通过他你可以了解一般网络设备驱动程序的开发-network device driver development, C-language development tools, through him, you can understand the general network device driver development
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
simplesniffer
- 把网卡设为混杂模式的sniffer 的小例子, vc6.0 , win2000下运行通过, 不用设备驱动程序 只能接受ip包,无法接收与ip包同级的其它网络包,如arp等 listview显示-Network card promiscuous mode to set the sniffer of small examples, vc6.0, win2000 run through, no device driver can only accept the ip packet
Linux
- 复件 Linux设备驱动程序第三版2.chm复件 Linux设备驱动程序第三版2.chm
2
- Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
LinuxNetworkDeviceDriverDevelopmentAnalysis
- 《Linux网络设备驱动开发解析》PDF课件,较为详细的讲解了linux网络设备驱动开发流程。-" Linux network device driver development analysis" PDF courseware, a more detailed explanation of the linux network device driver development process.
uip
- uIP移植 uIP的设备驱动程序接口 uIP的应用程序接口 uIP0.9 keil移植要点、 源码公开的TCP/IP协议栈uIP的应用 、 1 嵌入式TCP/IP协议栈 uIP的设备驱动程序接口 uIP的应用程序接口 uIP0.9在发电机远程监测系统中的应用-uIP transplantation uIP device driver interface uIP application program interface uIP0.9 keil tran
embeddedsystemLINUXUSBhost
- 嵌入式Linux下USB主设备驱动程序的实现 1.字符设备和块设备 2.Linux中USB设备驱动程序的核心数据结构 嵌入式Linux下USB主机驱动程序的实现-Embedded Linux, USB master to achieve a device driver. Character devices and block devices 2. Linux USB device driver in the core data structure of embedded Linux, USB h
MultithreadVoiceComm
- 一个关于多线程语音聊天系统的专业论文。 采用低级音频设备驱动接口Waveform Audio API来采集和播放音频-A professional papers on multi-threaded voice chat system. Low-level audio device driver interface Waveform Audio API to capture and play audio
bluez-5.2.tar
- BlueZ是Linux官方蓝牙协议栈。它是一个基于GNU General Public License (GPL)发布的开源项目,从Linux2.4.6开始便成为Linux 内核的一部分。 BlueZ支持蓝牙核心层和协议,它灵活、高效,以模块化方式实现,具有以下特点: n 完整的模块化实现 n 均衡的多处理安全 n 支持多线程数据处理 n 支持多个蓝牙设备 n 硬件抽象 n 向所有层提供标准socket接口 n 提供设备和服务级安全保证 BlueZ包含多个相互
anjianqudong
- 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,
UNIX-NetWork-Programing_2.pdf.tar
- 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for
04PWM驱动步进电机实验
- 04PWM驱动步进电机实验c语言编程, PWM生成,本设备 PWM 使用 16MHz 作为脉冲基准, 使用分频系数决定 PWM 脉冲频率, 使用占空比系数决定 PWM 脉冲的占空 * 比。 对应关系如下: * 频率 = 16000000 / 分频系数( Hz) 公式 1 * 占空比=占空比系数 / 分频系数 公式 2 * 分频系数范围是 2~65535, 因此理论上输出的最低频率是 16000000/65535=244.14Hz, 最高频率是 8000000Hz, 也就是