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

搜索资源列表

  1. rrdtool.tar

    0下载:
  2. 简单的说,RRDtool1.4.3 (Round Robin Database Tool)就是一个强大的绘图的引擎,很多工具例如MRTG都可以调用rrdtool绘图。 -Simply put, RRDtool1.4.3 (Round Robin Database Tool) is a powerful graphics engine, and many tools such as MRTG can call rrdtool drawing.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1381821
    • 提供者:liubin
  1. Circularqueue

    0下载:
  2. 数据结构课程设计中的循环队列的算法设计与实现-Data Structure Course Design Round Robin Algorithm Design and Implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:848
    • 提供者:硕硕
  1. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  1. xunhuansai

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

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

    0下载:
  2. 实现了最短进程优先算法,以及时间片轮转算法-Process to achieve the minimum priority scheduling, and time slice Round Robin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:王洋
  1. Joseph

    0下载:
  2. 本程序中,利用单循环链表结构模拟此过程。输人的人数不能超过三十人,输入的密码只能是一位数。否则将提示有误。第一次要报的数没有限制。程序将会把每一个密码的出列顺序显示出来。-This procedure, the use of round robin list structure simulation of this process. The number of inputs can not be more than 30 people, the password can only be a fe
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:8610
    • 提供者:韩丰
  1. dxhlb

    0下载:
  2. 单循环链表的简单设计和代码实现,分享给大家-Round robin list of simple design and code implementation, share it with everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6824
    • 提供者:liyabin
  1. avr128usart

    0下载:
  2. 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a r
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2532
    • 提供者:男人
  1. schedsim

    0下载:
  2. 操作系统调度,进程处理策略模拟, 可以模拟Round Robin,FIFO,short job first等经典调度算法,也可以添加自定义的算法进行观察-OS schedule simulator
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:625400
    • 提供者:liuv
  1. os

    0下载:
  2. 模拟时间片轮转算法的程序,文件里有使用说明-Round Robin time slice simulation program, file with instructions
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:359046
    • 提供者:胡明
  1. caozu

    0下载:
  2. 操作系统模拟程序,对系统进行模拟,出栈入栈,时间片轮转算法-Operating system simulation program, the system simulation, the stack, stack, time slice Round Robin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1722131
    • 提供者:白牙
  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
    • 文件大小:1838
    • 提供者:xbt
  1. projects

    0下载:
  2. round robin algorithm
  3. 所属分类:Database system

    • 发布日期:2017-06-01
    • 文件大小:14111653
    • 提供者:nitesh
  1. diaodu

    0下载:
  2. 进程调度算法,有C++实现,采用了先来先服务和时间片轮转法两种方法 来实现-Process scheduling algorithms, there are C++ implementation, using the first come first served and the time slice Round-Robin are two ways to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:9941
    • 提供者:刘可
  1. Compute

    0下载:
  2. 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号 -Joseph (Josephus) Central issue: numbered 1,2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:682
    • 提供者:bjtupro
  1. c_suanfa

    0下载:
  2. c常用算法 带头结点双链循环线性表 单链表 单循环链表 定长串 -c common algorithms to take the lead node linear form double-stranded cycle fixed-length string list list round robin ...
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:16312
    • 提供者:weirdy
  1. project2

    0下载:
  2. 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:988
    • 提供者:源泉
  1. gansidui

    0下载:
  2. 敢死队问题,数据结构的课程设计题目,用单循环链表,双循环链表,循环队列,数组四种方式实现,c++程序源码-Death squads problem, the data structure of course design topics, with a round robin list, double circular linked list, circular queue, four ways to achieve the array, c++ program source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2436
    • 提供者:wangqiaoyan
  1. monijincheng

    0下载:
  2. c#编写的多级轮转法实现的进程调度算法,以及阻塞唤醒操作-c# write the multi-level Round-Robin scheduling algorithm to achieve the process, and by clogging the wake-up operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:57142
    • 提供者:gxx
  1. RR

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

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:kvk
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com