搜索资源列表
-
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下载:
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本源代码模拟在单处理器情况下处理器调度-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下载:
传统的UCOS-Ⅱ只支持优先级抢占型调度。它不支持基于时间片轮转调度。 相对于其它的改进,本文修改后的UCOS不支持优先级抢占,只根据优先级创建进程,然后按时间片轮转来调度。
另附一些我学习UCOS调度时参考的资料,希望对大家有所帮助。-Traditional UCOS-Ⅱ only support priority preemptive scheduling. It does not support the rotation based on time slice scheduling
-
-
0下载:
在ZLG MAGIC241 开发板或者其他ARM9架构的其他开发板上实现贪吃蛇的小游戏,利用μC/OS-II的任务管理系统对于所有的任务进行管理调度。建立两个任务(不包括空闲任务),其中一个高优先级的任务一直实现按键扫描,以便获得键值;另一个低优先级的任务,实现游戏方向键定义和游戏运动画面等功能。-In ZLG MAGIC241 development board or other ARM9 architecture of other development board to achieve s
-
-
0下载:
在STM32F767单片机上运行ucos-iii系统实现同优先级的时间片转调度(Run the ucos-iii system on the STM32F767 MCU to realize the scheduling of the same priority time slice)
-
-
0下载:
uCOS ii 中文教程,是实时操作系统爱好者不可多得的资料,欢迎下载浏览。(Through the analysis and descr iption of uCOS-II source code, describes the basic concepts of multi task and real-time competition and scheduling algorithm, task synchronization and communication, storage and ti
-