搜索资源列表

  1. DTFQFPSF

    0下载:
  2. 设计程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Design program to simulate four kinds of dynamic partitioning allocation algorithm: first-fit algorithm, the first cycle of adaptation algorithm, the best and worst ad
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:杨顺刚
  1. fenpei

    0下载:
  2. 操作系统实验编程首次适应算法java实现源代码-Experimental operating system first-fit algorithm java programming source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:mj
  1. Process-scheduling-simulation

    0下载:
  2. 计算机操作系统实验3.用C语言或Pascal语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程Allocate()和回收过程Free()。 -Computer Operating System Experiment 3. Using C language or Pascal language were achieved using the first-fit algorithm and best-fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:200704
    • 提供者:xp
  1. main

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algorithm to adapt to the distribution of main memor
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:杜炼
  1. 2

    0下载:
  2. (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,空闲区说明表格式为: • 起始地址——指出空闲区的起始地址; • 长度——一个连续空闲区的长度; • 状态——有两种状态,一种是“未分配”状态;另一种是“空表目”状态,表示该表项目前没有使用。 (2) 采
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zhouxiaotong
  1. process-manage

    0下载:
  2. C语言作业,三类进程管理方法, 按优先数调度算法实现处理器调度, 可变分区管理方式下采用首次适应算法分配内存, 用位示图管理磁盘存储空间-C language operations, three types of process management methods, according to the number of priority scheduling algorithm processor scheduling, using
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:102400
    • 提供者:sunxun
  1. ConsoleApplication3

    0下载:
  2. 可变分区管理方式下采用首次适应算法实现主存分配和回收.能接受来自键盘或文件的空间申请及释放请求,能显示分区分配及回收后的内存布局情况。-Using a variable partition management algorithm for the first time to adapt to the main memory allocation and deallocation. Space applications and can a
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:1934336
    • 提供者:杨成伟
  1. 1271002

    0下载:
  2. 用首次适应算法实现主存空间的分配,操作系统-With first-fit allocation algorithm main memory space, the operating system
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:many123
  1. zfcp

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:xuzhongya
  1. storemanage

    0下载:
  2. 一个采用可变式分区分配的存储管理方案,可以模拟实现分区的分配和回收过程。分区管理法采用的是首次适应算法-Variable partition is assigned a use storage management solutions, it can be simulated distribution and recovery process partition. Partition management method uses a f
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:dn
  1. Dynamic-partitioning-allocation

    0下载:
  2. 动态分区分配算法源代码,这是实验报告,这个实验通过首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法四种动态分区分配算法模拟分区分配过程-Dynamic partitioning allocation algorithm source code, which is the lab report, the experiment by first-fit algorithm, circulation for the first ti
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:49152
    • 提供者:吕梦楠
  1. Cpp5

    0下载:
  2. 首次适应算法,用c语言实现的模拟首次适应算法的过程-firstfit,by c langguage
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:miao
  1. NeiCunFenPeiYuHuiShou

    0下载:
  2. 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:957440
    • 提供者:艾克旦
  1. 1185

    0下载:
  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 m
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:jiao098326
  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. 所属分类:多媒体

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:shi533882
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:游戏

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:gou0751731
  1. First-fit-algorithm

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

    • 发布日期:2024-05-18
    • 文件大小:222208
    • 提供者:
  1. fenqu100

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:wr68beilian4
  1. lab3forTC

    0下载:
  2. 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。-Using C language in accordance with the first FF algorithm to adapt to the preparation of a dynamic regional management approach to memory allocation and recovery procedures a
  3. 所属分类:数据库编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:olezeiji941
  1. 03

    0下载:
  2. 用高级语言模拟实现动态分区存储管理,要求: 1、分区分配算法至少实现首次适应算法、最佳适应算法和最坏适应算法中的至少一种。熟悉并掌握各种算法的空闲区组织方式。 2、分区的初始化——可以由用户输入初始分区的大小。(初始化后只有一个空闲分区,起始地址为0,大小是用户输入的大小) 3、分区的动态分配过程:由用户输入作业号和作业的大小,实现分区过程。 4、分区的回收:用户输入作业号,实现分区回收,同时,分区的合并要体现出来。(注
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:409600
    • 提供者:李大娘
« 1 2 ... 4 5 6 7 8 910 11 »

源码中国 www.ymcn.org