资源列表
数码相框
- 程序可在s3c2440单板上跑,通过触摸屏幕显示不同的jpg格式图片,(The program can run on the S3C2440 board and display different JPG format pictures by touching the screen)
HiRedis断线重连.tar
- hiredis断线重连功能,测试运行通过!!!!!!(hiredis Broken line reconnection function)
student_system
- 用bash编写程序,实现一个简单的作业管理系统。用文件形式实现数据的存储。(Using bash programming, to achieve a simple job management system. The storage of data in file form)
linux入门教程
- 不错的linux的入门教程,适合初学者学习(the introduction of linux)
posixtst_1_0_0_tar
- checksum CRC POSIX connection
RedHatEnterpriseLinux7Network
- Linux 系统管理管理 Linux 开发 平台管理,网络 管理,系统管理员(Linux manager's guide book redhat 7)
Linux命令行与shell脚本编程大全.第3版
- linux命令行和Shell脚本大全 Linux 开发 管理(Linux command line and shell)
day09.tar
- unix c语言高级环境编程,一些小例子仅供参考,主要是使用C程序访问环境变量,系统提供了一个全局变量(include <stdio.h> int main(void){ extern char **environ; int i=0; while(*(environ+i)!=NULL){ printf("%s\n",*(environ+i)); i++; } return 0; })
RedHatEnterpriseLinux7Power
- 红帽7 官方指导pdf文档英文版,电源管理,进程控制(redhat 7 power management guide pdf)
libggi-2.2.2
- LibGGI试图建立一个一般性的图形接口,而这个抽象接口连同相关的输入(鼠标、键盘、游戏杆等)抽象接口一起,可以方便地运行在X Window、SVGALib、FrameBuffer等等之上。建立在LibGGI之上的应用程序,不需重新编译,就可以在上述这些底层图形接口上运行。(Linux graphics library)
freetype-2.3.9-fm20100818.tar
- FreeType库是一个完全免费(开源)的、高质量的且可移植的字体引擎,它提供统一的接口来访问多种字体格式文件(The FreeType library is a completely free (open source), high quality and portable font engine that provides a unified interface for accessing multiple font formats)
tinyxml_2_6_2
- inyXML一款很优秀的操作C++类库,文件不大,但方法很丰富,和apache的Dom4j可以披靡啊!习惯了使用java类库的我看到这么丰富的c++类库,很高兴!它使用很简单,只需要拷贝几个文件到你的工程中,没有STL也可以编译运行。(InyXML is a very good operating C++ library file is not, but the method is very rich, and Apache Dom4j can be invincible! Accustomed