CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - allocation

搜索资源列表

  1. 最佳适应法

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

    • 发布日期:2008-10-13
    • 文件大小:67.66kb
    • 提供者:吴晓辉
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.18kb
    • 提供者:陈为
  1. 银行家算法(C Sharp)

    0下载:
  2. 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:553.61kb
    • 提供者:崔哈
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.8kb
    • 提供者:张鹏
  1. 动态分区分配

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

    • 发布日期:2008-10-13
    • 文件大小:354.58kb
    • 提供者:陈任全
  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. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:71.5kb
    • 提供者:戴其蓬
  1. Memory_Dis_RE

    0下载:
  2. 此程序模拟内存的动态分配与回收,希望能给大家帮助,并能得到大家的意见,谢谢!-this simulation of dynamic memory allocation and recovery, the hope of giving everyone, and everyone's views, Thank you!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.71kb
    • 提供者:靳士伟
  1. ARM_00_OS

    0下载:
  2. 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:352.1kb
    • 提供者:Computer00
  1. neicunfenpeimonichengxu

    0下载:
  2. 这是一个用C语言实现的计算机内存分配的模拟程序-This is a C language of computer memory allocation simulation program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:yue
  1. memory-allocation

    0下载:
  2. use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space. -use double link list to a memory implenment llocation. There will not appear maloc, new,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:jinghe
  1. wjfpb

    0下载:
  2. 可以查找文件分配表,读写磁盘扇区,速度快-can search for documents allocation table, read and write disk Sector, speed
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.76kb
    • 提供者:aaaa
  1. ldm

    0下载:
  2. 动态内存分派.. .. . -dynamic memory allocation.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:45
  1. ProduceandCreater

    0下载:
  2. 在操作系统中, 生产者和消费者的问题是经典问题中的一个,是有关于进程调度的问题.通过这个MFC的程序我们可以清楚的理解它们之间的内存分配和通信.-the operating system, producers and consumers is the classic problem of a problem. is on the process of scheduling problems. Through the MFC procedures we can clearly understand
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24.02kb
    • 提供者:李明
  1. memory1.0

    0下载:
  2. 模拟linux操作系统的内存分配与回收,并有简单的输出-simulation linux operating system memory allocation and recovery, and a simple output
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.35kb
    • 提供者:zy
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9.28kb
    • 提供者:王卫国
  1. memory-allocation

    0下载:
  2. 操作系统实验报告-内存分配与回收--操作系统实验报告-内存分配与回收-Operating System test report- memory allocation and recovery- operating system test report- memory allocation and recovery-
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:92.6kb
    • 提供者:
  1. Memory-allocation

    0下载:
  2. 内存分配, 模拟实现内存分配算法的源代码-Memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:10.15kb
    • 提供者:吴语
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory allocation algorithm content a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1.56kb
    • 提供者:苡莣
  1. analog-memory-allocation

    0下载:
  2. 模拟内存分配的技术。模拟操作系统内存分得算法,采用最佳适应算法,来进行内存分配与回收。-The technology of the analog memory allocation. Simulated operating system memory to share algorithm, using the best-fit algorithm for memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:156.53kb
    • 提供者:yangliu
  1. Memory-Allocation

    0下载:
  2. 中南大学操作系统课程设计内存分配算法及回收过程-Algorithms and recovery process, Central South University courses on operating system design memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:11.71kb
    • 提供者:yuhao
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com