资源列表
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下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本
2410_TouthScreen
- 2410的触摸屏编程源代码。 (请打开串口通信才能看到效果。)
shell375Release
- 编的一个linux Shell ,能实现管道,重定向,以及一些基本的Shell 编程功能
ic_card
- 金融IC卡读写器函数,支持PBOC2.0协议,原创
MySVMLIB
- svm文本分类改进,关键词抽取(Keywords Extraction)指的是如何从一篇文档(或多篇相关文档)中自动抽取出能很好地代表文档主题的若干个词或短语。
openwebspider-0.7.tar
- 开源网络爬虫程序,大家好好学习!C++实现