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

搜索资源列表

  1. firstfit

    0下载:
  2. 一个简单的首次适应算法-A simple first-fit algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1530
    • 提供者:CAKE同学
  1. partition-allocation

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

    • 发布日期:2017-11-20
    • 文件大小:2329
    • 提供者:田野
  1. fenqu

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

    • 发布日期:2017-11-07
    • 文件大小:1496
    • 提供者:影子
  1. scsy

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

    • 发布日期:2017-11-26
    • 文件大小:2412
    • 提供者:苏义航
  1. fenxi-suan-fa

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

    • 发布日期:2017-11-17
    • 文件大小:153568
    • 提供者:新野
  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. zhucun

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

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

    0下载:
  2. 操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-Experimental content of the operating system, preemptive short job priority processor scheduling, combined with the memory management, memory management using the first-fit allocation algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:3083
    • 提供者:口天吴
  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. First_Best_Next_Worst_fit

    0下载:
  2. 计算机内存分配,首次适应策略、最佳适应策略、循环适应策略、最坏适应策略。matlab代码,略简单-Storage Allocation First_fit/Best_fit/Next_fit/Worst_fit
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:2035
    • 提供者:liu
  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. os

    0下载:
  2. 银行家算法、死锁的检测、首次适应分配内存算法,包含操作系统的三个课程实验,都在里面了。-Bankers algorithm, deadlock detection, first-fit algorithm to allocate memory that contains the operating system three course experiment, all inside.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:268282
    • 提供者:李敏
  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 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com