搜索资源列表
Analog-memory模拟一个计算机的内存分配
- 模拟一个计算机的内存分配。 1,内存分配 对于每个任务的内存要求,从头选择可以执行任务的内存空间块,并且分配出相应的资源。 遍历完毕如果资源不足,则显示信息“内存不足”。 2,内存回收 -Analog memory
newalloc
- C语言编写的模拟内存分配的小程序,需要自己输入内存请求任务的数据-C language simulation of the small memory allocation procedures, required its own input data memory request Missions
MONINEICUNFENPEI
- 模拟内存分配程序,实现不同算法的模拟,图显示-Simulation of memory allocation procedure, different algorithms to achieve the simulation, shows
cunhuguanli
- 动态分区分配方式的模拟 在每次分配和回收后显示空闲内存分区链的情况-Simulation of dynamic partitioning distribution and recovery of each displayed after the allocation of free memory partition chain of
g
- 用vc实现内存分配的模拟,很简单的程序,快看看吧-Achieved with the vc memory allocation of the simulation, a very simple procedure, quick let' s see it
memory
- 模拟内存分配算法,功能强大,first fit-Analog memory allocation algorithm, a powerful, first fit
mem
- 模拟操作系统内存管理,采取最先适应分配。输入进程长度自动在内存中分配空间,并可以按进程名撤销进程释放其内存空间-Simulate the operating system memory management, to take the first to adapt to the distribution. Enter the length of the process of automatically allocate space in memory and can be removed by t
Memory
- 有关操作系统的连续可变式内存分配的模拟实验。-The operating system memory allocation simulation curriculum design.
main1
- 操作系统模拟算法,采用可变式分区,空闲区链实现内存的分配与回收,包含已分配表-Operating system simulation algorithm, using variable type area, free area chain of memory allocation and recovery, including the table allocated
VPRY
- 可变分区回收算法。将回收的内存插入到自由主存队列中,供下次分配内存时使用.在本模拟程序中,自由主存队列的排序原则是按地址排列的-Variable partition recovery algorithm. The recovery of memory inserted into the free queue in main memory, the memory allocated for the next use. In this simulation program, free main me
os2
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。分页式存储管理系统是内存非连续存储管理中基本的方法,可以通过把一个作业分成多个页面分配到不连续的内存块中去。实验可以通过位示图的方式来模拟内存的使用情况,为每个作业建立页表用于完成正确的地址转换。 (二) 实验内容与步骤: 利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。 具体过程: 1、 建立一张位示图,用来模拟内存的分配情况,利用随机数产生一组0和1的数对应内存的使
sy5
- 动态分区分配算法的模拟 初始化功能:内存状态设置为初始状态。 分配功能:要求至少使用两种算法,用户可以选择使用。 回收功能: 空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。 显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation
os
- 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
gudingfenqu
- 固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。-Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-channel operation. When there i
tixijiegou
- 用vc++实现大学课程体系结构中内存分配方面内容的模拟-Aspects of memory allocation in the university curriculum architecture simulation with vc++
Momery
- 基于最佳适应算法的模拟内存分配和回收控制台实现源码-Based on the analog memory allocation and recovery console to achieve the best fit algorithm source code
code
- 用C++类的概念用指针模拟高维数组 主要练习操作符的重载操作以及类的动态内存分配-The concept of C++ class pointer to simulate the dynamic memory allocation for the main practice of high-dimensional array operator overloaded operators as well as class
OS_Experiment
- 操作系统的相关实验源码,包括进程的调度算法的实现,模拟内存的分配和回收,以及多线程实现的案例。-Experimental source operating system, including the process of scheduling algorithm, analog memory allocation and recovery, as well as multi-threaded implementation of the case.
cxsj
- 内存动态分配模拟,内存动态分配模拟。内存动态分配模拟,内存动态分配模拟。-Dynamic memory allocation simulation,Dynamic memory allocation simulation
djaukp37
- 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果()