搜索资源列表

  1. 3

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:349184
    • 提供者:liang
  1. 4

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:364544
    • 提供者:liang
  1. OS

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区。-To achieve a rational allocation of memory, using the first and best adaptation algorithm to adapt to dynamic partitioning algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:235520
    • 提供者:昀天
  1. zuijiashiying

    0下载:
  2. 操作系统程序设计 最佳适应算法。可回收内存。-Operating procedures to adapt to design the best algorithm. Recoverable memory.
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:此猎非彼猎
  1. li

    0下载:
  2. 最佳适应算法(Best Fit): 它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:王峰
  1. fenqu

    0下载:
  2. 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:游审
  1. mp

    0下载:
  2. 这是我在操作系统实验中独立编写的一个模拟动态分区存储分配算法的程序,采用最佳适应算法。在VC++6.0下编译通过,程序的输出结果经过多次测试,没有发现问题。-This is my experiment in the operating system independent prepared a simulated dynamic partitioning storage allocation algorithm procedures,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:246784
    • 提供者:daisichong
  1. zhucunchuqi

    0下载:
  2. 在可变分区管理方式下,采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-Variable partition management mode, using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algor
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:dingdangmao
  1. MemoryManagement

    0下载:
  2. 用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:qin
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:pauly_917
  1. Dynamic_partitioning_of_the_simulated_distribution

    0下载:
  2. ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列:  作业1申请130KB。  作业2申请60KB。  作业3申请100KB。  作业2释放60K
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:275456
    • 提供者:lzl
  1. q

    0下载:
  2. “最佳”的含义是指每次为作业分配内存时,总是把既能满足要求、又是最小的空闲分区分配给作业,避免了“大材小用”。为了加速寻找,该算法要求将所有的空闲区,按其大小以递增的顺序形成一空闲区链。这样,第一次找到的满足要求的空闲区,必然时最优的。孤立地看,最佳适应算法似乎时最佳的,然而在宏观上却不一定。因为每次分配后所切割下的剩余部分,总是最小的,这样,在存储器中会留下许多这样难以利用的小空闲区。-fhwro jkphjgkfphjrwio ht
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zuozuo
  1. PageChange

    0下载:
  2. 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:zhhuo
  1. a

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:liu
  1. tang

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区-To achieve a rational allocation of memory, using the first-fit algorithm and the best-fit algorithm to achieve dynamic partitioning
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:tangx
  1. zhucunfenpeiyuhuishou

    0下载:
  2. 操作系统中主存分配与回收,包括最佳适应算法,首次适应和循环首次适应-In the operating system main memory allocation and recovery, including the best-fit algorithm, for the first time cycle for the first time to adapt and adjust
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:107520
    • 提供者:huang
  1. zuixian

    0下载:
  2. 最佳适应算法的各种实现及循环首次适应算法、最先适应算法 -The best-fit algorithm to achieve and recycling a variety of first-fit algorithm, the first-fit algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:周冬卫
  1. BestFit

    0下载:
  2. 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-With the adoption of best-fit algorithm for memory block allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:高飞
  1. memory

    0下载:
  2. 模拟磁盘分区算法,有最佳适应算法和最先适应算法-Simulated disk partition algorithm, there are FS, and FF
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:lyb
  1. best

    0下载:
  2. 一个编程实例:采用最佳适应算法,实现动态分派内存及回收存储空间。-A programming examples: the optimum algorithm, and realize the dynamic dispatch memory and recovery of storage space.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:乐乐
« 1 2 3 45 6 7 8 9 10 11 »

源码中国 www.ymcn.org