搜索资源列表
调度算法
- 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
VxWorks进程调度实践
- 对vxWorks进程调度的详细介绍,任务及任务状态及状态转移,及实现的源代码。-right scheduling process detailed descr iption of the tasks and missions State and State transfer, and implementation of the source code.
vb模拟进程调度
- vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
进程调度算法-操作系统
- 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
模拟处理器调度
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本源代码模拟在单处理器情况下处理器调度-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
atmega16、gcc上的时间调度器程序(多任务处理)
- atmega16、gcc上的时间调度器程序(多任务处理),diy系统参考的东西
基于51单片机的内核调度算法
- 51内核, 基于51单片机的内核调度算法,并成功实现调度任务切换-51 cores, 51 single-chip core-based scheduling algorithms, and scheduling tasks to achieve a successful switch
cipandiaodu
- 在先来先服务调度算法(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
miniOSv1.2
- AVR IAR 环境下任务调度器,有优先级-AVR IAR task scheduler environment, there are priority
FCFSandSPF-basedprocessmanagementsystem
- 课程设计的目的 本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 课程设计的要求 (1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB; (3)采用链表管理就绪队列; (4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
24
- 调度器与SPI接口完美的结合,一种崭新的编程思路-SPI
TaskSchedule
- 本程序是关于ucos上的任务调度的一个程序,非常实用,有详细的注释。-This procedure is on the mission uCOS about scheduling a program, very useful, there is a detailed explanatory notes.
CPU_Schedu
- 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
101259349auto_create_task
- vxwork程序任务调度和服务调度,程序在执行和仿真过程。-dfsdfsdgdfgf gsdfg sg s
ddq
- 1ms时标 混合式调度器(一个抢占式任务,多个合作式任务)-1ms time scale hybrid scheduler (a preemptive task, a number of co-operative tasks)
Easy51RTOS
- 一种简单的51的操作系统,设定定时的时间间隔,并为每个任务分配一定时间,当任务就绪时,执行该任务;没有任务就绪时,执行任务调度函数-A simple 51 operating system, set the timing interval, and each task assigned a certain time, when the task is ready, the implementation of the task no task is ready, the implementati
52scheduling
- 51一个简单的多任务调度功能程序 // 利用定时器2产生10mS的定时中断-51 A simple multi-task scheduling program// use Timer 2 interrupt generated timing 10mS
OS_AVR
- 一个AVR的开源操作系统,硬任务调度,效率不错-AVR an open-source operating system, hard task scheduling, efficiency, good
6678多核调度
- 基于DSP6678实现OMP多核调度,8个核同时运行。(Implementation of OMP multi-core scheduling based on DSP6678)
UCOSII实验1-任务调度
- 该程序是基于UCOSII系统上编辑的任务调度程序,为深入学习UCOSII系统编程打基础。(The program is based on UCOSII system editing task scheduler, in-depth study UCOSII system programming basis.)