搜索资源列表
00-helloworld
- linux驱动手把手学习代码,从最简单开始到进入具体的架构平台1-step to step learning linux driver1
USB-Skeleton-program
- 提供了一个最基础的USB驱动程序,即USB骨架程序,可被看做一个最简单的USB设备驱动实例。 usb类驱动的信息,为了从usb核心得到一个次设备号,并取得注册的核心设备驱动- provides a the most fundamental of the USB driver, namely USB skeleton program can be regarded as one of the most simple USB device driver examples. Usb class dri
opendpi1.3.0
- Opendpi的Linux下的最新版本,1.3.0,从google上的源代码下的。-Opendpi Linux the latest version, 1.3.0, from the Google source code under.
01-helloworld_with_param
- 手把手学习linux驱动,从最简单到进入架构平台-step to step learning linux driver 2
resize_passthrough.c
- resizer 从 高 分 辨 率 直 接 到 低 分 辨 率 的 参 数 设 置-Directly from the high-resolution low-resolution parameter settings
videodemo
- 基于arm s3c2410平台的linux系统usb摄像头监测程序。通过使用v4l的api函数从摄像头中读取数据 ,然后写人Frame Buffer, 使采集到的图像在液晶屏中显示出来。-Usb camera arm s3c2410 platform-based linux system monitoring procedures. By using the v4l api function to read data from the camera, and then writing Frame
copy_file
- c语言编写Linux的文件拷贝,实现从一个目录到另一个目录。-c language Linux file copy, from one directory to another directory.
digital_led
- 基于8280硬件平台的数字数码管驱动及应用,从上层到硬件访问底层的全套代码,可供参考编写驱动和应用程序。-The alphanumeric driver and application based on the 8280 hardware platform from the top to the hardware access to the underlying full code for reference to write drivers and applications.
27859209AC97
- ac97 codec 音频播放小程序,希望对大家有帮助,我也是从其他地方下载过来的,个人觉得还不错
inifile
- S3C2240裸机从SDRAM启动代码 在MDK中添加后 下载到SDRAM中即可执行-Downloaded to SDRAM can be executed the S3C2240 bare metal from the SDRAM startup code add in MDK
linuxcode.tar
- 最早的linux版本代码,适合初学Linux内核的同学参考,代码是从网上找到的,希望大家支持-linux kernel
Proc3
- netfilter的使用,包含两部分程序,第一部分内核程序使用netfilter框架,对与特定IP进行通信的数据包进行截留,第二部分用户程序负责从标准输入获取用户输入的IP地址并传送给内核程序,使截留数据包可以受控。-about netfilter
simp_blkdev
- LINUX上的块设备驱动示例程序,分为八个章节,循序渐进。从最简单的块设备ramdisk,到最后一个功能完整的驱动代码-the block device driver sample program on LINUX ,it is divided into eight chapters, step-by-step.
linux-zhiling
- 这里从实用的角度出法,做了一个linux的指令大全,方便用户查寻,为linux的工程师提供了方便-Here the law from a practical perspective, to do a linux command Daquan, user-friendly search convenience for linux engineers
Linux-drive-develop-example
- 《Linux驱动程序开发实例》配套代码,我从书本中光盘拷贝出来的。-"Linux driver development examples" s resource code.
fxload-2008_10_13.tar
- FXLOAD UTILITY 这个程序是方便可以下载固件到FX,FX2, 和FX2LP的EZ-USB设备,以及原始AnchorChips的EZ-USB。 它的目的是要调用热插拔脚本时未编程 设备出现在总线上。 主要是作为一个开发援助,这也可以被用来更新 从I2C串行EEPROM引导设备上的固件。对于那 使用,以及将固件下载到所有其他的片外存储器, 的第二阶段加载程序必须首先被下载。 的分布包括“a3load.hex”,这是一个简单的第二阶段
github_ldd3forlinux3.x
- ldd3 <linux设备驱动程序>的源代码 经过改写 从国外某FTP下载 适用于 3.x LINUX系统 书中自带地址下载的代码仅仅适合 2.X LINUX-ldd3 linux device driver source code but rewritten for 3.x LINUX system
from51-to-arm-and-led-test
- 从51单片机到arm的入门教程,以及简单的流水灯测试实验的代码,对于初学者比较有帮助-51 microcontroller arm introductory tutorial, as well as the simple code of the light water testing laboratories, more help for beginners
Linux-Qt-primer
- linux 下Qt编程入门学习资料,简单易懂,从基础开始讲解。-under linux the Qt programming portal learning materials, simple and easy to understand, explain start with the basics.
threadpool-0.2.src
- 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum