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

搜索资源列表

  1. 032812036

    0下载:
  2. 操作系统实验,内存的管理,实现了首次适应算法及循环首次适应算法,功能较好,并有实验结果及统计-experimental operating system, memory management, for the first time algorithm to adapt and adapt to the first cycle of algorithms, function better, and experimental results and statistics
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47228
    • 提供者:zhaojun
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:280536
    • 提供者:罗小明
  1. 1

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1、 首次适应算法 2、 循环首次适应算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2457
    • 提供者:肖龙平
  1. neicunfenpeisuanfa

    0下载:
  2. 操作系统内存分配算法的模拟,分别实现了固定分区分配算法,首次适应算法,循环首次适应算法,最佳适应算法和最差适应算法。五种算法一起打包。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3068
    • 提供者:loscfe
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit algorithm and the worst fit al
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:509662
    • 提供者:踏雪
  1. zhucunchuqi.rar

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

    • 发布日期:2017-04-04
    • 文件大小:3624
    • 提供者:dingdangmao
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. 1

    1下载:
  2. 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-The operating system using the best-fit algorithm worst-fit algorithm loop first-fit algorithm first-fit algorithm to achieve dynamic memory allocation and recovery of memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9632
    • 提供者:雷哲文
  1. zuixian

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

    • 发布日期:2017-04-04
    • 文件大小:1595
    • 提供者:周冬卫
  1. 892

    0下载:
  2. 采用循环首次适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况。-First-fit algorithm using cyclic block of memory allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of circumstances.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1741
    • 提供者:高飞
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memory parts: the simulation of fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2469968
    • 提供者:你超哥
  1. 55

    0下载:
  2. 操作系统实验,用循环首次适应算法分配内存空间-The operating system experiment, with the circulation first adaptive algorithm allocated memory space
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1223
    • 提供者:mason
  1. dynamicSubareaManage

    0下载:
  2. 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algorithm, the best fit algorithm,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3120
    • 提供者:HSL
  1. code

    0下载:
  2. VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:223202
    • 提供者:赵凯
  1. os11

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法,进行作业分配程序-job allocation process using the first-fit algorithm, the loop the first-fit algorithm, the best fit algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:277641
    • 提供者:kite
  1. partition-allocation

    0下载:
  2. 此为操作系统中分区分配演示程序。包括1)首次适应算法 2)最佳适应算法 3)循环首次适应算法。适用于学习操作系统的人员-Operating system partition allocation demo program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2329
    • 提供者:田野
  1. fenxi-suan-fa

    0下载:
  2. • 按要求编写最佳适应算法(BF)、最坏适应算法(WF)和循环首次适应算法(NF) • 编写测试数据: – 要求至少分配5次; – 释放区域、再次请求,能够检测是否满足要求:能够检查所采用的算法; – 释放时是否进行相邻区域合并; -• required to write the best adaptation algorithm (BF), and worst-fit algorithm (WF) and cycle to the fi
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:153568
    • 提供者:新野
  1. lab7

    0下载:
  2. 要求采用某种分配算法(首次适应算法,循环首次适应算法,最佳适应算法,最差使用算法)实现可变存储算法的模拟操作,并实现回收空间的操作,这里要求使用链表的形式实现,建议采用最佳适应算法,首次适应算法-Some allocation algorithm (first-fit algorithm, the first cycle of adaptation algorithm, best-fit algorithm, the worst use of the algorithm) variable st
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:457354
    • 提供者:www
  1. lmafi

    0下载:
  2. 操作系统实验,循环首次适应算法模拟作业在cpu中的运行情况-Experimental operating system, the first cycle of adaptation algorithm simulations run cpu
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:1971
    • 提供者:melody
  1. 116580

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1, 首次适应算法 2, 循环首次适应算法()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:geatricl
« 12 »
搜珍网 www.dssz.com