搜索资源列表

  1. BestFit

    0下载:
  2. 采用 最佳适应算法进行内存块的分配和回收,同时显示内存块分配和回收后空闲内存分区链的情况-With the adoption of best-fit algorithm for memory block allocation and recovery, also showed the recovered memory block allocation and free memory partition chain of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:高飞
  1. 4140521

    0下载:
  2. 分析Unix最先适应(first fit,ff)存储分配算法。即map数据结构、存储分配函数ma lloc()和存储释放函数mfree(),找出与算法有关的成分。修改上述算法有关成分,使其分别体现BF(best fit,最佳适应)分配原则WF(worst fit,最坏适应)分配原则。-Analysis of Unix was first to adapt to (first fit, ff) memory allocation algo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:高飞
  1. memory

    0下载:
  2. 模拟磁盘分区算法,有最佳适应算法和最先适应算法-Simulated disk partition algorithm, there are FS, and FF
  3. 所属分类:操作系统开发

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

    0下载:
  2. 一个编程实例:采用最佳适应算法,实现动态分派内存及回收存储空间。-A programming examples: the optimum algorithm, and realize the dynamic dispatch memory and recovery of storage space.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:乐乐
  1. bestfit

    0下载:
  2. 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
  3. 所属分类:其他小程序

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

    0下载:
  2. 空闲区链分配内存,最佳适应法。 应付操作系统老师。-failed to translate
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:陈强
  1. DynamicMemoryAllocation

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

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

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

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

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

    • 发布日期:2024-05-21
    • 文件大小:950272
    • 提供者:钱薇
  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-21
    • 文件大小:186368
    • 提供者:小白鲨
  1. OS-Practice

    0下载:
  2. 最佳适应算法 初始化,选择内存分配适应算法-Best fit algorithm initialization, select the memory allocation algorithm to adapt
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:哈达
  1. xunmi

    0下载:
  2. 操作系统课程设计_最佳适应算法的C++编程-Operating System Course Design _ best fit algorithm C++ programming
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:xunmi
  1. firstfitalgorithm

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

    • 发布日期:2024-05-21
    • 文件大小:28672
    • 提供者:CAKE同学
  1. dynamicSubareaManage

    0下载:
  2. 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algor
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 内存分配算法的模拟实现(含紧凑算法):首次适应算法、最佳适应算法、最差适应算法。-failed to translate
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:SEAN
  1. code

    0下载:
  2. VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:223232
    • 提供者:赵凯
  1. cunchuguanli

    0下载:
  2. 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 简单完成计算机的动态内存分配功能,利用链表结点存储内存,实现了最佳适应算法,最坏算法,首次适应算法,循环适应算法和紧凑算法。-Simply complete the function of the computer' s dynamic memory allocation, linked list of nodes using storage memory, to achieve the best fit algorithm, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:冰与火
  1. cunchuqifenpeiyuhuishou

    0下载:
  2. 存储器分配与回收,模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间 -Memory allocation and recovery, simulation of the operating system main memory allocation, the use of variable partition algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:菜鸟小生
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:114688
    • 提供者:朱婧
« 1 2 3 4 5 67 8 9 10 11 12 13 »

源码中国 www.ymcn.org