搜索资源列表
MemoryManagement
- windows编程:内存管理程序
MemoryManagement
- 关于内存的分配,回收,合并。完整的C#代码
MemoryManagement
- C++编写的内存管理源代码,适合定制自己内存池的程序员参考。
MemoryManagement
- 操作系统的内存跟踪文件,用API函数来实现,对于学习操作系统有很大的价值.-operating system memory tracking files, API function to achieve, learning operating system is of great value.
MemoryManagement
- Symbian OS Memory Management
MemoryManagement
- Learn how to Memory Management in C++ through these document.
Memorymanagement
- 操作系统上面的模拟内存调度的,使用的固定分区的方法。-Simulation of memory above the operating system scheduling, the use of the fixed partition approach.
MemoryManagement
- 内存管理,内附全部源代码,请多多指教-Memory Management
MemoryManagement
- 计算机操作系统内存管理程序的实现,C++源代码-Memory management
030-MemoryManagement
- C++ Reference counting, shared pointers, buffer management, and more.
MemoryManagement
- 操作系统上机,模拟可变分区,C语言实现可视图形化界面-Operating system on the machine, variable partition
MemoryManagement
- java 模拟CPU系统调页,每个页面可存放10条指令,分配给一个作业的内存块为4。模拟一个作业的执行过程,该作业有320条指令,即它的地址空间为32页,采用FIFO、LRU算法,并计算缺页率-java simulation CPU system paging, each page can hold 10 instructions, the job is assigned to a memory block 4. Simulated execution of a job, the job has
MemoryManagement
- 内存管野:请求调页处理方式,采用LRU和FIFO两种算法-Memory management field: demand paging approach, using two algorithms LRU and FIFO
MemoryManagement
- 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,用了最佳替换算法Optional、先进先出(FIFO)页面置换算法、最近久未使用(LRU)置换算法、Clock 算法(也叫Second Chance 算法)-Design and implementation of memory layout application initialization and memory allocation, memory recall about memory management