搜索资源列表

  1. a

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:liu
  1. caozuoxitong

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

    • 发布日期:2024-05-17
    • 文件大小:890880
    • 提供者:岳双双
  1. zuixian

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:周冬卫
  1. Memory

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:w
  1. memory

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:高飞
  1. egrhr8454rh8

    1下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Nic
  1. 11111

    0下载:
  2. 首次适应算法源代码,一个非常不错的源代码,很好呀。-good
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:242688
    • 提供者:姚新宇
  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. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:366592
    • 提供者:李涛
  1. FirstFit

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

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:贺琦
  1. 555

    0下载:
  2. 选择适应算法 首次适应算法-Select adaptation algorithm first-fit algorithm~~~~~~~~~~~~~`
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:hgfhfg
  1. DynamicMemoryAllocation

    0下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:478208
    • 提供者:何志芬
  1. jjk

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和-In the variable partition management algorithm used under the first-fit allocation and main memory
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:pp
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memor
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:2469888
    • 提供者:你超哥
  1. qw123

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

    • 发布日期:2024-05-17
    • 文件大小:950272
    • 提供者:钱薇
  1. cunchuguanli

    0下载:
  2. 计算机操作系统存储管理实验首次适应算法代码-cunchuguanli
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:李某
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:186368
    • 提供者:小白鲨
  1. xunmi

    0下载:
  2. 操作系统课程设计————————_首次适应算法代码。-_ For the first time the operating system to adapt to curriculum design algorithm code.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:xunmi
  1. 55

    0下载:
  2. 操作系统实验,用循环首次适应算法分配内存空间-The operating system experiment, with the circulation first adaptive algorithm allocated memory space
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:mason
  1. firstfitalgorithm

    0下载:
  2. 这是一个首次适应算法和最佳适应算法【讲解】,简单易懂-This is a first fit algorithm and the best fit algorithm】 【explain, easy to understand
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:28672
    • 提供者:CAKE同学
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org