搜索资源列表

  1. os

    0下载:
  2. 操作系统动态分区模拟,简单的课程设计,缺少错误分析。数组实现。-Dynamic simulation of the operating system, a simple course design, lack of error analysis. Array implementation.
  3. 所属分类:操作系统开发

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

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。-Write a program to complete the allocation of main memory recovery of the dynamic partitioning storage management. The experiments in
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:61440
    • 提供者:陈玲玲
  1. os-keshe

    0下载:
  2. 动态分区管理的主存分配模拟设计--最优适应法、最差适应法、最先适应法,只是源程序-Functional simulation of the operating system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:yangzi
  1. dongtaifengqusuanfa

    0下载:
  2. 动态分区算法,经典算法的实现,跟相关课程相关-Dynamic partition algorithm, and the realization of the classical algorithm, with related courses related
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:张文奇
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:张华
  1. dynamic-allocation

    0下载:
  2. 该程序可用于了解动态分区分配中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-The program is used to understand the data structures used in the dynamic partition and the allocation algorithm, and further deepen the understanding of the dynami
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:张华
  1. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:sunxb10
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:苡莣
  1. Desktop

    0下载:
  2. 执行操作系统中的固定分区算法和动态分区算法-Implementation of the operating system in the fixed-partition algorithm and the dynamic partitioning algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:高山
  1. FF_NF_BF_WF

    0下载:
  2. 实现了操作系统中存储管理动态分区分配算法的模拟。-Simulation of the dynamic partitioning of the operating system storage management allocation algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:533504
    • 提供者:Dwxiao
  1. BdynamicSubare

    0下载:
  2. 以前做的操作系统实验代码,动态分区的模拟实验代码码叫做动态分区分配 ,经测试可直接使用。 -Simulation code before the operating system to do the experiment code, dynamic partitioning code called a dynamic partition, has been tested and can be used directly.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:135168
    • 提供者:sh
  1. yuandaima

    0下载:
  2. 动态分区存储管理方式的主存分配回收源代码-Dynamic partitioning of main memory storage management recovery of the source code distribution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:杨欢
  1. OS

    0下载:
  2. 里面包括了动态分区分配方式的模拟程序、模拟动态优先权进程调度程序、请求调页存储管理方式的模拟程序、编辑距离算法程序、最长子序列的算法!-Which includes a dynamic partition allocation simulation program to simulate the dynamic priority process scheduler, to request paging storage managemen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:赵风
  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,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:377856
    • 提供者:潘宝
  1. shujuku

    0下载:
  2. 了解动态分区分配方式中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-hahaha
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-11
    • 文件大小:6506496
    • 提供者:shike
  1. dongtaifenqu

    0下载:
  2. 操作系统的课程设计,该代码是动态分区的源程序,可以实现的-Operating systems curriculum design, the code is dynamic partitioning of the source, can be achieved
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:liling
  1. dongtaifenqu

    0下载:
  2. 计算机操作系统实验,使用动态分区分配方式的模拟的程序-Computer operating system experiment using simulated dynamic partitioning allocation procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:黄东浪
  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 ad
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:杨顺刚
  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 ad
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:杨顺刚
  1. ll

    0下载:
  2. 动态分区分配算法 动态分区分配算法 动态分区分配算法 动态分区分配算法-Dynamic allocation algorithm partitions
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:908288
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org