搜索资源列表
内存算法
- 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
操作系统课程设计之内存分配问题
- 这是操作系统中实现内存分配好好的程序,界面很美观,功能强大-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
内存分配与回收
- 内存分配与回收,是用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.
模拟固定分区存储管理的分配与回收
- 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
模拟段式管理内存分配与回收
- 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
Analog-memory模拟一个计算机的内存分配
- 模拟一个计算机的内存分配。 1,内存分配 对于每个任务的内存要求,从头选择可以执行任务的内存空间块,并且分配出相应的资源。 遍历完毕如果资源不足,则显示信息“内存不足”。 2,内存回收 -Analog memory
m
- 自己写的一格内存分配回收程序,进行段页式管理。-Write your own memory allocation of a cell recovery procedure in the management section of paging.
DynamicAllocation
- 可以演示操作系统常用的内存分配算法-Demonstration of the operating system can be commonly used in memory allocation algorithms
cunchuqichuli
- ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
neicunfenpei
- 用c++实现内存分配,有图形化界面,用mfc写的哦-Using c++ to achieve memory allocation, a graphical interface, written using mfc Oh ... ...
MONINEICUNFENPEI
- 模拟内存分配程序,实现不同算法的模拟,图显示-Simulation of memory allocation procedure, different algorithms to achieve the simulation, shows
Memoryfenpei
- 一个简单的用C++实现的内存分配 操作系统课程实验-A simple implementation using C++ memory allocation Course of Operating System
Testmalloc
- 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
内存分配换页
- 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
debugging_malloc
- 检查内存分配机制,内存分配是否正确,分配后是否释放,对内存有没有非法访问(debug the allocation of memory)
内存分配算法
- 内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)