CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分区存储

搜索资源列表

  1. T_5424

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

    • 发布日期:2017-04-09
    • 文件大小:13822
    • 提供者:黄泽霖
  1. gudingfenqu

    0下载:
  2. 固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。-Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-channel operation. When there i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1109
    • 提供者:liuchenglong
  1. dynamicdevice

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

    • 发布日期:2017-04-07
    • 文件大小:115180
    • 提供者:朱婧
  1. dongtaifenqu

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收。具体包括: (1)确定主存空间分配表(空闲分区、已分配分区); (2)采用一种分配处理发(BF、WF、或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。 -Simulate dynamic partition management for main memory storage allocation and recovery. These include: (1) to determine the main memo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:9646
    • 提供者:王珏
  1. exp1

    0下载:
  2. 可变分区存储管理实验课件及程序,操作系统课程用资料-Variable partition storage management courseware and test procedures, operating systems courses with information
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:101313
    • 提供者:dr
  1. memory

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

    • 发布日期:2017-04-04
    • 文件大小:61336
    • 提供者:陈玲玲
  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 dynamic partition memory management
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2450
    • 提供者:张华
  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 the dynamic partition in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4304
    • 提供者:sunxb10
  1. Variable-storage

    0下载:
  2. 模拟可变分区存储管理,是我的毕业设计题目,非常的好,希望顶下。-Analog variable storage management division
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:281690
    • 提供者:
  1. yuandaima

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

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:杨欢
  1. shujuku

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

    • 发布日期:2017-11-20
    • 文件大小:6506399
    • 提供者:shike
  1. linux-mem

    0下载:
  2. 实验1-可变分区存储管理 交大计算机 操作系统作业-Experiment 1- variable storage management Jiaotong computer operating system job
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:16370
    • 提供者:godwot
  1. 3645745645

    0下载:
  2. VB语言写的可变分区存储管理模拟实验源代码-VB language to write the variable partition storage management simulation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:118403
    • 提供者:南煎丸子
  1. dynamic-partition

    0下载:
  2. 操作系统: 模拟实现动态分区存储管理 实现的功能:实现了题目的所有要求,采用最先适应算法。 优点:窗口界面良好,给出了相应的提示信息,根据窗口的提示信息即可完成模拟实现动态分区存储管理;还可以修改主存的大小 直接修改MEM_MAX的值即可。 缺点:未给出最优适应算法。 -Operating System: simulation dynamic storage management functions to achieve: to achieve all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:303120
    • 提供者:天蓝
  1. 11

    0下载:
  2. 可变分区存储管理模拟  
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2056
    • 提供者:caisida
  1. memorry

    0下载:
  2. 编译原理课程实验:模拟首次适应动态分区存储管理方案中的内存分配与回收。-Compiler theory curriculum experiment: simulated first-fit dynamic storage management program memory allocation and recovery....
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1335260
    • 提供者:yu
  1. CM

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

    • 发布日期:2017-04-03
    • 文件大小:904
    • 提供者:杜英
  1. caozuoxitong

    0下载:
  2. 操作系统:模拟用可变分区存储管理方式(最优适应分配算法)对主存空间进行分配和回收的过程-Operating System: Analog with variable storage management (optimal allocation algorithm adaptation) for main memory space allocation and recovery process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2220
    • 提供者:王小二
  1. NeiCunFenPeiYuHuiShou

    0下载:
  2. 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation and recovery experiments compl
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:957454
    • 提供者:艾克旦
  1. kbfq

    0下载:
  2. 可变分区存储管理模拟程序,可模拟空间的分配和释放(包括释放时的三种情况)-Variable partition storage management simulation program can simulate the space allocation and release (including the release of the three cases)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2028
    • 提供者:duna641640
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com