搜索资源列表

  1. OS3

    0下载:
  2. 内存分配程序,本程序演示了操作系统内存的分配和回收操作,主要是固定存储分配-Memory allocation procedure, the program demonstrates the operating system memory allocation and recovery operations, primarily fixed storage allocation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:40960
    • 提供者:asdfasf
  1. ucos_MemManager

    0下载:
  2. 演示内核的内存分配策略.这个程序演示要体现内核的内存分配思想的策略。为此,设计了内存的分配和回收,完成一系列动作。-ucos_MemManager
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:leo
  1. MemoryManage

    0下载:
  2. 伙伴存储管理系统演示,演示分配和回收存储前后存储空间状态变化。-Partner storage management system demo, demo distribution and recovery of memory storage space before and after the change of state.
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2024-05-13
    • 文件大小:14336
    • 提供者:kevin Ning
  1. multiuser

    0下载:
  2. 创建和撤消进程时,完成内存的分配和回收操作,必须可以显示空闲内存块队列状态。注意回收内存时,空闲块的合并操作。-Create and removal process, complete memory allocation and recovery operation, must be free memory block queue status display. Note recovery, free merge operations.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:智利蒋
  1. ff

    0下载:
  2. 可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。 -Variable partition storage management solutions. Implement and simulate the distribution and recovery process of partition.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:xintong
  1. 3

    0下载:
  2. 设备管理主要包括设备的添加和删除、设备的分配和回收、同时实现设备独立性。-Equipment management includes adding and removing devices, equipment, distribution and recycling, while achieving device independence.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:zhang
  1. cipenfenpei

    0下载:
  2. 磁盘空间的分配和回收 本程序可以提高磁盘存储空间的利用率,可在磁盘上组织成链接文件、索引文件,这类文件可以把逻辑记录存放在不连续的存储空间。-Disk space allocation and recycling
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-13
    • 文件大小:458752
    • 提供者:罗理机
  1. malloc

    0下载:
  2. 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:788480
    • 提供者:肖健
  1. variable_distribution

    0下载:
  2. 采用最佳适配算法实验动态分区分配过程alloc()和回收过程recover()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间-Experimental best fit algorithm using the dynamic partition allocation process alloc () and the recovery process recover (). Among them, f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:508928
    • 提供者:luguifang
  1. kebianfenqudezuixianshiyingsuanfa

    0下载:
  2. 可变式分区的最先适应算法分配和回收的模拟,挺好用的还易于理解-Variable partition allocation and recovery of the first fit algorithm simulation, very good but also easy to understand use
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:154624
    • 提供者:LIULIU
  1. memory--recycling-experiments

    0下载:
  2. 熟悉主存的分配与回收。理解在不同的存储管理方式下,如何实现主存空间的分配与回收。掌握动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程-Familiar with the main memory allocation and recovery. Understanding of storage management in a different way, how to achieve the main memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:439296
    • 提供者:xiaoxiao
  1. xunineicunsrc

    0下载:
  2. 这是VC++的一个虚拟内存分配和回收的源程序 -This is VC++, a virtual memory allocation and recovery of the source
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-13
    • 文件大小:194560
    • 提供者:李明
  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-05-13
    • 文件大小:1024
    • 提供者:菜鸟小生
  1. dongtaifenqu

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收。具体包括: (1)确定主存空间分配表(空闲分区、已分配分区); (2)采用一种分配处理发(BF、WF、或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。 -Simulate dynamic partition management for main memory storage allocation and recovery. These include:
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:王珏
  1. gd

    1下载:
  2. 基于固定分区分配的存储器管理系统的设计 要求:(1)建立一张分区说明表;(2)至少提供4个作业;(3)模拟作业的分配过程;(4)模拟作业的回收过程(5)能够显示每一次分配和回收的结果 -Based on fixed partition memory management system design requirements: (1) the establishment of a partition descr iption ta
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:成真
  1. caozuoxitong

    0下载:
  2. 操作系统实验!单道批处理系统作业调度,三级反馈队列调度算法,主存空间分配和回收等-OS experiment! Single-channel batch job scheduling system, three feedback queue scheduling algorithm, main memory space allocation and recycling
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:272384
    • 提供者:london
  1. Memory-management2

    0下载:
  2. 利用位示图的方法来模拟显示计算机工作时动态用分页式方法来为进程分配和回收内存空间-The use of digital map display method to display a computer simulation of the dynamic at work with tabbed approach for the process memory space allocation and recycling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:田坤
  1. Memory-management

    0下载:
  2. 利用位示图的方法来模拟显示计算机工作时动态用分页式方法来为进程分配和回收内存空间的另一种代码-The use of digital map display method to display a computer simulation of the dynamic at work with tabbed approach for the process memory space allocation and recycling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:田坤
  1. BitmapDiskManager

    0下载:
  2. 用位示图管理磁盘空间的分配与回收 要求打印或显示程序运行前和运行后的位示图,以及分配和回收磁盘的物理地址过程。-Management with the bit map display of disk space allocation and recycling requirements of the print or display program to run before and after running the bit ma
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-13
    • 文件大小:2717696
    • 提供者:huangchunyou
  1. memory-allocate

    0下载:
  2. 操作系统\磁盘调度 内存分配的首次适应算法\ 主存储器空间的分配和回收-Operating System \ disk scheduling the first-fit memory allocation algorithm \ main memory space allocation and recycling
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:486400
    • 提供者:oran
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

源码中国 www.ymcn.org