搜索资源列表
qasw sgww q
- 先进先出优先算法可以解决一些常见问题并为其源程序-FIFO arithmetic,it can solve some common question.It have source code.
FIFO.先进先出调度算法(FIFO)处理缺页中断
- 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
FIFO
- 通用异步FIFO设计的verilog代码,来自于opencore-Universal Asynchronous FIFO Verilog design code, from opencore
code
- Simulation and Synthesis Techniques for synchronous FIFO Design
asyn_fifo
- verilog编写的异步fifo源代码,asyn_fifo.v为顶层,调用其他四个文件-asynchronous fifo prepared Verilog source code, asyn_fifo.v for top-level, call the other four documents
workplace
- 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
myfifo_bb
- fifo(1-6:1):using ip-code and rd wd interface-fifo:using ip-code and rd wd interface
FIFO.OPT
- 操作系统课程设计(源码和报告) 请求页式管理缺页中断模拟设计--FIFO、OPT-Operating systems curriculum design (source code and reports) request page management page fault analog design- FIFO, OPT
FIFO1
- 一个功能非常完整的操作系统先进先出程序,代码简单易懂。-A very complete operating system FIFO procedures, easy-to-read code.
FIFO_IN_VERILOG
- 基于Verilog的fifo的实现源码和测试文件-Fifo-based realization of the Verilog source code and test file
FIFO
- 利用Verilog实现了一个FIFO,包含几个模块文件,适合初学Verilog的朋友,含测试代码。-Verilog achieved using a FIFO, a document contains several modules, suitable for novice Verilog friends, including test code.
sun
- FIFo Page Replacement Source Code
FIFO
- 操作系统中的先进先出(FIFO)页面置换算法的C++源代码-Operating in the FIFO (FIFO) Page Replacement Algorithm for C++ source code
xunmi
- 操作系统课程设计_先进先出页面置换算法代码。-Operating System Course Design _ FIFO page replacement algorithm code.
FIFO
- 操作系统算法FIFO算法源代码,可供学习、研究之用!!!使用C++编写-FIFO CODE
run
- 自己动手写操作系统,小练习包括fifo.c\fork.c\popen.c等,保护模式,超过1M内存管理模式,等代码,生成的中间文件等,适合初学者参考!-Do-it-yourself write operation system, small exercises include fifo. C \ fork. C \ popen. C, and other protection mode, more than 1 M memory management mode, and the code, ge
memChange
- 使用Qt实现的操作系统中内存管理的主要的三个算法(FIFO,LRU,OTPML),源代码中有很详细的说明,可读性很强-Uses in operating system which Qt realizes memory management main three algorithms (FIFO, LRU, OTPML), in the source code has the very detailed explanation, the readability is very strong
test3
- 操作系统页面置换算法的源代码,分别包含最佳置换算法,先进先出置换算法,最近最久未使用置换算法以及简单的clock置换算法。-The source code of the operating system page replacement algorithm, respectively, contain the best replacement algorithm, FIFO replacement algorithm, the most-recently-used replacement alg
code
- 虚拟存储器,第一题:模拟分页式存储管理中硬件的地址转换和产生缺页中断。第二题:用先进先出(FIFO)页面调度算法处理缺页中断。第三题:用最近最少用(LRU)页面调度算法处理缺页中断。 -Virtual memory
os1
- 操作系统中各种页面算法的C++实现,有FIFO,OPT,LRU的具体代码。-Operating system in a variety of page algorithm C++ implementation, there are FIFO, OPT, LRU of the specific code.