CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - round robin algorithm

搜索资源列表

  1. 循环赛日程表

    0下载:
  2. 经典循环赛日程表算法-classic round robin schedule algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5538
    • 提供者:常乐
  1. fslyh

    0下载:
  2. 多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:林雨雄
  1. xunhuansai

    0下载:
  2. 算法:循环赛日程表,适用于任何数,根据王晓东算法设计与分析编写-Algorithm: round robin schedule
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:546
    • 提供者:zz
  1. xunhuansaiqxf

    0下载:
  2. 算法课程设计 分治法解决循环赛日程表 源代码+word报告+答辩PPT-Curriculum design of divide and conquer algorithm to solve a round robin schedule report+ source code+ word reply PPT
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:242085
    • 提供者:秋思狐狸
  1. RR

    0下载:
  2. Round Robin scheduling algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:kvk
  1. lab1-1

    1下载:
  2. C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2798
    • 提供者:陈若曦
  1. round

    0下载:
  2. 单循环比赛日程安排算法实现。利用分治法实现2的n次幂个运动员日程安排,利用轮转法实现n个运动员日程安排。-Round robin scheduling algorithm competition. Using divide and conquer method to achieve two of the n th power athlete schedule, the use of Round-Robin schedule to achieve n-athletes.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:195031
    • 提供者:黄诚
  1. WRR-OPNET

    0下载:
  2. Implementation of weighted round robin algorithm in opnet modeler 14
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:325406
    • 提供者:sepideh
  1. round-robin

    0下载:
  2. 对任意参赛人数的循环赛赛程安排.输入参赛人数,然后算法输出循环赛赛程表.n个人的比赛需要n-1天(n为偶数)或者n天(n为基数)-Any number of entries on the arrangements for the round robin schedule. Enter the team number, then the output round-robin schedule algorithm. N individual competition needs n-1 天 (n is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:755
    • 提供者:Jack
  1. cr

    0下载:
  2. 源码提供了关于循环赛问题解法的C++算法源代码,可直接运行使用-Source provides information on the round robin problem solution algorithm in C++ source code can be run directly using
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:789
    • 提供者:D.AoN.C
  1. Well-tested-algorithm

    0下载:
  2. 效验算法单循环链表,这些都是实用经典的算法和数据结构-Well-tested algorithm round robin list, these are practical classic algorithms and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:838
    • 提供者:Ri
  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. 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. process_schedulingg

    0下载:
  2. FIFO,优先数调度算法,时间片轮转调度算法的实现,经调试可运行 -the realise of FIFO, priority number of scheduling algorithms, time slice, round robin scheduling algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1869
    • 提供者:tina
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1133398
    • 提供者:殷学廉
  1. 7

    0下载:
  2. 算法循环赛,算法题目,挺经典的一个算法题目。算法循环赛-Algorithm round robin algorithm subject, a very classic algorithm topic. Algorithm round robin
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:406967
    • 提供者:王凡
  1. zhouqixunhuan

    0下载:
  2. 通过周期自循环算法检测信号,并对不同类型窗函数进行性能检测分析-Cycle from the round-robin algorithm detection signal, and different types of window function, performance testing
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1604
    • 提供者:杨浩
  1. Round-robin-algorithm

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2977
    • 提供者:xingzhi
  1. image

    0下载:
  2. 实现各种滤波函数,并用循环算法来进行图像的傅立叶变换-Implement various filtering functions, with round-robin algorithm for image Fourier transform
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:朱敏
  1. RROBIN

    0下载:
  2. round robin algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:848
    • 提供者:ranger
« 12 »
搜珍网 www.dssz.com