搜索资源列表
scull_chrdev
- 详细介绍的scull字符设备驱动程序的实现!-detailed briefings scull characters Device Driver for achieving!
scull
- 典型的linux驱动程序,配合书上更好! 看了之后就会编驱动了
scull-kfifo.tar
- 在一个简单的字符设备驱动程序中实现kfifo使用例子
scull-kfifo
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_kfifo-linux driver primer
071025095322
- scull驱动源码,方便初学者学习的哦,欢迎下载啊-scull s driver
scull
- 驱动程序源代码scull学习驱动的好实例多多下载-qudong
scull
- 字符设备代码,是设备驱动程序一书中的examples-scull
Graph
- 图的操作,包括1.利用普利姆算法实现最小生成树; 2.利用克鲁斯卡尔算法实现最小生成树; 3.利用迪克斯特拉算法实现最短路径; 4.构建图形;-The chart operation, including 1. the algorithm realizes the smallest spanning tree using Pu Limb 2. algorithm realizes the smallest spanning tree using Crue the
SCULL
- linux下简单的设备驱动程序,实现了读写、定位文件指针、ioctl清零以及简单的读写控制。-the simple linux device driver, to achieve the reading and writing, positioning the file pointer, ioctl clear and simple to read and write control.
scull
- it s a scull progamm comes under GPL
scull-register
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_register-linux driver primer
scull-open
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_open-linux driver primer
scull-rw
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_rw-linux driver peimer
scull-mem
- LINUX 驱动入门 字符设备 从入门到提升之 mydve_mem-linux driver primer
scull
- linux下驱动程序。参考linux设备驱动程序第三章。使用内存虚拟外设。-drivers under linux. The linux device driver chapter 3. Peripherals using virtual memory.
scull.tar
- Ldd3 scull.tar 編譯過可用字符設備驅動-Ldd3 scull.tar compiled character device driver available
scull
- 基于跟新后的linux内核的scull驱动代码及详解-Based on post with the new linux kernel driver code and Detailed scull
scull
- linux scull 驱动简单实例,包含测试程序-scull driver
sc
- scull驱动,实现虚拟设备。支持文件读取,写入。(Visual driver for scull. Support whith read and write.)
Linux下SCULL设备驱动
- SCULL设备驱动的测试用例,可make编译后,实现设备打开、写入再读出测试