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

搜索资源列表

  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. NAND_FLASH_FACTORY_PROGRAM

    0下载:
  2. 一、 概况 1. NAND 闪存的种类 2. NAND 闪存的框架 3. 非全页的编程(Partial Page Programming) 4. 从NAND 启动(Booting From NAND) 二、 NAND 闪存的可靠性问题 1. 坏块管理(Bad Block Management,BBM) 2. 坏块管理算法的规范 (BBM Algorithm Specification) 3. 6 个工厂编程的坏块管理的要素(Six BBM
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2126054
    • 提供者:livimi
  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. 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 process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  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. linuxsy4

    0下载:
  2. 操作系统实验4 理解动态异常存储分区资源管理,掌握所需数据结构和管理程序,了解各种存储分配算法的优点和缺点。-Experiment 4 of the operating system to understand the dynamic abnormal storage partition resource management with the necessary data structures and management procedures, understand the advantag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:61497
    • 提供者:林辉
  1. Memory-Allocation

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

    • 发布日期:2017-03-27
    • 文件大小:1602
    • 提供者:苡莣
  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. OS

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

    • 发布日期:2017-11-22
    • 文件大小:6233
    • 提供者:赵风
  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, partner system algorithm.
  3. 所属分类:OS Develop

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

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

    • 发布日期:2017-11-20
    • 文件大小:6506399
    • 提供者:shike
  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. 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. zfcp

    1下载:
  2. (1)用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc( )和回收过程free( )。其中,空闲分区通过空闲分区链来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: • 作业1申请130KB。 • 作业2申请60KB。 • 作业3申请100KB。 • 作业2释放60KB。 • 作业4申请200KB。 • 作
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1958
    • 提供者:xuzhongya
  1. dongtaifenqu

    0下载:
  2. 操作系统中动态分区分配算法,是内存管理重要算法,可用于操作系统课设-Dynamic operating system partition algorithm, is an important memory management algorithm that can be used to operate the system class-based
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:250113
    • 提供者:赵宇
  1. NeiCunFenPeiYuHuiShou

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

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

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

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:gou0751731
  1. 03

    0下载:
  2. 用高级语言模拟实现动态分区存储管理,要求: 1、分区分配算法至少实现首次适应算法、最佳适应算法和最坏适应算法中的至少一种。熟悉并掌握各种算法的空闲区组织方式。 2、分区的初始化——可以由用户输入初始分区的大小。(初始化后只有一个空闲分区,起始地址为0,大小是用户输入的大小) 3、分区的动态分配过程:由用户输入作业号和作业的大小,实现分区过程。 4、分区的回收:用户输入作业号,实现分区回收,同时,分区的合并要体现出来。(注意:不存在的作业号要给出错误提示!) 分区的显示:任何时
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:409157
    • 提供者:李大娘
« 1 2 3 4 56 »
搜珍网 www.dssz.com