资源列表
Pr2
- Small Shell Window with some nice commands using proccesses in linux
beep-driver
- 在arm-linux中蜂鸣器作为一个简单的字符设备,其驱动程序可以作为一般字符设备驱动的框架。-For a simple arm-linux char device driver ,the beep driver can be de module of any char device drver.
Dichotomy_sort
- 实现了链表的几种排序 有 冒 泡 排 序-Achieve a linked list of several sorting Bubble Sort
pthread_mutex
- (可直接使用)用互斥锁写的一个打印机程序,通过加锁和解锁使得多台打印机可同步工作-(Can be used directly) with the exclusive lock to write a printer process, by locking and unlocking makes the work more than one printer simultaneously
server.c.tar
- linux 环境下,C语言编写的客户端应用程序-linux network
fork
- 使用C语言实现进程间的控制。并使用KILL命令*对应进程-use c to fork
buttons
- Cobalt buttons platform device driver for Linux.
cov_utf8
- 使用shell脚本,在linux环境中批量转换文件夹中的文件为utf8编码-use shell to cov all the file to utf8 code
btree-128
- btree init mempool128 for Linux v2.13.6.
jy
- 1. 1号进程创建2,3号两个进程 2. 2号进程执行系统命令,ls,ps,cp等 3. 3号进程创建4,5号两个进程 4. 4号进程创建两个线程Thread1,Thread2 5. Thread1:循环速出“I am child1.”5次 6. Thread2:循环输出“I am child2.”5次 7. 5号进程执行一个用户编写的可执行文件 -1. No. 2 process to create two processes 2. 2, the impleme
Pidgin
- Pidgin Perl File for make it work.You must have to compile it to use. Enjoy, I think that you can understand ok )-Pidgin Perl File for make it work.You must have to compile it to use. Enjoy, I think that you can understand ok )
semprod_consu
- 基于信号量机制和Pthread实现的生产者消费者模型。-The producer consumer model based on the mechanism of the signal quantity and the realization of Pthread.