资源列表
OV9710
- Linux下OV9710的驱动程序,和原理图-LINUX OV9710 DRIVER
micron_mt9p031
- 500万像素 cmos 传感器 MT9P031的LINUX驱动程序-the LINUX driver of 5,000,000 pixels cmos sensor MT9P031
Json_parser
- JSON parser linux code -JSON parser linux code
u-boot-1.1.6-nand
- 成功修改u-boot1.1.6,支持从nandflash启动。-Successfully modify the u-boot1.1.6, support from the nandflash start.
dev_acpi-20040803
- linux下acpi驱动编写的一个完整例子,改样例遍历linux下所有的acpi设备,并提供用户态接口供用户操作-acpi driver under linux prepared a complete example of a sample to traverse all the acpi under linux equipment, and provide user interface for users to operate state
httpclient
- 在linux下,简单的http文件获取源代码,包括任务的请求和数据的接受-the capture of http file
qt贴图做的智能中文拼音输入法程序
- qt贴图做的智能中文拼音输入法程序,可实现自动组词选择-qt map to do the smart Chinese Pinyin input method, set of words can be automatically selected
Device-Driver-Development-
- Linux下基于CY7C68013芯片驱动程序开发-Device Driver Development of CY7C68013 Chip under Linux
EM770W
- 华为公司3G工业无线模块EM770的所有资料,包括模块具体资料以及在windows和linux下的驱动-Huawei 3G industrial wireless module EM770 all information, including specific information on the module and the drive under windows and linux, etc.
yuv422_jpg
- 使用JPEG库将从摄像头得到的YUV格式数据缓冲区转换为JPG文件的示例代码.-example of how to convert YUV data from camera to JPG file using libjpeg
zju02bin.tar
- 浙江大学,仿真组,机器人足球,02年。可连接标准的robocup仿真组服务器端,见robocup.org-Zhejiang University, simulation group, robot soccer, in 2002. Can connect standard RoboCup simulation group server-side, see robocup.org
myshell
- 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,