搜索资源列表
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
process-simulate
- c++模拟系统进程调度 包括FCFS,时间片轮转,多级反馈,静态优先级,动态优先级-c++ simulation system process scheduling including FCFS, round-robin, multi-level feedback, static priority, dynamic priority
os4
- 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
diaodu
- 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
roundrobin
- Round robin scheduler and a gannt chat for arrival time,burst time turn around time
RoundRobintimeslicememorymanagementsimulationsourc
- 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
1
- 时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework
shijianpian
- 操作系统的实验 关于进程调度中的时间片轮转算法 -The experimental system about the process of scheduling time slice Round Robin
[L_27_3]
- 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
schedule
- 创建一系列的进程并放入就绪队列中(使用链表实现),来模把创建的进程的信息在屏幕上显示出来。 轮转法及优先级实现调度-Round Robin Schedule & Priority Schedule
jinchengdiaodu_luanzhuan
- 操作系统,进程调度,简单轮转法, 根据进程到达时间先后,对进程排成队列,以实现FCFS算法-Operating system, process scheduling/* Simple Round-Robin* /
procSchdule
- 操作系统进程调度实验 时间片轮转算法 VC编写-The operating system process scheduling experiment time slices prepared VC Round Robin
jinchendiaodu
- 操作系统中进程调度,包含简单轮转法,最高优先数-The operating system process scheduling, containing a simple Round-Robin method, the highest priority number
lunzhuanfa
- 操作系统实验,用轮转法实现进程调度-Operating system, experiment, implementation process scheduling using Round-Robin
rr28
- program to implement Round-Robin CPU scheduling algorithms
ShiYanYi_ShiJianPianLunZhuanSunaFa
- 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
CoOSv1.12
- ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
round-robin-algorithm-
- 这是操作系统一个实验报告,模拟时间片轮转算法,并且可以实现周转时间的的计算,希望对各位有所帮助。-This is the operating system reports an experiment to simulate round-robin algorithm, and can achieve the calculation of turnaround time, you want to help.
Round-Robin
- 时间片轮转算法:基于时间片轮转调度算法思想用C语言编程实现。-Round Robin
Round-Robin
- Round robbin priority scheduling algorithm