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

搜索资源列表

  1. neicunguanli

    0下载:
  2. 内存管理实验,设计一个内存管理器,支持至少两种分配策略,如first-fit, next-fit-Memory management experiment, the design of a memory manager to support the allocation of at least two strategies, such as first-fit, next-fit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:124430
    • 提供者:jiangyuan
  1. dongtai

    0下载:
  2. 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:247986
    • 提供者:阿爽
  1. oa

    0下载:
  2. 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:211090
    • 提供者:路一
  1. a

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:1668
    • 提供者:liu
  1. processmgr1

    0下载:
  2. 使用首次适应法 实现内存的分配与回收 使用MFC 有窗口和图形显示-Use first-fit method to achieve the memory allocation and recovery of the use of MFC have windows and graphical display
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:843216
    • 提供者:钟峰
  1. tang

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区-To achieve a rational allocation of memory, using the first-fit algorithm and the best-fit algorithm to achieve dynamic partitioning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7129
    • 提供者:tangx
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. 1

    1下载:
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9632
    • 提供者:雷哲文
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. caozuoxitong

    0下载:
  2. 进程调度算法,银行家算法,分区算法中首次适应算法-Process Scheduling,Banker s algorithm,Partition algorithm first-fit algorithm. .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:890808
    • 提供者:岳双双
  1. zuixian

    0下载:
  2. 最佳适应算法的各种实现及循环首次适应算法、最先适应算法 -The best-fit algorithm to achieve and recycling a variety of first-fit algorithm, the first-fit algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-04-04
    • 文件大小:1595
    • 提供者:周冬卫
  1. Memory

    0下载:
  2. 计算机操作系统原理 内存分配与回收,动态分区分配,首次适应算法-Principles of computer operating system memory allocation and recovery, dynamic partition allocation, first-fit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1729
    • 提供者:w
  1. memory

    0下载:
  2. 通过使用首次适应算法来完成对内存的分配及回收。-By using first-fit algorithm to complete the memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1459
    • 提供者:lzh
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1741
    • 提供者:高飞
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:Nic
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1691
    • 提供者:weiwei
  1. shoucishiyingsuanfawanzhengban

    0下载:
  2. 操作系统处理机调度算法之一,这是首次适应算法的完整版,保证百分百正确,敬请下载-One of the operating system processor scheduling algorithm, which is the full version of first-fit algorithm to ensure hundred percent correct, please download the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:366630
    • 提供者:李涛
  1. feipeihuishouneicun

    0下载:
  2. 自己写的操作系统中模拟首次适应动态分区存储管理方案中的内存分配与回收的程序-Write your own operating system, to simulate first-fit storage management program in the dynamic partitioning of memory allocation and collection procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:97688
    • 提供者:huhu
  1. FirstFit

    0下载:
  2. 实现数据结构中定位查找方法--“首次适应算法”,经过浙大acm源码上传测试-Location data structure search methods- "first-fit algorithm," having Zhejiang University acm source upload test
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3643
    • 提供者:贺琦
  1. OS-Practice

    0下载:
  2. 采取可变式分区管理,利用平衡二叉树(AVL树)管理已分配给进程的内存区,利用首次适应法管理。-Variable regional management to the use of balanced binary tree (AVL tree) management has been allocated to the process of memory area, using first-fit method management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3751
    • 提供者:lulu
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com