CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最佳适应算法

搜索资源列表

  1. os

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

    • 发布日期:2017-12-06
    • 文件大小:2168
    • 提供者:黄富华
  1. dynamic-partitioning

    0下载:
  2. 操作系统动态分区式存取管理,包括首次适应分配算法、循环适应分配算法、最佳适应算法、伙伴系统算法。-The dynamic partitioning operating system access management, including the first-fit allocation algorithm, Cycle adapt allocation algorithm, the best adaptation algorithm, partner system algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:377359
    • 提供者:潘宝
  1. Memory-Management

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

    • 发布日期:2017-11-17
    • 文件大小:7539391
    • 提供者:jiang_xl
  1. lab7

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

    • 发布日期:2017-12-01
    • 文件大小:457354
    • 提供者:www
  1. MemoryManagement

    0下载:
  2. 操作系统课程设计模拟最佳适应算法内存管理-memory management
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:2231
    • 提供者:qiange
  1. kebianfenqumoni

    0下载:
  2. 操作系统中可变分区分配模拟程序,包括最佳适应算法和最坏适应算-Variable partition operating system simulation program, including the best and worst adaptation algorithm to adapt to count
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:1859
    • 提供者:macalzheng
  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 adaptation algorithm to adapt th
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:杨顺刚
  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 adaptation algorithm to adapt th
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1529
    • 提供者:杨顺刚
  1. virtual-memory-manage

    0下载:
  2. 操作系统课程作业内存调度算法,C语言实现。包含了最佳适应算法、先入先出算法以及最近最少使用算法-Operation System virtual memory management algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:9974
    • 提供者:Ray
  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 for dynamic partitioning proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:200611
    • 提供者: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 memory space and recycling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2150
    • 提供者:杜炼
  1. zfcp

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

    • 发布日期:2017-03-26
    • 文件大小:1958
    • 提供者:xuzhongya
  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 time adaptive algorithm, best ad
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:48831
    • 提供者:吕梦楠
  1. NeiCunFenPeiYuHuiShou

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

    • 发布日期:2017-05-03
    • 文件大小:957454
    • 提供者:艾克旦
  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 memory
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:9677
    • 提供者:jiao098326
  1. bestfit

    0下载:
  2. 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2408
    • 提供者:dun6449934
  1. BestFit100

    0下载:
  2. 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-With the adoption of best-fit algorithm for memory block allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:shan870539
  1. fenqu100

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

    • 发布日期:2017-04-13
    • 文件大小:1708
    • 提供者:wr68beilian4
  1. zuijiashiying

    0下载:
  2. 操作系统程序设计最佳适应算法。可回收内存。-Operating procedures to adapt to design the best algorithm. Recoverable memory.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7219
    • 提供者:llcdc141yiln
  1. 03

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

    • 发布日期:2017-05-01
    • 文件大小:409157
    • 提供者:李大娘
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com