CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最佳适应算法和最先适应算法

搜索资源列表

  1. OS

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7310
    • 提供者:昀天
  1. CPU调度算法

    1下载:
  2. 采用最佳适应算法和最先适应算法对CPU进行调度
  3. 所属分类:源码下载

  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. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7129
    • 提供者:tangx
  1. 4140521

    0下载:
  2. 分析Unix最先适应(first fit,ff)存储分配算法。即map数据结构、存储分配函数ma lloc()和存储释放函数mfree(),找出与算法有关的成分。修改上述算法有关成分,使其分别体现BF(best fit,最佳适应)分配原则WF(worst fit,最坏适应)分配原则。-Analysis of Unix was first to adapt to (first fit, ff) memory allocation algorithm. The map data structure,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1247
    • 提供者:高飞
  1. memory

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

    • 发布日期:2017-04-07
    • 文件大小:2976
    • 提供者:lyb
  1. cunchuguanli

    0下载:
  2. 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1790
    • 提供者:pearl
  1. cunchuqifenpeiyuhuishou

    1下载:
  2. 存储器分配与回收,模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间 -Memory allocation and recovery, simulation of the operating system main memory allocation, the use of variable partition algorithm design of main memory stora
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1447
    • 提供者:菜鸟小生
  1. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand the dynamic partition in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4304
    • 提供者:sunxb10
  1. OSTest2

    0下载:
  2. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。采用最先适应法、最佳适应法、最坏适应法分配主存空间。 -Simulation of the operating system main memory allocation, the use of variable storage management algorithm partition of main memory allocation and recovery procedures, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:4699
    • 提供者:艾原媛
  1. DEAL_STORAGE_NEW

    1下载:
  2. ① 本实验是模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 ② 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 ③ 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这时应把它分成二部分,一部分为占用区,剩余部分又成为一个空闲区。 ④ 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 ⑤ 运行所设计的程序,输出有关数据结构表项的
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:1907878
    • 提供者:张丹
  1. cunchu

    0下载:
  2. 1. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 3. 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。 4. 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 5. 运行所设计的程序,输出有关数据结构表项
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:170662
    • 提供者:路东方
  1. allocation

    0下载:
  2. 在可变分区管理方式下采用最先、最佳和最差适应算法实现主存分配和实现主存回收。-Variable partition management mode, using the first,the best and the worst fit algorithm main memory allocation and recovery of the main memory.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:8299
    • 提供者:
搜珍网 www.dssz.com