搜索资源列表

  1. 存储管理分区分配算法的源码

    0下载:
  2. 这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12541
    • 提供者:米虫
  1. 用C语言建立多个PRI DOS分区及其隐含

    0下载:
  2. 一、引言 在DOS系统下,在计算机应用培训中因培训要求不同, 对软件的要求也不同,由于学员的误操作,存放在硬盘上的软件和重要数据容 易被非法删除或受到损坏。对此,笔者通过对硬盘管理的深入分析和实践,总结出了在硬盘上备份、保护重要数据和软件的一种新的行之 有效的方法:建立多个PRI DOS 分区, 不同的培训要求使用不同的PRI DOS分区,在使用时同时只有一个PRI DOS 分区可供使用, 其余 PRI DOS分区均被隐含。-an In
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19745
    • 提供者:史彬
  1. FDISK硬盘在dos下分区

    0下载:
  2. FDISK硬盘在dos下分区,这是一个很好的小工具。从别处转载而来的-partion of fdisk in dos,this is a good little tool,it is downloaded from other place.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:242650
    • 提供者:吴可
  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5006
    • 提供者:黄宜锋
  1. 可变分区模拟

    0下载:
  2. 可变分区分配模拟-variable distribution through simulation
  3. 所属分类:文档资料

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:无痕
  1. 动态分区管理

    0下载:
  2. 用VB编写的模拟操作系统动态分区管理.有详细注释.-VB prepared by the dynamic simulation of the operating system through management. Detailed Notes.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:206848
    • 提供者:林总
  1. 动态分区的分配和回收算法

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:程倩
  1. 分区表资料集萃

    0下载:
  2. 硬盘分区表资料集萃,包括基础、工具、修复三部分,chm格式。-hard disk partition table of Selected information, including infrastructure, tools, repair parts three, chm format.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-30
    • 文件大小:591872
    • 提供者:康康
  1. 分区管理算法

    0下载:
  2. 这是一个关于操作系统中的动态分区管理的算法,是用c来模拟的,希望大家多指教-This is one of the operating system's dynamic partition management algorithm is used to simulate the c hope that everyone enlighten
  3. 所属分类:C#编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:孟伟
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:haha
  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:黄宜锋
  1. 动态分区

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收。-dynamic way through the distribution of the main deposit and recycling. Through this experiment to help students understand the dynamic partition management practice
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:13312
    • 提供者:王飞
  1. 可变分区存储管理

    0下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adapta
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:75776
    • 提供者:
  1. 简单可变分区存储管理

    0下载:
  2. 简单算法简单可变分区存储管理,实现4种基本算法-simple algorithm is simple variable storage area management and achieve four basic algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:75776
    • 提供者:温升
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:362496
    • 提供者:陈任全
  1. 固定分区

    0下载:
  2. 一个在可变分区管理方式下采用最先适应算法实现主存的分配与回收的程序。(the design of a variable zoning management, the first adaptation algorithm to achieve the main memory allocation and recovery procedures.)
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:532480
    • 提供者:哒哒22
  1. 分区助手6.2

    0下载:
  2. 软件分区管理助手可以快速分区查看磁盘状态(Software partitioning Management Assistant)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:17425408
    • 提供者:sixuening
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with d
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:翼展
  1. 中航字符卡多分区SDK开发资料

    2下载:
  2. 中航LED字符卡,多分区SDK,开发资料(ZHENGZHOU ZH LED SDK)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:6268928
    • 提供者:xxooxyz
  1. 中国7大地理分区

    0下载:
  2. 中国7大地理分区shp文件,东北、华北、华东、华中、华南、西南、西北七大经济协作区(Shp files of seven geographical regions in China)
  3. 所属分类:图形图象

    • 发布日期:2024-04-30
    • 文件大小:242688
    • 提供者:dapengzi
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org