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

搜索资源列表

  1. C++3265432165

    0下载:
  2. 经典实例,用C++编写的 the round robin scheduling-classic example, with C prepared the round robin scheduling
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55608
    • 提供者:liyun
  1. RoundRobinScheduler

    0下载:
  2. 支持3-32名选手的单循环赛日程安排(每天的对战选手名单和每名选手每天的对手名单),支持保存日程表和打开已保存的日程表,支持选手ID和赛事名称录入,支持每轮比赛的日期制定。 -support 3-32 players single round robin schedule (daily list of players and the war every day player opponents list), supported preservation of the schedule and h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10676
    • 提供者:孙宇
  1. chulijidiaodu.rar

    0下载:
  2. 设计一个按优先权调度和时间片轮转算法实现处理机调度的程序。 本实验模拟实现处理机调度,以加深了解处理机调度的工作。,Design a priority by scheduling and Round Robin time slice to achieve processor scheduling procedures. Experimental simulation of the realization of processor scheduling, processor scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2461
    • 提供者:dingdangmao
  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:zhou
  1. caozuoxitong

    0下载:
  2. 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3478141
    • 提供者:唐帆
  1. dan-xun-huan-lian-biao

    0下载:
  2. 这是老师给我们的单循环链表代码,绝对是老师亲手写的-This is the teacher gave us a round robin list code, definitely taught how to write
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3811039
    • 提供者:张江
  1. Pro

    0下载:
  2. 进程模拟程序,可实现先来先运行,优先级高先运行,最短时间先运行,时间片轮转-Process simulation program,can achieve first-come first-run, high-priority run first, shortest time to run, round-robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3486929
    • 提供者:曹开发网
  1. thecalendarofound-robincompeti

    0下载:
  2. 对分治法中常见的应用问题-循环赛日程表设计问题分析实现,On the separation of the application of common law issues- the design of round-robin schedule analysis to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8963
    • 提供者:戚佳
  1. DDEX3-modi.rar

    0下载:
  2. 利用directdraw 全屏模式多画面轮循显示图片,及Overlay显示的实例,Full-screen mode to use directdraw round robin multi-screen display pictures, and show examples of Overlay
  3. 所属分类:DirextX

    • 发布日期:2017-05-24
    • 文件大小:7715872
    • 提供者:sss
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. round_robin_src

    0下载:
  2. 这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2269
    • 提供者:刘阅希
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. FIRST2

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1084
    • 提供者:sylvia
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. ui

    0下载:
  2. 单循环链表就地逆置\单循环链表就地逆置单循环链表就地逆置\单循环链表就地逆置-List the single round-robin against the home the single round-robin list in situ in situ in situ reverse buy the single round-robin list Inverse Inverse Purchase single round-robin home-place list
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:lgh
  1. 25462

    0下载:
  2. 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-Algorithm followed by the preparation of the visit without a head node for the single round-robin list two incremental and orderly list and set the ground.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:54462
    • 提供者:qinlin
  1. round

    0下载:
  2. Round Robin scheduling program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:577
    • 提供者:Merwyn
  1. round-race

    0下载:
  2. 设有n=2k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次。-Round robin scheduling problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:21643
    • 提供者:吴嘉鑫
  1. Round Robin

    0下载:
  2. Round Robin visual basic
  3. 所属分类:界面编程

    • 发布日期:2018-01-07
    • 文件大小:86016
    • 提供者:gertum
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com