搜索资源列表

  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. thefirsttimetoadapttomethod

    0下载:
  2. 采用首次适应法模拟内存分配,用链表实现,解释较全面-Storage allocation algorithm uses the first time to adapt to (FF) method.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Becaution
  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. Memory_allocation

    0下载:
  2. 本实验只设计一个大空闲内存区域,起始地址为0,大小为900。 程序运行后,提示用户选择内存分配方式,1---单一分区内存分配,2---多分区内存分配。 在单一分区方式中,一次只接受一个进程的分配请求,其中进程号以及进程所申请分配内存大小均随机产生。并进行错误检查及提示。 在多分区方式中,采用首次适应方法模拟内存分配。当有请求时,检查到有空闲分区且请求内存小于空闲内存大小时,即进行首次适应法分配。对于分配后利用完的空间进行回收
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:moondancing
  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. 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-17
    • 文件大小:3072
    • 提供者:HSL
  1. NEICUNFENPEI-1

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

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

    0下载:
  2. 可变分区存储管理的内存分配与回收,采用首次适应算法-Variable partition memory allocation of storage management and recovery, using the first fit algorithm
  3. 所属分类:编程文档

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:萧萧
  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-17
    • 文件大小:223232
    • 提供者:赵凯
  1. shoucishiying.c

    0下载:
  2. 模拟首次适应存储管理的内存分配与回收,采用数组进行模拟,比较简单-Simulation of the first memory allocation to adapt to storage management and recovery, using an array of simulation, a relatively simple
  3. 所属分类:Windows编程

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

    0下载:
  2. 此代码用于描述操作系统中首次适应内存分配算法的模拟-This code was first used to describe the operating system memory allocation algorithm to adapt the analog
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2809856
    • 提供者:liuzhao
  1. project1

    0下载:
  2. 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the l
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:lly
  1. For-the-first-time-to-adapt

    0下载:
  2. 实用首次适应算法实现主存的分配与回收。操作系统实验源代码,用C语言编写,在VC++6.0上调试通过。-The first practical algorithm to adapt to the distribution of main memory and recall. Experimental operating system source code, using C language, in VC++6.0 on the debu
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 首次适应算法,操作系统实验代码,VC6.0下编译通过-First fit algorithm, the operating system code experiment
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 动态存储分配 采用最优算法 最佳算法 首次适应算法-Dynamic memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:23552
    • 提供者:LUIU
  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-17
    • 文件大小:5120
    • 提供者:冰与火
  1. fenqucunchuguano

    1下载:
  2. 应用首次适应算法实现动态分区存储管理。主要思想是通过图形界面来获得用户输入信息。-Applications for the first time to adapt to the dynamic partitioning algorithm storage management. The main idea is to get through the graphical interface, user input information.
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-17
    • 文件大小:162816
    • 提供者:沈陆
  1. T_5424

    0下载:
  2. 操作系统第一次实验参考资料 可变分区存储管理 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (cha
  3. 所属分类:Windows编程

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

源码中国 www.ymcn.org