搜索资源列表
neicunfenpei
- 模拟操作系统中的五种内存算法实现,最后输出内存空间的分配情况。-simulation of the five operating system memory algorithm, the final output of the memory space allocation.
MemoryAllocateProject
- 操作系统课程设计之内存分配模拟,采用首次适应算法实现(JAVA版)-courses on operating system design from the memory allocation simulation, using the first adaptation algorithm (Java version)
mmy
- 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果-simulation memory management, memory allocation and memory recovery, with interface shows the distribution and recovery results
Memory_Manage
- 模拟基本的内存管理功能,包括内存的分配,回收等。
《数据库系统概论》实验指导书
- 编写相关的程序代码,显示执行结果 本程序就是对内存进行分配,所以我们可以利用数组记性模拟,在开始的时候输入内存的块数和每一块的大小,之后我们可以通过扫描数组的每一个元素跟所要求分配的内存块进行比较,如果大与要求的内存则把大的分割,如果小于则合并尽可能少的块数,如果加全部都不够返回。-related to the preparation of the code, the results show that the implementation of this program is to allo
操作系统——PCB模拟
- 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
操作系统大作业(内存分配)
- 这是一个操作系统作业的小程序,实现的工能是模拟内存分配。-This is a small operating system operating procedures, the public will realize it is the memory allocation.
sidocation__process
- 编写一个包含两个线程的进程,一个线程用于模拟内存分配活动-Write a process contains two threads, a thread is used for simulating memory allocation
szice
- 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配(In the operating system process scheduling, simulated storage management in the management and allocation of memory space)