搜索资源列表
framebuffer
- 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
udev-114.tar
- 在Linux2.6内核下的udev文件系统的源码,在按照操作打上补丁后,可以使嵌入式linux系统支持udev文件系统接口
2440usbslave源码
- 2440usbslave源码,可以移植到天嵌的开发板上替代原来的lib文件,有了源码方便修改。 解压需要在linux系统下用tar 命令操作,在windows下解压会出错。下载后把.rar去掉 不然不给上传-2440usbslave source code, can be transplanted to the days embedded development board to replace the original lib files easy to modify, with sou
file_operation_sample
- ARMLINUX 环境下开发的文件访问程序,能对文件进行读取和写操作。-Development environment ARMLINUX file access procedures, the documents can be read and write operation.
ezxml
- linux下xml文件的读写操作封装,简洁明了。-xml files under linux to read and write operations package, simple and concise.
fuse-2.8.1.tar
- linux下支持ntfs文件系统可写入操作,不可多得!-linux to support ntfs file system write operations, rare!
ntfs-3g-2009.4.4
- linux系统下ntfs文件系统的驱动,支持写入操作,很好用!-linux system under the ntfs file system driver to support a write operation, very good use!
contact
- 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在Linux系统下用Eclipse编写的C语言程序的。改程序分为文件操作和数据库(MysqL)操作,代码自己拿去看吧,代码注释很详细,应该能看得懂的。-Embedded in the study when we write the source code of this phone, just the initial stage, the Linux systems written in C language with the Eclip
Linux-copy
- 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
Qt
- 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
SQTEK-mini2440-S2
- 上海嵌入式家园-开发板商城: http://embedclub.taobao.com 【申嵌视频-mini2440基础篇】内容: 申嵌基础篇1-1_Linux系统概述.rar 申嵌基础篇1-2_使用VMWare安装fedora_14操作系统.rar 申嵌基础篇2-1_Linux常用指令讲解1.rar 申嵌基础篇2-2_Linux常用命令讲解2.rar 申嵌基础篇3_vi文件编辑器的基本操作.rar 申嵌基础篇4-1_搭建NFS服务器.rar 申嵌基础篇4-2_搭建
linux-struction
- Linux 最常用的指令操作,本资料为txt文件,可以在任何地方,任何时间学习、查看,你学习Linux必备的资料。-Linux is the most commonly used instruction operation, the data to txt file, can be anywhere, any time to learn to see, you learn the essential information for Linux.
FileHelper
- 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
openavi
- 操作avi文件的库源码,在嵌入式中使用比较方便。-open source avi file lib, is easy for useing in embedded linux
Linux-C-Programing
- 本书主要讲述文件操作、信号量处理以及线程和网络编程-This book focuses on file operations, signal processing, and the amount of thread and network programming
MPP_project
- linux下MP3播放器,内含开发文档。 MP3功能包含:可识别本地MP3文件;可创建播放列表;播放列表可增加不同歌曲;具有播放、暂停、停止三种操作;播放列表具有默认、随机、循环、单曲循环等功能;播放歌曲时显示歌曲信息;歌词显示。-Linux MP3 players, including the development of documents. MP3 features include: identification of a local MP3 file to create a p
copy_file
- linux环境下简单文件操作,open,read,write等函数的应用~-Simple file operations Linux environment, such as function open, read, and write and so on.
task2_file_encrypt
- linux下的文件加密器,通过文件操作,及加密算法实现对文件的加密-Under linux file encryption, file operations through, and the encryption algorithm to encrypt files
inotify-sample
- notify 是一个 Linux特性,它监控文件系统操作,比如读取、写入和创建。Inotify 反应灵敏,用法非常简单,并且比 cron 任务的繁忙轮询高效得多。学习如何将 inotify 集成到您的应用程序中,并发现一组可用来进一步自动化系统治理的命令行工具。-Inotify is a Linux feature that monitors file system operations such as read, write, and create. Inotify is responsive