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

搜索资源列表

  1. DisANDRectheRAM

    0下载:
  2. 模拟了操作系统里面的动态分配和回收内存空间的过程,有多种算法。-simulation of the operating system inside the dynamic allocation of memory space and recovery process, a number of algorithms.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:93.96kb
    • 提供者:xue yixian
  1. 动态分配内存空间

    0下载:
  2. 一个小实验 ,操作系统动态分配-a small experiment, the operating system dynamic allocation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:晓丽
  1. MemoryFit.rar

    0下载:
  2. 模拟内存的动态分配,可以选择首次适应算法或者最佳适应算法进行分配,结构小巧功能简单,Simulation of the dynamic allocation of memory, you can choose the first or the best adaptation algorithm to adapt to the allocation algorithm, the structure features a simple compact
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1.07mb
    • 提供者:陈华龙
  1. 进程调度与作业调度的模拟

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

    • 发布日期:2017-03-23
    • 文件大小:39.06kb
    • 提供者:陈任全
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2kb
    • 提供者:恋恋的恋
  1. pascal

    0下载:
  2. This program demonstrate how to create Pascal s Triangle using dynamic memory allocation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:28.62kb
    • 提供者:Biswadip Dey
  1. os6

    0下载:
  2. 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynam
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1.16kb
    • 提供者:linqingyang
  1. 0807114040

    0下载:
  2. 操作系统实验,模拟内存动态分配,有说明文档做详细说明。-Operating system, experiment, simulation of dynamic allocation of memory, there is documentation to do in detail.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:371.25kb
    • 提供者:minipuss
  1. Dynamicspectrumallocationandresearchreviewspectrum

    0下载:
  2. 本文详尽的介绍了认知无线电中的动态频谱分配技术,有助于初学者的学习-The article introduces the cognitive radio technology, the dynamic spectrum allocation to the beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:661.74kb
    • 提供者:梧桐雨
  1. dynamic

    0下载:
  2. 内存分配动态算法,对内存的动态分配进行模拟-Dynamic memory allocation algorithm, to simulate the dynamic allocation of memory
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2.15kb
    • 提供者:yyq
  1. resource

    0下载:
  2. 编写系统进行资源调度随机动态分配程序,即只要系统当前剩余资源满足进程的当前要求,就立即将资源分配给进程-Resource scheduling system for the preparation of stochastic dynamic allocation process, as long as the current system processes the remaining resources to meet current requirements, to allocate res
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1.01kb
    • 提供者:xurong
  1. dynamic-priority-allocation

    0下载:
  2. 这是操作系统中动态优先权算法模拟的实验报告,内含有源代码,能够计算周转时间等-This is the operating system, dynamic priority algorithm simulation lab report, containing source code, to calculate the turnover time
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:88.97kb
    • 提供者:黎明
  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. MemoryManage

    0下载:
  2. 1 操作系统课程设计 2 模拟内存管理 3 动态分配首次适配法-1 operating systems course design 2 analog memory management 2 dynamic allocation of the first adaptation method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:15.48kb
    • 提供者:
  1. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:273.96kb
    • 提供者:yolandmao
  1. dynamic-partitioning

    0下载:
  2. 操作系统动态分区式存取管理,包括首次适应分配算法、循环适应分配算法、最佳适应算法、伙伴系统算法。-The dynamic partitioning operating system access management, including the first-fit allocation algorithm, Cycle adapt allocation algorithm, the best adaptation algorithm, partner system algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:368.51kb
    • 提供者:潘宝
  1. ll

    0下载:
  2. 动态分区分配算法 动态分区分配算法 动态分区分配算法 动态分区分配算法-Dynamic allocation algorithm partitions
  3. 所属分类:OS Develop

    • 发布日期:2017-05-01
    • 文件大小:887.04kb
    • 提供者:
  1. dynamic-allocate

    0下载:
  2. c语言实现的操作系统课程实验之动态分配内存的源码-Dynamic memory allocation source operating system curriculum experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:4.1kb
    • 提供者:yili
  1. Free-memory

    0下载:
  2. windows下操作系统内存释放 主要有 静态分配和动态分配-Released under the Windows operating system memory Mainly include static distribution and dynamic allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:266.13kb
    • 提供者:高庆
  1. Banker_algorithm

    0下载:
  2. 主要内容是模拟实现资源分配。同时要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生 的条件,并使用适当的算法,有效的防止和避免死锁的发生。 具体用银行家算法实现资源分配。要求如下: (1) 设计一个M个并发进程共享N类不同资源的系统,进程可动态地申请资源和释放资源,系统按各进程的申 请动态地分配资源(可考虑多个进程多个类资源的情况)。 (2) 设计用银行家算法和随机分配算法,实现资源分配的两个资源分配程序,应具有显示或打印各进程依次 要求申请
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3.16kb
    • 提供者:君奕
« 12 3 4 »
搜珍网 www.dssz.com