搜索资源列表

  1. cPP

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

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

    0下载:
  2. c++程序模拟实现可变式分区分配的存储管理的最佳适应算法!编译运行通过!-c++ program to simulate the type of partition to achieve variable storage management best-fit algorithm!
  3. 所属分类:C#编程

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

    0下载:
  2. 存储器的分配与回收算法实现 采用最先适应法、最佳适应法、最坏适应法分配主存空间。当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。-Memory allocation and recovery algorithm To adapt to using the first method, the best fit m
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:
  1. MyProgram_77152

    0下载:
  2. 首次适应算法 首次循环适应算法 最佳适应算法 内存分配演示-The first adaptation algorithm first cycle algorithm to adapt the best adaptation algorithm memory allocation demonstration
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:32768
    • 提供者:liunim
  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. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:sunxb10
  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. AllocateProject

    0下载:
  2. 一个用来模拟最佳适应算法的实验。很好用,也很实用,非常的不错-A used to simulate the experimental best-fit algorithm. Useful, is also very practical, very good
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:leaco
  1. Momery

    0下载:
  2. 基于最佳适应算法的模拟内存分配和回收控制台实现源码-Based on the analog memory allocation and recovery console to achieve the best fit algorithm source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:5738496
    • 提供者:唐国良
  1. OSTest2

    0下载:
  2. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。采用最先适应法、最佳适应法、最坏适应法分配主存空间。 -Simulation of the operating system main memory allocation, the use of variable storage management algorithm partition of main memory allocatio
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:艾原媛
  1. memory_malloc

    0下载:
  2. 模拟动态内存分配的首次适应法和最佳适应法-Simulation of dynamic memory allocation for the first time to adapt to law and the best fit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:zhaohui
  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. analog-memory-allocation

    0下载:
  2. 模拟内存分配的技术。模拟操作系统内存分得算法,采用最佳适应算法,来进行内存分配与回收。-The technology of the analog memory allocation. Simulated operating system memory to share algorithm, using the best-fit algorithm for memory allocation and recovery.
  3. 所属分类:操作系统开发

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

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1777664
    • 提供者:周明明
  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. 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 2 3 4 5 6 78 9 10 11 12 13 »

源码中国 www.ymcn.org