搜索资源列表
RR
- 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
LunZhuan_JingChengdiaodu
- 自己用java编的模拟轮转法进程调度,希望对大家有帮助-Own use java compilation process of the analog Round-Robin scheduling, we want to help
fileSync(java)
- 前几天在本站下了个同步源码,其功能是读取数据库文件信息,然后将相应的文件由client端传送到server端。本人略做改变,实现读取指定目录信息,然后传送到server端,并保持实时更新(就是说如果client端有新增文件产生,会立刻被同步到server端)。由于考虑到实现方法上的局限(采用线程递归轮循扫描的方式),我仅仅是实现了这个功能,其它细节都未处理,有兴趣的可以自己去改进。局限:对于上百、上千的文件同步速度可以接受,但是如果同步数量上十万、百万,问题就大了;另外,现在是实现的是重复同步。
RoundRobin
- a simple round robin class object
RRSwing
- round robin scheduling simulation
kkvsd1
- 用VC++实现的循环赛日程表,主要为运动员的赛程安排-VC++ round-robin schedule to achieve
RoundRobin_Reference
- Round Robin Operating System.-Round Robin in Operating System.
code
- 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
4
- 设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)循环赛一共进行n-1天或n天(选手人数为偶数、奇数)。 -Design a game schedule to meet the following requirements: (1) Each player must be with the other n-1 once a player of the tournament (2) Each player c
roundroubin
- round robin algorithm code in java
Round-Robin
- 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
MultiProcess
- 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
shijian
- 用JAVA语言实现时间片轮转算法,且带有界面,运行过程清晰可见-JAVA language round-robin algorithm, and with the interface running process is clearly visible
MemoryDistributionaRecycling
- 此为操作系统的一个作业,用于模拟时间片轮转调度,输出到控制台。希望能给初学者提供一些帮助。-This is a job of the operating system, used to simulate the time-slice round-robin scheduling, output to the console. I hope give beginners some help.
jbpm_Single_cycle
- jbpm工作流审批的单点循环方式,包含action文件和工作流文件。-the jbpm workflow approval single point of round-robin fashion, contains action file and workflow file.
Schedule
- 循环赛问题,输入n个比赛选手 排列出比赛日程安排,要求n-1天比赛完成-Round robin
RR
- 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
Round-robin
- 循环赛日程表 利用JAVA语言编写 分析了循环赛中的日程表安排情况-Round robin schedule
round-robin
- 时间片轮转法cpu调度,java学习中的运用-Round robin cpu scheduling time slice, the use of java learning
Round-robin-schedule
- 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only