搜索资源列表
-
1下载:
这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法.
-This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
-
-
0下载:
来源于外国的开源rtos,用于小型mcu,支持优先级抢占调度-from Byelorussian foreign revenue for the small mcu, support priority scheduling
-
-
0下载:
TinyWorks操作系统。
每个任务占6~10个字节的RAM空间,整个系统占1k左右的代码空间,支持16个优先级的占先式调度,支持时间片调度。
最大特点:建立的任务越多、并且系统越繁忙时调度越快,最快比系统闲时快数十倍!
用AVR-GCC编译,支持MEGA8-TinyWorks operating system. Each task for 6 ~ 10 bytes of RAM space, the system as a whole accounted for around 1
-
-
0下载:
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本源代码模拟在单处理器情况下处理器调度-the introduction of multi-channel programming system, often there are a number of processes at the same time readiness. When the readiness of the process is g
-
-
0下载:
进程调度算法,优先级算法,静态优先级和运行时候优先级自动调整-process scheduling algorithm, priority algorithm, static priority and time running automatically adjust priorities
-
-
0下载:
计算机操作系统进程调度优先级调度方法-Priority method for scheduling processes of computer operating system.
-
-
0下载:
RT-Thread RTOS,这是一款由国内RT-Thread工作室开发的开源实时操作系统。起初RT-Thread是一个实时的内核(全抢占优先级调度,调度器时间复杂度O(1)),但在发展过程中,RT-Thread实时操作系统得到了来自全国嵌入式开发工程师的鼎力支持,为RT-Thread添砖加瓦,现在它已慢慢变成一个完善的、全功能的操作系统:文件系统,网络协议栈,图形界面组件。。。只有您想不到,没有您做不到:RT-Thread是一个平台,您可以把您的创意汇聚在一起,小平台大社区,RT-Thread
-
-
0下载:
在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
-
-
0下载:
TinyOS调度机制的研究与改进
在介绍无线传感器网络节点嵌入式操作系统TinyOS内核的基础上, 分析了其调度机制并指出不足。
提出了几套调度改进方案, 重点介绍了基于优先级调度策略, 并实现了该调度策略。最后通过模拟实验,对两种
调度策略进行比较,证明了改进后的调度策略使系统的性能大大增加。-TinyOS Scheduling Mechanism Research and Improvement, introducing a wireless sensor network nod
-
-
0下载:
CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority
This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
-
-
0下载:
FIFO优先权调度算法实现。能够实现页的调入与调出。-FIFO priority scheduling algorithm. Transferred to the page can be achieved with the recall.
-
-
0下载:
优先数调度算法实现处理器调度,每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。 -The number of processor scheduling priority scheduling algorithm, each process has a process control block (PCB) said. Process control block can contain the following i
-
-
0下载:
设计一个按优先数调度算法实现处理器调度的进程-Design a number of priority scheduling algorithm processor scheduling process
-
-
0下载:
STM8S下的迷你操作系统,在IAR FOR STM8下编译。可以实现任务的创建,优先级调度。代码短小,是学习参考的好资料。-The STM8S mini operating system, IAR FOR STM8 compiler. You can achieve the creation of the task, priority scheduling. The short code is a good learning reference information.
-
-
1下载:
此为温湿度采集终端程序的完整实现,调试成功。实现了modbus协议03号命令的数据采集,采用STCSTC15F2K60S2单片机,使用了简单的具有优先级的任务调度系统,温湿度传感器型号为AM2302,,温度和湿度通过74HC595静态显示驱动的四位数码管轮流显示,2个按键单击1次可分别查看温湿度的最大值和最小值,uart1作为调试端口,数据通过uart2经过max485实现485通信。-This is the temperature and humidity acquisition termin
-
-
0下载:
最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。
声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。
使用需知
1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。
2 为了使代码能在DOS下运行,不少函数声明和定义前都有_
-
-
0下载:
rt-thread嵌入式操作系统优先级调度测试程序,仅供初学者学习线程调度-rt-thread embedded operating system priority scheduling testing procedures, for beginners to learn thread scheduling
-
-
0下载:
本算法是对多处理器调度算法进行改进,提出了一种基于优先机制的算法调度算法,并进行软硬件划分,在基于关键路径的划分算法的基础上提出了基于关键路径和面积的划分算法-This algorithm is a multiprocessor scheduling algorithm is proposed to improve the algorithm priority scheduling algorithm based mechanisms, and hardware and software div
-
-
1下载:
调度器一般包括SP、RR、WFQ等,SP调度指的是绝对高优先级调度,此种调度不带权重概念,按照优先级进行调度。四个按键作为端口有效指示,2个LED发光二极管指示此时调度的端口号,可以按下KEY3按键,按下按键代表当前按键输入无效,然后观测LED,没有按下的时候LED1 LED0都发光,按下KEY3按键的时候LED1发光 LED0不发光,代表此时调度端口为2,不按下时候代表调度端口为3。 -The scheduler typically include SP, RR, WFQ, etc., SP
-
-
0下载:
专门适用于51单片机的OS操作系统,具有抢占式任务、合作式任务、优先级调度机制。-Specifically for 51 MCU OS operating system, with preemptive tasks, cooperative tasks, priority scheduling mechanism.
-