搜索资源列表

  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and re
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:68608
    • 提供者:吴晓辉
  1. 动态内存分配MemSrc

    0下载:
  2. 参考源码,学习例子-reference source, study examples
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:
  1. 操作系统——PCB模拟代码

    0下载:
  2. 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynami
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:11264
    • 提供者:草原
  1. 虚拟存储器的内存管理

    0下载:
  2. 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a threa
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:62464
    • 提供者:陆阳
  1. process for windows

    0下载:
  2. 本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:149504
    • 提供者:lyh
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:何智峰
  1. 内存分配与回收

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

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:
  1. 位示图法内存分配

    0下载:
  2. 一个自己做的关于操作系统的小实验,为打发老师!-an own operating system on a small experiment to kill a teacher!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:7387136
    • 提供者:情圣
  1. 可变分区调度算法有

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

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:黄宜锋
  1. 内存分配小算法

    0下载:
  2. 可以选择要进行分配或释放的作业。每次选择算法时,程序自动将内存块清零。当内存块都不足以分配给作业时,程序会报错。-can choose to release or distribution operations. Each algorithm, the program will automatically reset the memory block. When the block of memory are not allocated
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:15360
    • 提供者:zf
  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-05-12
    • 文件大小:75776
    • 提供者:
  1. DynMem

    0下载:
  2. 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c# prepared environment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:47104
    • 提供者:pao
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:76800
    • 提供者:陈任全
  1. memery

    0下载:
  2. 操作系统中内存分配调度,用c编写的代码,可能有不完善之处,望各位能指出并改正-operating system memory allocation scheduling, c prepared with the code may be flawed, the hope that you can correct and
  3. 所属分类:进程与线程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:小蒋
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:丘方
  1. malloc.tar

    0下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-12
    • 文件大小:39936
    • 提供者:夏洪他
  1. os_c

    0下载:
  2. 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:qinli
  1. huan111

    0下载:
  2. 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
  3. 所属分类:进程与线程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:ll
  1. DynamicMemoryManage

    0下载:
  2. 操作系统的内存分配源码,用vc编写,是优先分配,最小块合并,上下回收自动合并-operating system source code memory allocation using vc preparation is the priority, the most small merger The next automatic recovery merger
  3. 所属分类:进程与线程

    • 发布日期:2024-05-12
    • 文件大小:224256
    • 提供者:张良
  1. mmy

    0下载:
  2. 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果-simulation memory management, memory allocation and memory recovery, with interface shows the distribution and recovery results
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:38912
    • 提供者:李森
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org