搜索资源列表

  1. 存储器分配与回收

    0下载:
  2. 用首次适应算法 最佳适应算法 最坏适应算法实现存储空间的分配,回收作业所占用的存 储空间. 算法描述
  3. 所属分类:C#编程

  1. 《Windows核心编程(第四版)》中文版.rar

    2下载:
  2. 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
  3. 所属分类:VC/C++相关

    • 发布日期:2011-08-02
    • 文件大小:36814984
    • 提供者:mrf341@163.com
  1. 主存储器的分配与回收

    0下载:
  2. 用三个算法来实现对主存储器的分配与回收:首次适应算法、最佳适应算法、最坏适应算法-algorithm used to achieve three of the main memory allocation and recovery : the first adaptation algorithm, the best adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:杨蔺又
  1. 1111

    0下载:
  2. 操作系统----存储器的分配与回收算法实现-Operating system memory allocation and recovery---- algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:7168
    • 提供者:霍悦
  1. store

    0下载:
  2. 操作系统编程,使用VC++编写的存储器的分配与回收算法的实现。-Operating system programming, using VC++ written in memory allocation and recovery algorithm.
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:589824
    • 提供者:日月
  1. cunchuqifenpeiyuhuishou

    0下载:
  2. 存储器分配与回收,模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间 -Memory allocation and recovery, simulation of the operating system main memory allocation, the use of variable partition algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:菜鸟小生
  1. Memory_allocate_and_recover

    0下载:
  2. 存储器的分配与回收算法实现 采用最先适应法、最佳适应法、最坏适应法分配主存空间。当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。-Memory allocation and recovery algorithm To adapt to using the first method, the best fit m
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:

源码中国 www.ymcn.org