搜索资源列表

  1. dongtaiguanli

    0下载:
  2. 在对数据结构有一定掌握程度的情况下设计合理的数据结构来描述存储空间,实现分区存储管理的内存分配功能,应该选择最合适的适应算法(首次适应算法,最佳适应算法,最后适应算法,最坏适应算法),实现分区存储管理的内存回收算法,在这些存储管理中间必然会有碎片的产生,当碎片产生时,进行碎片的拼接,等等相关的内容-structure of the data in a certain degree of master of rational design
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:306176
    • 提供者:sunwei
  1. yingpanfenqugonglv

    0下载:
  2. 硬盘分区全攻略.chm 硬盘分区全攻略.chm -partitions all Raiders. Chm partitions all Raiders. Chm hard pm District-wide Raiders. chm partitions all Raiders. chm partitions all Raiders. chm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:135168
    • 提供者:
  1. gdfq

    0下载:
  2. 固定分区存储方式模拟,操作系统实验,C程序,给大家使用。-Fixed partition storage simulation, experimental operating system, C of procedures available to the U.S. to use.
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:zhw
  1. ffdisk

    0下载:
  2. 硬盘分区工具FDISK的实现源码。有完整的源码和详细的文档。-FDISK the hard disk partition tool to realize source. Have complete source code and detailed documentation.
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:196608
    • 提供者:胡宁
  1. fdisk

    0下载:
  2. windows自带fdisk磁盘分区工具 纯c+汇编实现,内附makefile,方便编译。-windows own disk partition fdisk tool for pure c+ realize compilation, containing makefile, easier to compile.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-18
    • 文件大小:113664
    • 提供者:19869142
  1. GetIDEInfo

    0下载:
  2. 获取硬盘分区序列号-Hard disk partition to obtain the serial number
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈兴锋
  1. Memory_Management

    0下载:
  2. 本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。-The project is a dynamic partitioning of memory allocation simulation program. Users through the process can understand the dynamic partition al
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:程斌
  1. dsfsdf

    0下载:
  2. 固定分区存储方式模拟 计算机专业 操作系统-Fixed partition storage Computer simulation of the operating system
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:li
  1. DiskInformation

    0下载:
  2. 一个获取磁盘信息的简单程序,可以获取磁盘上的所有磁盘分区信息并能即使刷新-A simple disk information access procedures, access to the disk partition information of all disks and can even refresh
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:370688
    • 提供者:ypy
  1. MSSUsbDlg

    0下载:
  2. 一个关于Usb移动设备的程序,程序可以修改移动设备的文件分区表,使系统无法识别设备,无法打开,保证了安全。输入密码可以改回分区表系统重新识别-Usb mobile devices on the procedures, procedures for mobile devices can modify the partition table of the document, the system does not recognize dev
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:王鹏
  1. DynamicZonalMemoryManagement

    0下载:
  2. 模拟实现可变分区存储管理,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能-Simulation realize variable partition storage management, the use of C programming language in the windows operating system under the simulated operating system rea
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:陈中
  1. myprog

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfre
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 动态分区分配方式的模拟 最佳适应算法的动态分区分配过程 -Dynamic partitioning of the simulated distribution of the best ways to adapt to the dynamic partitioning algorithm allocation process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yujie
  1. 2

    0下载:
  2. :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:liu
  1. dynamicDevide

    0下载:
  2. 动态分区存储管理是一种存储器管理方案。它包含四种内存分配方法:首次适应法、循环首次适应法、最佳适应法和最差适应法,这四种方法各有其优缺点。它在回收内存分区时又包含四种情况:与回收区相邻的两分区都不是空闲分区,此时直接回收该分区;与回收区低地址端相邻分区是空闲分区,而与回收区高地址端相邻分区不是空闲分区,此时将回收区与低地址端分区合并成一个空闲分区;与回收区低地址端相邻分区不是空闲分区,而与回收区高地址端相邻分区是空闲分区,此时将回收区
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:geduo
  1. caozuoxitongkeshe

    0下载:
  2. 可变分区内存管理 在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。-Variable partition memory management computer in the master partition s
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:72704
    • 提供者:Jeyha yan
  1. OSArgorithm

    0下载:
  2. 操作系统可变分区算法 用首次适应算法实现 基于C-Variable operating system partition algorithm to adapt to using the first algorithm based on C
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:144384
    • 提供者:任夏华
  1. direction

    0下载:
  2. 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-Variable partition management mode using the first algorithm to adapt to the distribution of main memory and main memory to achieve recovery
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:
  1. variable_disk_management

    0下载:
  2. 介绍了操作系统中可变分区管理的集中算法,是北京某高校的一道作业题。-Introduced a variable operating system partition management focus algorithm, is a University in Beijing together with the operating title.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:海燕
  1. ncfp

    0下载:
  2. 用C实现简单的可变分区的首次适应算法、内存回收算法的模拟,并将模拟运行的结果显示出来。假设内存空间实际大小是100M,共有3个作业请求使用内存空间,作业请求、释放内存空间的顺序如下: 作业A 申请30M内存空间 ――》 作业 B 申请 20M内存空间 ――》作业 A 释放内存空间 ――》 作业C 申请 50M 内存空间 ――》作业B 释放内存空间 ――》作业C释放内存空间。 要求输出每次内存分配、释放操作后,系统中已分配区情
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:cm
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org