搜索资源列表

  1. 8

    0下载:
  2. 一、实验目的:xxjjmz 熟悉首次适应算法,理解分配内存资源及回收资源的方法,加深记意。xxjjmz 二、实验环境:xxjjmz Win2000/winxp VC++6.0xxjjmz 三、实验内容:xxjjmz 编程实现初次内存分配算法、新申请资源分配算法、删除进程算法,回收合并算法等。xxjjmz 四.实验函数xxjjmz
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2244
    • 提供者:wjx
  1. yang

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

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

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和回收。-in management through the adoption of the first algorithm to adapt to main memory allocation and recovery.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9012
    • 提供者:cuckoo
  1. 主存储器的分配与回收

    0下载:
  2. 用三个算法来实现对主存储器的分配与回收:首次适应算法、最佳适应算法、最坏适应算法-algorithm used to achieve three of the main memory allocation and recovery : the first adaptation algorithm, the best adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2368
    • 提供者:杨蔺又
  1. 存储器分配与回收

    0下载:
  2. 用首次适应算法 最佳适应算法 最坏适应算法实现存储空间的分配,回收作业所占用的存 储空间. 算法描述
  3. 所属分类:C#编程

  1. 2

    0下载:
  2. :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (
  3. 所属分类:操作系统开发

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

    0下载:
  2. 小程序,在可变分区管理方式下采用首次适应算法实现主存分配和实现主存回收。-Small procedures, the variable partition management methods used under the first algorithm to adapt to the distribution of main memory and main memory to achieve recovery.
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:yeshui
  1. 2

    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
    • 文件大小:347136
    • 提供者:liang
  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. suanfasuanf

    0下载:
  2. 这个是我找的一个有关操作系统下的首次适应算法的实现代码,希望大家能指点下-This is what I looking for a first operating system to adapt to the realization of algorithm code, hope that we can show under
  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. 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. os5

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

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

    0下载:
  2. 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  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. 53607907direction

    0下载:
  2. 首次适应算法Java首次适应算法Java-Algorithm to adapt the first Java
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 采用可变式分区管理方式,空闲区采用分区说明表时,使用首次适应算法实现主存的分配与回收-Using variable partition management, free zones, when the use of geographical descr iption, use the first algorithm to adapt to the distribution of main memory and the recovery
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:zhouren
  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. caozuotitong

    0下载:
  2. 操作系统课程设计 FIFO、LRU、首次适应算法-Operating systems curriculum design FIFO, LRU, the first adaptation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:马闹闹
« 1 2 3 4 56 7 8 9 10 11 »

源码中国 www.ymcn.org