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

搜索资源列表

  1. 可变分区调度算法有

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

    • 发布日期:2008-10-13
    • 文件大小:4.89kb
    • 提供者:黄宜锋
  1. os_changeable_partition

    0下载:
  2. 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:杨学思
  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. 存储器管理

    0下载:
  2. 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.02kb
    • 提供者:张鹏
  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. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.04kb
    • 提供者:Li
  1. kbfq

    0下载:
  2. 可变式分区管理的计算机模拟 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 实验步骤也有 -variable zoning management of the computer simulation environment : Microsoft Visual C + + 6.0 Programming Language : C experimental steps have
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:319.36kb
    • 提供者:王德
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:273.96kb
    • 提供者:罗小明
  1. kbfq

    0下载:
  2. 存储分区的可变管理-variable storage area management
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.17kb
    • 提供者:网旭
  1. zhucunchuqi.rar

    0下载:
  2. 在可变分区管理方式下,采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。,Variable partition management mode, using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algorithm to adapt to the distribut
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:3.54kb
    • 提供者:dingdangmao
  1. ucore-lab5

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验5:进程同步。实验目的:熟悉ucore中的进程同步机制,了解操作系统为进程同步提供的底层支持;在ucore中实现信号量(semaphore)机制;理解管程机制,在ucore中增加对条件变量(condition variable)的支持;了解经典进程同步问题,并使用
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:978.69kb
    • 提供者:gyh
  1. Os3

    0下载:
  2. 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:57.68kb
    • 提供者:小鱼
  1. ProcessesCommunication

    0下载:
  2. 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.34kb
    • 提供者:
  1. 005

    0下载:
  2. 對於一般不懂可變結構控制的人員而言,此程式可以快速理解,並針對程式註解有詳細解釋,讓使用者快速上手-Do not understand for the average variable structure control of personnel, this program can quickly understand and program notes for a detailed explanation, allows users to quickly get started
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:939byte
    • 提供者:bowen
  1. 009

    0下载:
  2. 將單輸入單輸出系統應用在可變結構控制上,程式將可變結構的方式應用在內,並附上註解方便研究與理解-Single-input single-output system used in variable structure control, variable structure of the program will apply the included, together with notes to facilitate research and understanding
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:845byte
    • 提供者:bowen
  1. 020

    0下载:
  2. 以單輸入單輸出探討輸出可變結構控制的使用,對於使用者可以更能了解控制響應-SISO to explore the output variable structure control the use, for a better understanding of the user can control the response
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:966byte
    • 提供者:bowen
  1. manager_save

    0下载:
  2. 操作系统课程设计 模拟实现可变分区存储管理-Curriculum design simulation of the operating system to achieve variable partition storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:251.88kb
    • 提供者:kaixincai
  1. merroy

    0下载:
  2. 操作系统,模拟内存的分配与回收,可变式分区管理-Operating system, simulation of the distribution and recovery of memory, variable partition management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2.41kb
    • 提供者:曾先生
  1. fenqucunchu

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the following: first determine alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:
  1. Variable-partition-experiments

    0下载:
  2. 操作系统 动态可变分区实验源代码,绝对可以使用,并已放入测试数据,可直接运行。有注释,简单易懂-Variable partition experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:9.91kb
    • 提供者:vivi
« 12 3 »
搜珍网 www.dssz.com