搜索资源列表
TestDlg1
- USB2.0接口的设计与实现--读fifo源代码:挺好的-USB2.0 Interface Design and Implementation- fifo reading the source code: I' m fine
TestDlg2
- USB2.0接口的设计与实现--写fifo源代码:挺好的-USB2.0 Interface Design and Implementation- fifo writing the source code: I' m fine
FIFO
- 页面置换算法的实现源码。主要为OS初学者提供参考。-Page replacement algorithm implementation source code. The main reference for the OS for beginners.
fifo_lru_opt_twochance
- 请求分页虚拟存储。FIFO,OPT,LRU,二次机会。在他人的代码上修改而成。加入简单页表,逐步显示。可配置页架数,页面总数,访问序列。-Demand paged virtual storage. FIFO, OPT, LRU, second chance. Modifications made in the code of others. Added a simple page table gradually. Configurable page frame number, the total
queue
- 队列的基本程序代码,比如入队,出队,取队头,此代码用链表的方式采用的FIFO(first in first out),新元素(等待进入队列的元素)总是被插入到链表的尾部,而读取的时候总是从链表的头部开始读取。每次读取一个元素,释放一个元素。所谓的动态创建,动态释放。因而也不存在溢出等问题。由于链表由结构体间接而成,遍历也方便。-The basic code of the queue, for example into the team, the team, the first team to t
