搜索资源列表

  1. 磁盘存储空间的分配和回收算法

    0下载:
  2. 为了提高磁盘存储空间的利用率,可在磁盘上组织成链接文件、索引文件,这类文件可以把逻辑记录存放在不连续的存储空间。为了表示哪些磁盘空间已被占用,哪些磁盘空间是空闲的,可用位示图来指出。位示图由若干字节构成,每一位与磁盘上的一块对应,“1”状态表示相应块已占用,“0”状态表示该块为空闲。位示图的形式与实习二中的位示图一样,但要注意,对于主存储空间和磁盘存储空间应该用不同的位示图来管理,绝不可混用。
  3. 所属分类:源码下载

    • 发布日期:2010-12-24
    • 文件大小:458490
    • 提供者:mancst@yahoo.cn
  1. 存储器分配与回收

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

  1. Java的垃圾回收机制详解和调优.doc

    0下载:
  2. gc即垃圾收集机制是指jvm用于释放那些不再使用的对象所占用的内存。java语言并不要求jvm有gc,也没有规定gc如何工作。不过常用的jvm都有gc,而且大多数gc都使用类似的算法管理内存和执行收集操作
  3. 所属分类:代码辅助

    • 发布日期:2011-06-17
    • 文件大小:39936
    • 提供者:gyl430
  1. 内存分配与回收设计

    0下载:
  2. 内存分配与回收设计,一个小实验-memory allocation and recovery design, a small experiment
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:269312
    • 提供者:无风
  1. 深入浅出Java堆的管理--垃圾回收

    0下载:
  2. 深入浅出Java堆的管理--垃圾回收-simple Java heap management-- the garbage collector
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:赵华
  1. 内存分配与回收

    0下载:
  2. 内存分配与回收,是用TC写的,请大家-memory allocation and recovery, is TC wrote, please s
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. 操作系统实习报告

    0下载:
  2. 全面包含操作系统课程设计中处理机调度,主存空间和磁盘空间的分配和回收的实验报告和源程序.-operating system contains a comprehensive curriculum design, processor scheduling, main memory space and disk space allocation and recovery of the experimental reports and the
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:飞飞
  1. 模拟段式管理内存分配与回收

    0下载:
  2. 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:haha
  1. 内存回收算法

    0下载:
  2. 内存回收算法,一般学校计算机专业的操作系统课程设计内容.可以免费下载-Algrithms for memory recycle, the subject of the OS curriculum design for the computer department students of colleges.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:189440
    • 提供者:邱水云
  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-05-19
    • 文件大小:13312
    • 提供者:王飞
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:431104
    • 提供者:王阳
  1. 垃圾回收.rar

    0下载:
  2. 有意思的垃圾回收器.是本人第一次的作品,没有运行程序.只是原代码-interesting for the garbage collector. It is the first time I work, no operating procedures. Only the original code
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:路易
  1. OSFirstFit

    0下载:
  2. 主存空间的分配和回收 可变分区管理方式下采用首次适应算法实现主存分配和回收-main memory space allocation and recovery of the variable through the adoption of management algorithm to adapt to the first main memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:72704
    • 提供者:
  1. memory_administration

    0下载:
  2. 操作系统课程设计中的内存分配与回收! 有参考价值!-courses on operating system design and distribution of memory recovery! Reference value!
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:邹建青
  1. luxue

    0下载:
  2. 内容:主存空间的分配和回收 内附模块说明和详细解释-: main memory space allocation and recovery module contains descr iptions and detailed explanation
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陆雪
  1. abc-de

    0下载:
  2. 在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和回收。 一个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间-in pagination management practice adopted Bitmap to express distribution of main memory, main memory space realization of t
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:啊传
  1. xitongkeiyass

    0下载:
  2. 这是操作系统的一个课程设计.主存空间的分配与回收 包含多种算法. 花了不少心思才编写出来.还有实验报告-This is the operating system of a curriculum design. Main storage space for the distribution and recovery contains many algorithms. Spent a lot of heart only thinking o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:149504
    • 提供者:
  1. lianxu

    0下载:
  2. 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。-simulation in a row and pagination distribution management in two ways, the main memory space for the distribution and recovery, to help students better understand the sto
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王铮
  1. tWord

    0下载:
  2. 采用最优适应算法完成主存空间的分配与回收;最后编写主函数对所做工作进行测试-optimal adaptation algorithm used to complete the main memory space allocation and recovery; Finally the main function of the preparation work done by testing
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:高刚
  1. teamspeak

    0下载:
  2. 动态分区内存分配与回收算法,可利用C++实现可变分区内存分配与回收算法-dynamic memory allocation with the district recovery algorithm can be used to achieve Variable Area C memory allocation and recovery algorithm
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:1274880
    • 提供者:李户
« 1 23 4 5 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org