资源列表
sockettftp
- linux下的tftp socket编程样例-the tftp socket Programming Example
AwardForTVS
- 手机号码抽奖程序源代码-phone numbers to draw source code
UNIX网络编程 第2卷 进程间通信.tar
- UNIX网络编程 第2卷 进程间通信 代码-UNIX Network Programming Volume 2 inter-process communication code
portscan001
- 一个端口扫描程序!在linux环境c语言实现!-a port scan! Linux environment for the C Language!
tftp001
- 一个简单的tftp程序!在linux环境下实现-tftp a simple procedure! Linux environment in achieving
a048008
- 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realizati
readerwriter.cpp
- 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
avsplayer-linux.tar
- AVS解码器,播放器,Linux下编译通过,支持最新的AVS1-P2标准-AVS codec, player, compile under Linux, support the latest AVS1 - P2 standards
cryptfs-0.0.tar
- LFS.This is a kind of file system.
ezxfba-src
- motorola ezx 平台下的fba模拟器,经过arm汇编优化和驱动优化
ch7024b 驱动源代码
- 台湾CH7024的驱动源代码,在LINUX下使用.
zifuqudong
- 一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本