搜索资源列表

  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张华
  1. os11

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

    • 发布日期:2024-05-21
    • 文件大小:277504
    • 提供者:kite
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:苡莣
  1. memery-manage

    0下载:
  2. 首次适应算法模拟系统,昆明理工大学操作系统实验,个人原创经典-First-fit algorithm simulation system, Kunming University experimental operating system, personal original classic
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:14604288
    • 提供者:刘召
  1. dongtaifenqu

    0下载:
  2. 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:wuhao
  1. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:280576
    • 提供者:yolandmao
  1. a5_bestfit

    0下载:
  2. 操作系统内存分配首次适应算法的模拟方案程序
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:liang
  1. firstfit

    0下载:
  2. 一个简单的首次适应算法-A simple first-fit algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:CAKE同学
  1. partition-allocation

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:田野
  1. lab7

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

    • 发布日期:2024-05-21
    • 文件大小:457728
    • 提供者:www
  1. scsy

    0下载:
  2. 用首次适应算法模拟内存分配(计算机操作系统原理)-For the first time with adaptive algorithm simulation memory allocation
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:苏义航
  1. fenqu

    0下载:
  2. 分区式存储管理算法主要有:首次适应算法,最佳适应算法,最坏适应算法。-Partition storage management algorithm: first-fit algorithm, best-fit algorithm, the worst-fit algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:影子
  1. fenxi-suan-fa

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

    • 发布日期:2024-05-21
    • 文件大小:153600
    • 提供者:新野
  1. os

    0下载:
  2. 首次适应算法_最佳适应算法_最坏适应算法源代码-First-fit algorithm _ best adaptation algorithm _ the worst adaptation algorithm source code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:黄富华
  1. zhucun

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:王思
  1. Memory-Management

    0下载:
  2. 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:7539712
    • 提供者:jiang_xl
  1. firstfit

    0下载:
  2. 首次适应算法实现网络中链路的选择,用VC++实现的编程-First-fit algorithm in selection of links in the network, implemented with VC++ programming
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:285696
    • 提供者:haoname
  1. lmafi

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:melody
  1. loop

    0下载:
  2. VC++环境下C语言实现操作系统中循环首次适应算法-VC++ C language environment operating system circulating first-fit algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:何帅
  1. SJPLZRRJCDDSF

    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-21
    • 文件大小:2048
    • 提供者:杨顺刚
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org