CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 首次适应算法

搜索资源列表

  1. 1

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

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

    0下载:
  2. 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2000
    • 提供者:王峰
  1. os5

    0下载:
  2. 设可供分配的内存储器为1MB(1000KB),内存分配采用动态分区分配策略,分区分配的数据结构为空闲分区链,分配算法采用首次适应算法(FF) 系统仅有一个CPU;作业提交时申明需要的CPU时间和内存大小(以KB为单位)。-Located within the memory available for allocation to 1MB (1000KB), memory allocation dynamic partition allocation strategies, area distrib
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3259
    • 提供者:yilijuan
  1. 11111

    0下载:
  2. 首次适应算法源代码,一个非常不错的源代码,很好呀。-good
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:242600
    • 提供者:姚新宇
  1. FirstFit

    0下载:
  2. 实现数据结构中定位查找方法--“首次适应算法”,经过浙大acm源码上传测试-Location data structure search methods- "first-fit algorithm," having Zhejiang University acm source upload test
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3643
    • 提供者:贺琦
  1. NEICUNFENPEI-1

    0下载:
  2. 内存分配算法的模拟实现(含紧凑算法):首次适应算法、最佳适应算法、最差适应算法。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1468
    • 提供者:SEAN
  1. For-the-first-time-to-adapt

    0下载:
  2. 实用首次适应算法实现主存的分配与回收。操作系统实验源代码,用C语言编写,在VC++6.0上调试通过。-The first practical algorithm to adapt to the distribution of main memory and recall. Experimental operating system source code, using C language, in VC++6.0 on the debugging through.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:2171
    • 提供者:Wilson
  1. LAB3_1

    0下载:
  2. 首次适应算法,操作系统实验代码,VC6.0下编译通过-First fit algorithm, the operating system code experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:于鑫
  1. z

    0下载:
  2. 动态存储分配 采用最优算法 最佳算法 首次适应算法-Dynamic memory allocation
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:23277
    • 提供者:LUIU
  1. DTassign

    0下载:
  2. 简单完成计算机的动态内存分配功能,利用链表结点存储内存,实现了最佳适应算法,最坏算法,首次适应算法,循环适应算法和紧凑算法。-Simply complete the function of the computer' s dynamic memory allocation, linked list of nodes using storage memory, to achieve the best fit algorithm, the worst algorithm, the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4878
    • 提供者:冰与火
  1. first-fit_mem_manage

    0下载:
  2. 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1582
    • 提供者:石皓伟
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:115180
    • 提供者:朱婧
  1. cPP

    0下载:
  2. 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:mt
  1. first_fit

    0下载:
  2. c++写的首次适应算法,很好很强大,你值得拥有。-the code for first fit,it s really nice for you to download,you won t be disappointed!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1682
    • 提供者:吴承恩
  1. contribute-and-recover

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和回收-Variable partition management mode in the first-fit algorithm using main memory allocation and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1218
    • 提供者:Ryan
  1. fenpeiyuhuishou

    0下载:
  2. 采用c语言实现首次适应算法完成主存空间的分配和回收-Using c language to complete first-fit algorithm for the allocation of main memory space and recycling
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1463
    • 提供者:王期
  1. stone

    0下载:
  2. 采用可变式分区管理,首次适应算法实现内存分配和回收-Using variable partitioning management, first-fit memory allocation and recovery algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:188926
    • 提供者:张磊
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  1. firstfit

    0下载:
  2. 一个简单的首次适应算法-A simple first-fit algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1530
    • 提供者:CAKE同学
  1. 116580

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

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