Welcome![Sign In][Sign Up]
Location:
Search - LRU算法

Search list

[Mathimatics-Numerical algorithmsLRU算法的自编c++实现及源码。

Description: 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
Platform: | Size: 5231 | Author: 刘刚 | Hits:

[Otherjava 实现Lru算法

Description: java 实现Lru算法
Platform: | Size: 1387 | Author: erel@yahoo.cn | Hits:

[Scanner本程序只要介绍LRU算法

Description: 本程序只要介绍LRU算法
Platform: | Size: 27648 | Author: yongheng541012 | Hits:

[Windows Develop页片置换中的FIFO、LRU和OPT算法

Description: 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
Platform: | Size: 438072 | Author: zhang20082100 | Hits:

[Documentslru

Description: lru算法的实现-LRU algorithm implementation
Platform: | Size: 1024 | Author: 天才 | Hits:

[Other页面置换算法三种)

Description: 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algorithm missing pages interrupt rate (Note : The principles of achieving algorithm that does not require the actual pages).
Platform: | Size: 6144 | Author: 施委 | Hits:

[Mathimatics-Numerical algorithmspagec++

Description: 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
Platform: | Size: 4096 | Author: 兔子 | Hits:

[Windows Developlru源代码

Description: 是经典的操作系统中页面置换中的LRU算法模拟程序源代码-are classic operating system replacement pages of LRU algorithm simulation program source code
Platform: | Size: 1024 | Author: 柳星 | Hits:

[CSharp页面置换算法(FIFO和LRU)

Description: 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
Platform: | Size: 248832 | Author: 杨鼎新 | Hits:

[Process-Thread操作系统部分算法模拟软件

Description: 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the operating system to the Department of algorithm visualization of simulation, and eventually to these algorithms over a deep understanding. The demonstration software algorithms : a variety of resources through variable algorithm bankers storage algorithm producers-- consumers (PV simulated operational) FIFO algorithm and LRU algorithm (pages out of algorithm) algorithm CUP request Pagination-- I/0 utilization analysis of development tools : Delphi 7 .0
Platform: | Size: 1326080 | Author: 刀尖 | Hits:

[Mathimatics-Numerical algorithmsLRU算法的自编c++实现及源码。

Description: 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
Platform: | Size: 5120 | Author: 刘刚 | Hits:

[Mathimatics-Numerical algorithmsFIFO与LRU 算法实现(java)

Description: java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
Platform: | Size: 5120 | Author: 刘刚 | Hits:

[File FormatLRUsuanfabaogao

Description: 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
Platform: | Size: 21504 | Author: 刘敏 | Hits:

[Process-Threadcaozuo02050210

Description: 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
Platform: | Size: 617472 | Author: 于勇 | Hits:

[OS programLRU

Description: 操作系统中进程管理部分LRU算法的实现,还算景点 -Part of the operating system process management LRU algorithm, still Attractions
Platform: | Size: 1024 | Author: xu | Hits:

[Otherlru

Description: lru算法操作系统实验lru算法实验源代码轻松完成实验-lru algorithm lru algorithm experiment experimental operating system source code to easily complete the experiment
Platform: | Size: 1024 | Author: 帆帆 | Hits:

[OS DevelopLRU

Description: 操作系统实验当中非常好的LRU算法,不信你自己-Experiments were very good operating system, LRU algorithm, do not believe you could see for himself
Platform: | Size: 1024 | Author: tom | Hits:

[OS DevelopLRU

Description: 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
Platform: | Size: 141312 | Author: 李朗 | Hits:

[OS DevelopLRU

Description: 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is accessed, it is likely to be accessed; on the other hand, if it is not accessed for long periods, it is unlikely to be accessed in the near future.)
Platform: | Size: 1024 | Author: 寒修末 | Hits:

[OS DevelopLRU算法

Description: 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
Platform: | Size: 473088 | Author: 折颜 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net