搜索资源列表
glibc-2.7.tar.gz
- linux下的C语言库源码有一百多M解压后很不错,under linux-source C language library have more than 100 M after decompression is pretty good
mul_timer.rar
- linux下的实用的单进程多个定时器c源码,其于linux中提供了setitimer等接口的实现。,linux muliti-timer design and implement,based on seitimer (realtime clock).
src-teach1
- 一个简易的数码相框,在linux环境运行的c源码,可以将照片以各种特效的播放出来-A simple digital photo frame, running in a linux environment, the c source code, pictures can be played out in a variety of effects
Embedded-Linux-for-Blackfin
- Uclinux是当前广泛应用的一种嵌入式Linux操作系统,是一个完全符合GNU/GPL公约的项目,与UNIX完全兼容,完全开放源码。英文单词中u表示Micro,c表示control,所以Uclinux的意思是“微控制领域的Linux系统”。 Uclinux针对嵌入式应用的特点,对Linux的内核(所用版本为linux2.6)进行了修改和重新编译,其大小远小于原来。它包含Linux常用的API,保留了原来Linux操作系统具有的高稳定性、强大的网络功能和卓越的文件系统支持功能等优点。
qte
- Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd
player.c.tar
- 网络酷开-player播放器源码,嵌入式linux,图形见面为minigui.-internation player source,e-linux,by minigui
nano-X-docs
- MicroWindows是一个开放源码的嵌入式GUI软件,目的是把图形视窗环境引入到运行Linux的小型设备和平台上。作为X Window系统的替代品,MicroWindows可以用更少的RAM和文件存储空间(100KB~600KB)提供相似的功能,允许设计者轻松加入各种显示设备、鼠标、触摸屏和键盘等;可移植性非常好,可用C语言实现;支持Intel 16位/32位CPU、MIPS R4000以及基于ARM内核的处理器芯片。由于和微软的windows注册商标存在冲突,从2005年月起,MicroW
LINUX_device_source
- linux设备驱动开发一书所有例子的源码-linux device driver source code for all the examples the book
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
xorp-1.8.3-src.tar
- 用C/C++编写的,在Linux开发环境下开源路由器源码-With C/C++ written in the Linux open-source router source development environment
serise
- 嵌入式Linux下,c语言访问串口,发送数据的源码,使用时,应该用交叉编译器编译.-failed to translate
meego-ux-ivi
- meego-ux-ivi车载系统源码linux c++ qt4.7.2-meego-ux-ivi car da cod linux c++ qt4.7.2
charcterDevices-Drivers
- 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
TQ64102440_Camera_source
- TQ6410和TQ2440摄像头源码,是基于linux应用程序的c++源码,仅供参考学习,欢迎下载-Of tq6410 and TQ2440 camera source, is based on the linux application c++ source, for reference only learn, welcome to download
snake
- 贪吃蛇游戏源码,linux c下实现,可编译、可运行。-failed to translate
processaproach
- 基于TQ2440的LINUX程序源码,进程间通信测试程序,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-TQ2440 Linux program source code, inter-process communication test procedures, C language, cross-compiler for arm board procedures available in the linux environment
processtoFile
- 基于TQ2440的LINUX程序源码,进程间调用样式,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-Based on the TQ2440 the Linux program source code, process invocation style, C language, cross-compiler for arm board procedures available in the linux environment
mysql
- Linux下使用的源码。。 用C语言实现的源代码。。。请使用-Linux source code under use. . With C language source code. . . Use
yaffs2-HEAD-e57244d.tar
- YAFFS2文件系统广泛用于嵌入式设备中,对NAND Flash有较好的支持,其虽然主要应用于Linux系统内,但由于为纯C语言代码实现,具有非常好的可移植性,因此也可以移植到其他操作系统下使用。 该源码包为YAFFS2的e57244d版本,分享共大家使用。(The YAFFS/YAFFS2 file system is widely used in embedded devices, has a good support to NAND Flash, although it is mainl
ftp linux c源码
- 基于linux系统利用c语言实现ftp传输协议。