资源列表
chap01
- <C++ GUI Qt3编程>书中源码-第一章-<C++ GUI Qt3编程> Source book- first chapter
16c554a
- st16c554芯片驱动,此芯片与tl16c554a芯片兼容。-st16c554 chip-driven, this chip compatible with tl16c554a chip.
2410io
- 基于嵌入式LINUX的2410IO口驱动范例
RTC
- S3C2410A的实时时钟的设计实验源程序-S3C2410A the experimental design of real-time clock source
widget
- 基于QT的MP3移植主程序,适合初学者学习与使用-QT-based MP3 transplant the main program, suitable for beginners to learn and use
example
- Openwrt中的内核(驱动)模块的编写例程,包括C驱动代码以及Makefile的写法。-A example of driver modules for openwrt, including C code and Makefile
leds-linux
- linux下面的led程序,在linux下点亮一个led-linux below, led the program, a led light under linux
_vimrc
- vim编辑器插件 ,直接放到 Linux的/root文件夹,然后重新打开终端即自动使用。包含多种快捷键的使用,方便让vim编辑更强大。-vim editor plug directly into the Linux/root folder, and then re-open the terminal that is used automatically. Contains a variety of shortcut keys to use, easy to make vim editor mor
simpleComputerAndImageFliter
- 包括一个简易计算器和一个图像过滤两个程序-Includes a simple calculator and an image filter two procedures
9315-dio
- EP9315 IO ARM LINUX下的测试原代码,
capture
- 一个鼠标捕获的MiniGUI程序。讲述鼠标捕获的过程。-Demo of using mouse capture. Sample program for MiniGUI Programming Guide.
misc_add
- Linux混杂设备驱动编写方法 当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。 程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a