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

搜索资源列表

  1. zhucun

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

    • 发布日期:2017-11-06
    • 文件大小:2042
    • 提供者:王思
  1. firstfit

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

    • 发布日期:2017-11-18
    • 文件大小:285210
    • 提供者:haoname
  1. lmafi

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

    • 发布日期:2017-11-29
    • 文件大小:1971
    • 提供者:melody
  1. loop

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

    • 发布日期:2017-11-12
    • 文件大小:902
    • 提供者:何帅
  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. fenpei

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

    • 发布日期:2017-03-30
    • 文件大小:1080
    • 提供者: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 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. 2

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

    • 发布日期:2017-04-07
    • 文件大小:542
    • 提供者: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 the first-fit algorithm to all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:102003
    • 提供者: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 accept requests the keyboard o
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1933831
    • 提供者:杨成伟
  1. 1271002

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

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:many123
  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. 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 first-fit algorithm
  3. 所属分类:Console

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

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

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

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:miao
  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. 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. 所属分类:Multimedia program

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:shi533882
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com