c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved in all aspects 下载
|
操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm 下载
|
这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是我操作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project. 下载
|
c++ 内存管理算法和实现c++ 内存管理算法和实现c++ 内存管理算法和实现- 下载
|
用链表实现的内存管理,用数组来模拟内存空间实现的一个内存管理算法-achieve with the memory management, using memory arrays to simulate space realization of a memory management algorithm 下载
|
DL内存分配算法,最好的和最高效的内存管理算法-DL memory allocation algorithms, the best and the most efficient memory management algorithm 下载
|
内存管理:虚拟内存管理中的一些算法,没有调过,可作参考-memory management : virtual memory management of some algorithm, not emphasize cross reference can be made 下载
|
模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process page, the process of distribution to a few pages. Call for the calculation of the number of missing pages, missing pages rate, it will be eliminated sequences. 下载
|
用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first 下载
|
内存管理的四种页面置换算法 FIFO LRU NUR OPT- 下载
|