搜索资源列表
操作系统课程设计之内存分配问题
- 这是操作系统中实现内存分配好好的程序,界面很美观,功能强大-This is the operating system to achieve good memory allocation procedure, the interface is very attractive and powerful
操作系统--内存分配
- 本文件为模拟操作系统的内存分配-this paper to simulate the operating system memory allocation
内存分配与回收设计
- 内存分配与回收设计,一个小实验-memory allocation and recovery design, a small experiment
内存分配算法
- 比较优秀的内存分配算法-relatively good memory allocation algorithms
1193 内存分配
- 这是有关内存分配的一些讨论 以及 一些算法的实现-This the memory allocation of some discussion and some algorithm to achieve!
内存分配与回收
- 内存分配与回收,是用TC写的,请大家-memory allocation and recovery, is TC wrote, please s
操作系统大作业(内存分配)
- 这是一个操作系统作业的小程序,实现的工能是模拟内存分配。-This is a small operating system operating procedures, the public will realize it is the memory allocation.
最佳适应法内存分配
- 确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码;最后编写模拟分配和回收过程的主函数
实现模仿系统的内存分配
- 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc free
Analog-memory模拟一个计算机的内存分配
- 模拟一个计算机的内存分配。 1,内存分配 对于每个任务的内存要求,从头选择可以执行任务的内存空间块,并且分配出相应的资源。 遍历完毕如果资源不足,则显示信息“内存不足”。 2,内存回收 -Analog memory
操作系统课内存分配问题最先适应法
- 操作系统课程设计,内存分配问题,最先适应法,可以运行,没有错误-Operating systems curriculum design, memory allocation, the first adaptation method, you can run, no errors! ! ! ! ! ! ! ! ! ! ! ! !
VMMAP
- VC源码,输入运行中的进程名可自动列出进程中的内存分配情况-VC source code, enter the name of running process can be automatically listed in the process of memory allocation
进程调度与作业调度的模拟
- 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
delphi和c指针与内存分配比较
- delphi和c指针与内存分配比较.doc
javaProject
- java内存分配演示程序,此工程的入口类在com\ysu\cwy中的MainFrame.java。是使用eclipse3.3编写的,运行时最好也放在eclipse下运行。 -java memory allocation demo program, this works in the import category comysucwy in MainFrame.java. Is to use eclipse3.3 prepared, run-time best on the run under
cuncuqi
- 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
ap
- 演示操作系统的内存分配的三种方式,邻近适配,最佳适配,首次适配-Demonstration of the operating system memory allocation of three ways, adjacent adapter, the best fit, for the first time Adapter
debugging_malloc
- SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
neic
- 操作系统实验 内存分配与回收 实验二(包含程序源代码和完整报告)-Experimental operating system memory allocation and recovery experiment II (including source code and complete report)
内存分配算法
- 内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)