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

搜索资源列表

  1. cpu 调度1

    0下载:
  2. 操作系统中的作业,CPU进程调度。PCB 控制块-operations of the operating system, CPU scheduling process. PCB control block
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:321
  1. CPU调度C语言实现

    0下载:
  2. CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT          6时间的延迟;          7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Pri
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:蒋涛
  1. 601caitao CPU 完整版

    0下载:
  2. 为了更好学习和掌握CPU调度的各种算法,现实践练习编程,源程序里运用大量所学的C语言程序,在较好的理解CPU调度各种算法下,编写的此程序实现的功能是“最短作业优先调度”,经多次反复修改,现已能在TC环境下运行通过。-order to better study and master CPU scheduling algorithms, programming is practical exercises, the source Lane used a lot of learning by C la
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:蒋涛
  1. cpudd

    0下载:
  2. java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
  3. 所属分类:OS Develop

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

    0下载:
  2. 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:862byte
    • 提供者:刘锦瑞
  1. CPU_Schedu641153212002

    0下载:
  2. This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:Saurabh
  1. OperatingSystemsCPUScheduling

    0下载:
  2. document having the details about different cpu scheduling techqnics
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6.18kb
    • 提供者:rajeshreddy
  1. l5

    0下载:
  2. Algorithm - CPU Scheduling- Algorithm- CPU Scheduling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:358.54kb
    • 提供者:vitor
  1. scheduling

    0下载:
  2. it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2.39kb
    • 提供者:Rasenganram
  1. EX3_CPU_SCHEDULING_ALGORITHM

    0下载:
  2. A simple program for implementing the CPU Scheduling in Linux/UNIX Environment
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:9.42kb
    • 提供者:Prabha
  1. cpuscheduling

    0下载:
  2. FCFS scheduling 作业调度 作业调度程序 单道批处理 CPU Scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:46.42kb
    • 提供者:fzkj
  1. OS

    0下载:
  2. 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7.01mb
    • 提供者:穆旭
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:22.96kb
    • 提供者:张超
  1. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:90.54kb
    • 提供者:msh2003
  1. rr28

    0下载:
  2. program to implement Round-Robin CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.17kb
    • 提供者:naveen
  1. srtf28

    0下载:
  2. program to implement Shortest-Remaining Time-First CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:naveen
  1. cpu-scheduling

    0下载:
  2. program in c to illustrate and demonstrate various cpu scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3.29kb
    • 提供者:deeps
  1. sjf

    0下载:
  2. CPU scheduling---Shortest job first algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:roopa
  1. cpu-scheduling

    0下载:
  2. operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2.61kb
    • 提供者:naresh
  1. Four-CPU-scheduling-algorithm

    0下载:
  2. 用c++实现的CPU四种调度算法,简单易懂-With c++ implementation of the four types of CPU scheduling algorithm, simple to understand
  3. 所属分类:OS Develop

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