搜索资源列表

  1. 循环赛日程表

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

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:常乐
  1. 时间片轮转法.

    0下载:
  2. 操作系统时间片轮转法-OS time slice Round
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王克迅
  1. rttlinux

    0下载:
  2. 在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-03
    • 文件大小:22528
    • 提供者:蓝天
  1. 20041113(初建文档)

    0下载:
  2. 通信机制: 结构C-S-C Relay在中间,为console和agent提供双向服务,承担传递console命令和文件到agent, 返回agent命令执行结果与文件开始接收、接收完成信号的功能。此外relay也接受console的控制(与agent类似,通过DosPipe实现).这样的设计是为解决穿透防火墙或路由器(NAT)障碍――由agent发起连接,即从里到外建立一个通道,然后通过relay达到控制目的。通过一个可预设的re
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-03
    • 文件大小:296960
    • 提供者:黄双龙
  1. j-ftp-1.46.tar

    0下载:
  2. 一个JAVA做的FTP软件,带源码的,可以很好的进行二次开发,,并带有详细说明文件的-a JAVA do FTP software, with the source, good for a second round of development, and with a detailed descr iption of the document
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:2723840
    • 提供者:靈鳥
  1. uart1

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

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:张倩
  1. 循环赛编排系统

    0下载:
  2. 一个有友好界面的循环赛编排系统,相当好用-a friendly interface with the round robin scheduling system, quite handy
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-03
    • 文件大小:308224
    • 提供者:陆铖
  1. ARM_00_OS

    0下载:
  2. 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:360448
    • 提供者:Computer00
  1. C++3265432165

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

    • 发布日期:2024-05-03
    • 文件大小:55296
    • 提供者:liyun
  1. saicheng

    0下载:
  2. 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:
  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 pres
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:10240
    • 提供者:孙宇
  1. RoundRobinSchedulingTask

    0下载:
  2. C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-03
    • 文件大小:55296
    • 提供者:
  1. circel

    0下载:
  2. 基于hough的圆检测,功能比较简单,但对于一般简单图像比较适用-based on the round-detection function is relatively simple, but simple image more generally applicable
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:周昊阳
  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately,
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:135168
    • 提供者:刘天宏
  1. CPUSchedule

    0下载:
  2. 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:19456
    • 提供者:tennic
  1. project3

    0下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based pree
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-03
    • 文件大小:588800
    • 提供者:向东
  1. diaodu

    0下载:
  2. ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 p
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:118784
    • 提供者:狄影
  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 c
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:148480
    • 提供者:邓思兵
  1. Round-robin

    0下载:
  2. 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:陶林
  1. Verilog-Round-Robin-Arbiter-Model.tar

    1下载:
  2. Verilog Round Robin Arbiter Model
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:pippo
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org