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

搜索资源列表

  1. shijianpian

    0下载:
  2. 时间片轮转算法是操作系统这门课进程调度一章中非常重要的一种算法,这是用vc实现的,效果很不错的-time slice Web algorithm is the operating system of this curriculum process scheduling a very important chapter of an algorithm This is achieved using vc, the effect is very good
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:37.14kb
    • 提供者:何冰
  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79.12kb
    • 提供者:邓思兵
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:dirk
  1. Cpp1

    0下载:
  2. 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1.74kb
    • 提供者:x
  1. tc

    0下载:
  2. 基于DOS的多任务操作系统,时间片轮转,优先级,用TC编译-DOS-based multi-tasking operating system, time slice rotation, priority, compiled by TC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3kb
    • 提供者:陈希
  1. time2.cpp(2)

    0下载:
  2. 时间片的模拟试验,进程先来先服务原则,逐个执行时间片-Time slice of the simulation tests, the process of the principle of first come, first served, by the implementation of time slice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1.24kb
    • 提供者:ruchy
  1. jingcheng

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

    • 发布日期:2017-03-24
    • 文件大小:1.77kb
    • 提供者:陈伟
  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
    • 文件大小:2.31kb
    • 提供者:7148700
  1. shijianpianlun

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

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

    0下载:
  2. 本例主要介绍如何使用正在工作的线程,充分利用时间片完成工作-This example describes how to use the main thread is the work of making full use of time slice to complete its work
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:33.17kb
    • 提供者:jack
  1. 2

    0下载:
  2. 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5.1kb
    • 提供者:yanglingfei
  1. OSPF

    0下载:
  2. ospf protocol study slice
  3. 所属分类:Network Security

    • 发布日期:2017-04-05
    • 文件大小:160.49kb
    • 提供者:风华
  1. ncglsybg

    0下载:
  2. 内存管理的实验报告,运行环境red hat 9,其中划分的最小分片为10,按不同要求可自行修改-Memory management of the lab report, operating environment red hat 9, which divided the smallest slice of 10, according to the different requirements are free to modify the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16.92kb
    • 提供者:wangjing
  1. OSticktime

    0下载:
  2. 操作系统时间片轮转算法 用VC++6.0实现的代码 -Operating system time slice rotation algorithm implemented with VC++6.0 code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:196.77kb
    • 提供者:zhang xiang
  1. bank

    0下载:
  2. 1、给出系统可用资源向量(例如:系统可用资源=(5,3,8,2,10))。 2、采用时间片轮转法调度进程。 3、进程执行时提出资源请求(可利用随机数给出或从键盘输入)。 4、判断资源是否可以安全分配,要求进程每提出一个资源请求,都要进行安全判断并给出安全序列,否则给出提示。 -1, given the resources available vector systems (for example: the system available resources = (5,3,8,2
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1.79kb
    • 提供者:xbt
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8.04kb
    • 提供者:代浩
  1. Intersect

    0下载:
  2. C++程序代码,实现实体的分层,分层后切片数据存储及后续调用-C++ code to achieve physical layer, layer and slice data storage and subsequent calls
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:9.68kb
    • 提供者:張永
  1. Time-slice-rotation-algorithm

    0下载:
  2. 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1.9kb
    • 提供者:钟邮
  1. Process-time-slice-rotation

    0下载:
  2. 时间片的轮转调度算法是一种最古老,最简单,最公平且使用最广的算法。-Time slice rotation scheduling algorithm is one of the oldest, most simple, the most fair and the most widely used algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1.33kb
    • 提供者:苡莣
  1. time-slice

    0下载:
  2. windows操作系统时间片轮转实验 实现代码-Windows operating system time slice rotation experiment The implementation code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1kb
    • 提供者:雨季
« 12 3 »
搜珍网 www.dssz.com