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

搜索资源列表

  1. suanfashiyan

    1下载:
  2. 十个算法小程序:二分法、循环赛日程算法、归并分类算法、贪心算法、背包问题、最优装载、动态规划(多段图、0-1背包、资源分配问题)、回溯和分支限界法(子集和数问题)-Ten algorithm applet: dichotomy, round robin scheduling algorithms, merge classification algorithm, greedy algorithm, knapsack problem, the optimal loading, dynamic pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3476384
    • 提供者:钟英
  1. cache

    0下载:
  2. 内存空间的分配与回收,采用最佳、最坏、循环算法-Memory allocation and recovery, using the best, worst, round-robin algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:151727
    • 提供者:陈子北
  1. jinchengtongbukezhixing

    0下载:
  2. 进程调度模拟系统--强占式高优先级优先、时间片轮转、最高响应比优先调度算法-Process scheduling simulation system- high-priority preemptive priority, round-robin, priority scheduling algorithm than the maximum response
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:263505
    • 提供者:xinmengyu
  1. process

    0下载:
  2. 该程序实现单处理系统的进程调度模拟,进程最多个数5个,采用时间片轮转法-The program implementation process of scheduling a single processing system simulation, process the maximum number of five, with round-robin method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3562
    • 提供者:zch
  1. cpu-scheduling

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

    • 发布日期:2017-04-09
    • 文件大小:2672
    • 提供者:naresh
  1. os5

    0下载:
  2. “进程调度算法的实现”。 其实验目的是: 1实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 2 了解上述3种算法的机理。 -Process scheduling algorithm to achieve. " The purpose of the experiment is as follows: 1 first-come first-served FCFS, priority to short jobs SJF and round-robin sche
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2402
    • 提供者:pang
  1. inputmodule

    0下载:
  2. synthesis report for round robin
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:86034
    • 提供者:SIVA
  1. round_robin

    0下载:
  2. 操作系统时间片轮转调度算法输入数个进程及时间片时间输出调度队列-Operating system round-robin scheduling algorithm input time output of the process and time slice scheduling queue
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:689
    • 提供者:god
  1. Test

    0下载:
  2. 一、实验目的 (1)掌握进程状态转换过程 (2)掌握时间片轮转的进程调度算法; (3)掌握带优先级的进程调度算法; 二、实验内容 (1)自定义PCB的数据结构; (2)使用带优先级的时间片轮转法调度进程,每运行一个时间片,优先级减半。 (3)命令集 A)create 随机创建进程,进程的优先级与所需要的时间片随机决定; B)round 执行1次时间片轮转操作,其方法为运行高优先级队列的第1个,再降低其优先级,插入到相应的队列中。 C)ps 查看当前进程状态
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:17240
    • 提供者:mengmeng
  1. NachOS

    0下载:
  2. nachos线程调度调度,round robin算法-nachos thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-04
    • 文件大小:1115502
    • 提供者:林蛋大
  1. suanfa

    0下载:
  2. 二分查找 快排 归并排序 循环赛 字母排列-Binary search fast row merge sort round robin alphabetical
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:zhangfan
  1. 1

    0下载:
  2. 用C++写的小程序,用递归与分治法实现循环赛日常问题-Small program written in C++ using recursive divide and conquer the round robin day-to-day problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:888
    • 提供者:雪城无月
  1. ProcessManage

    0下载:
  2. 1 操作系统课程设计 2 模拟CPU进程调度 3 实现时间片轮转调度算法 4 实现最短作业优先算法-1 operating systems course design 2 simulation CPU process scheduling 3 round-robin scheduling algorithm 4 shortest job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:14306
    • 提供者:
  1. roundRobinScheduler

    0下载:
  2. scheduler round robin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2044
    • 提供者:fatma
  1. shijianpian

    0下载:
  2. 用C实现计算机对时间片轮转算法的模拟 已经编译通过了-Round-robin algorithm of computer simulation in C
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:69110
    • 提供者:郑威
  1. OSControl

    0下载:
  2. 用C#写的操作系统进程的调度,有FIFO调度,时间片轮转调度等算法,需要DevExpress2011V2插件支持-C# to write the operating system process scheduling, FIFO scheduling, round-robin scheduling algorithm needs DevExpress2011V2 plug-in support
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:585859
    • 提供者:Meteor
  1. xunhuansai

    0下载:
  2. 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) 输入样例: 3 输出样例: 1 2 3 4 5 6 7 8 2 1 4 3 6 5 8 7 3 4 1 2 7 8 5 6 4 3 2 1 8 7 6 5 5 6 7 8 1 2 3 4 6 5 8 7 2 1 4 3 7 8 5 6 3 4 1 2 8 7 6 5 4 3 2 1-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:559
    • 提供者:韩欣
  1. xunhuansairichengbiao

    0下载:
  2. 循环赛日程表描述: 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) -The round-robin schedule: divide and conquer algorithm to generate a round-robin schedule (1-2 n-th individual) Input: an integer n output: (1-2 of the n-th individual of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10851
    • 提供者:wangyilin
  1. jcddsf

    0下载:
  2. 进程调度算法,包括优先权调度算法和时间片轮转调度算法-Process scheduling algorithms, including priority scheduling algorithm and round-robin scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1582345
    • 提供者:bmbboy
  1. RRaST

    0下载:
  2. 操作系统的轮转算法和最短路径优先算法模拟-in OS ,be a model of RR(round robin) and the SPF(shortest process first) algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2171
    • 提供者:赵俊飞
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com