搜索资源列表

  1. os_changeable_partition

    0下载:
  2. 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨学思
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:76800
    • 提供者:陈任全
  1. 1

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1、 首次适应算法 2、 循环首次适应算法 -err
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:肖龙平
  1. 20080525225850113-3

    0下载:
  2. 首次适应算法。操作系统课程设计 分配内存-Algorithm for the first time to adapt. Curriculum design the operating system allocate memory
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:198656
    • 提供者:此猎非彼猎
  1. 8

    0下载:
  2. 一、实验目的:xxjjmz 熟悉首次适应算法,理解分配内存资源及回收资源的方法,加深记意。xxjjmz 二、实验环境:xxjjmz Win2000/winxp VC++6.0xxjjmz 三、实验内容:xxjjmz 编程实现初次内存分配算法、新申请资源分配算法、删除进程算法,回收合并算法等。xxjjmz 四.实验函数xxjjmz-First, the experiment was: xxjjmz familiar
  3. 所属分类:操作系统开发

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

    0下载:
  2. 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。 -Algorithm to adapt the first time (First Fit): free the par
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
  3. 所属分类:书籍源码

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

    0下载:
  2. 模拟内存的动态分配,可以选择首次适应算法或者最佳适应算法进行分配,结构小巧功能简单-Simulation of the dynamic allocation of memory, you can choose the first or the best adaptation algorithm to adapt to the allocation algorithm, the structure features a simple co
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1630208
    • 提供者:陈华龙
  1. 122333

    0下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:张海华
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:machunyu
  1. firstsuit

    0下载:
  2. 文件的首次适应算法和最佳适应算法,实验平台是vc.-Documents the first time the best algorithm and adapt to meet the algorithm, the experimental platform is vc.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:899072
    • 提供者:王一奇
  1. new.cpp.tar

    0下载:
  2. 首次适应算法,最佳适应算法,最坏适应算法VC6.0++S实现-first fit
  3. 所属分类:操作系统开发

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

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage ma
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1106944
    • 提供者:小衍
  1. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:3679232
    • 提供者:Jim
  1. dongtai

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

    • 发布日期:2024-05-21
    • 文件大小:247808
    • 提供者:阿爽
  1. oa

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

    • 发布日期:2024-05-21
    • 文件大小:210944
    • 提供者:路一
  1. 1

    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 m
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:雷哲文
  1. dongtai

    0下载:
  2. 实现了动态分区分配,使用了两种算法,首次适应算法,最佳适应算法-Implements the dynamic partition, using two kinds of algorithms
  3. 所属分类:Windows编程

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

    0下载:
  2. 操作系统存储分区管理实验程序 采用首次适应算法 手动申请分区-Storage area management of the operating system using first-fit algorithm for experimental procedures manual for district
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1895424
    • 提供者:barry
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:509952
    • 提供者:踏雪
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org