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

搜索资源列表

  1. 优先数调度算法

    0下载:
  2. 优先数调度算法,进程名,指针,要求运行时间,优先数,状态,Several priority scheduling algorithm, the process name, pointer, run-time requirements, priority number, status
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-26
    • 文件大小:2395
    • 提供者:阿斯顿
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. one

    0下载:
  2. FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:刘蒙
  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
    • 文件大小:40000
    • 提供者:陈任全
  1. Change

    0下载:
  2. 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:21284
    • 提供者:王晓
  1. 图形化界面模拟操作系统OS的作业调度算法

    2下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-22
    • 文件大小:22055
    • 提供者:老班
  1. yinhang

    0下载:
  2. 操作系统中银行家算法的模拟,包括源程序,实验报告和运行程序。-Bankers algorithm operating system simulation, including source code, experimental reports and run the program.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:151607
    • 提供者:何磊
  1. demostration_of_os

    0下载:
  2. os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:814050
    • 提供者:titer
  1. banker

    0下载:
  2. 银行家算法-Banker s Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1327
    • 提供者:echomails
  1. banker_code

    0下载:
  2. 操作系统中的经典问题:银行家算法 - In operating system classical question: Banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-08
    • 文件大小:4562
    • 提供者:赫冰
  1. caozuoxitong

    0下载:
  2. 关于银行家算法的操作系统课程设计,包括实验目的、运行结果等-Banker
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:107184
    • 提供者:幸福一生
  1. cpu

    1下载:
  2. 操作系统实验,处理机调度算法,用vc做的,很全面的-Experimental operating system, processor scheduling algorithm, using vc done, very comprehensive
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:668227
    • 提供者:jacky
  1. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. elevatorAttemper

    0下载:
  2. 对操作系统里的电梯调度算法进行的仿真,考虑了电梯运行的各种情况-Elevator to the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:5238
    • 提供者:张鹤
  1. fifo

    0下载:
  2. 操作系统调度方法中的先进先出页面置换算法-Operating system scheduling methods FIFO page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3575
    • 提供者:xun
  1. FCFS

    0下载:
  2. 操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1952
    • 提供者:李志龙
  1. HRN

    0下载:
  2. 操作系统作业调度HRN算法模拟程序。根据最高响应比优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program HRN. Response ratio in accordance with the highest priority scheduling algorithm into the memory to run operations
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:2187
    • 提供者:李志龙
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. yinhangjia

    0下载:
  2. 简单的银行家算法,界面很简陋,全面包含操作系统课程设计中处理机调度。 -Bankers simple algorithm, the interface is very simple, comprehensive curriculum design that contains the operating system processor scheduling.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1489
    • 提供者:茅春荣
  1. PageReplaceMentAlgorithmsDemo

    0下载:
  2. 操作系统课程设计:页面置换算法!!!很好的操作系统大作业,做的很认真-Operating systems curriculum design: page replacement algorithm! ! ! Very good operating system, large operations, to do very seriously
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3399377
    • 提供者:张薇薇
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com