搜索资源列表
memoryanalog
- 模拟内存页面置换的五个算法fifo,opt,lfu,lru,clockAnalog memory page replacement-Analog memory page replacement
pagechange
- 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
FIFO
- 同步fifo,能够实现同步的缓冲,希望对大家有用-Synchronous fifo, to achieve synchronization of the buffer, the hope that useful
APC
- APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call
fifo100
- 实现了fifo的基本功能。包括创建、添加、使用等。-Fifo implemented the basic functions. Including creating, adding, and so on.