资源列表
Linux
- linux常用命令,是一份非常简洁,又常用的linux命令,它也非常全面,能够很好的了解linux的使用。(Common Linux commands)
memtester
- arm linux平台,内存检测脚本,比较全面的内存压力测试,最好在高低温环境下做一个系统测试(Arm linux platform, memory detection scr ipt)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
mem
- linux下实现malloc和free。。。。。(Implementation of malloc and free under Linux)
mpuweb
- 利用树莓派和python解析mpu6050六轴传感器的姿态角(rasberrypi use python to read data from mpu6050)
test_inotify
- 使用linux inotify机制监听文件的变化,比如文件修改,文件创建,文件删除等(watch the status of file or dir by linux inotify, include modify file, create file or dir)
Desktop
- 利用linux C编写一个多用户——单一服务器模式的程序,用命名管道实现客户到服务器之间传递数据的操作。(Using Linux C to write a multi user single server mode program, using the named pipe to achieve data transfer between the client and server.)
牛津英汉小词典
- 在Linux环境下,编写的英汉小词典--利用hash表(An English Chinese Dictionary written in Linux environment -- using the hash table)
Mutex
- 封装了Linux下的互斥锁、读写锁、条件锁以及防止死锁的策略(The mutex, read-write lock, conditional lock and deadlock prevention strategy of Linux are encapsulated)
TimeExchange
- linux UTC time和人工time的一些转换获取,方便系统的时间管理(Linux UTC time and artificial time some conversion acquisition, convenient system time management)
ls_l
- 完整的ls –l命令(按照长格式显示当前目录下非隐藏文件的属性)。(Complete LS - L command (according to the long format attributes of non hidden files in the current directory).)
pthread
- linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)