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

搜索资源列表

  1. Thread

    0下载:
  2. 操作系统进程并发模拟系统,以时间片轮处理的方式实现了简单的线程功能,并基于此架构实现多种方式并发运行的进程模拟系统-Concurrent simulation system for the operating system process to the time slice of the way round to deal with a simple thread function and based on this framework a variety of ways to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:3230
    • 提供者:Louiewiget
  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:84686
    • 提供者:
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1812
    • 提供者:陈伟
  1. shijianpianlunhuan

    0下载:
  2. 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2362
    • 提供者:7148700
  1. diaodu

    0下载:
  2. 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:30526
    • 提供者:wuweiwei
  1. sjp

    0下载:
  2. 在多道程序或多任务系统中,系统同时处于就绪态的进程有若干个。为了使系统中的各进程能有条不紊地进行,必须选择某种调度策略,以选择一进程占用处理机。时间片轮转算法-Procedures in the multi-channel or multi-task system, the system in a ready state at the same time there are a number of processes. In order to make the process system ca
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1988
    • 提供者:候莹莹
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. shijianpianlun

    0下载:
  2. 时间片轮转调度算法实现处理机调度,一个小小的源代码-Time slice rotation scheduling algorithm to achieve processor scheduling, a small source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6887
    • 提供者:何伟茂
  1. 1

    0下载:
  2. 时间片轮和优先调度算法用C编写的,多多支持 -Time Slice round and priority scheduling algorithm using C prepared, a lot of support
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:顾莹
  1. RR

    1下载:
  2. 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2146
    • 提供者:
  1. OS

    0下载:
  2. 用java写的时间片轮转法,分为几个文件,用的是txt保存代码。-Using java to write the time slice rotation law, is divided into several files, using a txt to preserve the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9537
    • 提供者:余欢
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计,时间片轮转法和抢占式短进程优先-Operating systems curriculum design, time slice rotation and short process of preemptive priority
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:wenke
  1. diaodusuanfa

    0下载:
  2. 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:20264
    • 提供者:邱鹏
  1. 1

    0下载:
  2. 实现进程调度,用优先级和时间片算法,是仿真操作系统的一个例子-The realization of the process of scheduling, with priorities and time slice algorithm, is an example of simulation of the operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2601
    • 提供者:全全
  1. VoIPandSIPProtocalSlice1

    0下载:
  2. VoIP系統與SIP協定 - 1.ppt-VoIP and SIP Protocal Slice-1
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:735735
    • 提供者:lojuilang
  1. VoIPandSIPProtocalSlice2

    0下载:
  2. VoIP系統與SIP協定 - 2.ppt-VoIP and SIP Protocal slice-2
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1079205
    • 提供者:lojuilang
  1. RoundRobintimeslicememorymanagementsimulationsourc

    0下载:
  2. 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:105458
    • 提供者:hhb
  1. RelatedtotheprocessofschedulingandtimesliceoftheCr

    0下载:
  2. 有关进程调度以及时间片轮转调度算法的C实现-Related to the process of scheduling and time slice of the C rotation scheduling algorithm to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1678
    • 提供者:hhb
  1. fgxnrwz

    0下载:
  2. 分割虚拟人切片数据的SVM多类分割方法-Virtual Human slice data partition of the many types of SVM segmentation method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:84610
    • 提供者:李文
  1. 91331976jinchengtiaodu

    0下载:
  2. 进程管理之时间片转法程序,结合时间片轮转法来调度和管理进程的VC程序-Process management of time slice to law procedures, combined with the time slice scheduling rotation law of the VC process and management procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:676897
    • 提供者:powerman
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com