搜索资源列表
manage_student
- 简单的学生信息管理系统,基本包含学生信息管理机制的调度。-simple student information management system, the basic student information management includes the activation mechanism.
uCOSII(S3C44b0x+ADS)
- 请把uCosII的文件放到Core文件夹下。 共有三个任务,A,B为定时调度。C通过键盘的ISR中发送消息到邮箱。 程序在优龙开发板上调试通过,用的uCosII是2.70版本。-the documents from Core folder. There are three tasks, A, B for the regular scheduling. C ISR through the keyboard send mail to the news. Procedures for the
My_OS_pj
- 从Keil C51 的内存空间管理方式入手,着重讨论实时操作系统在任务调度时的重入问题,分析一些解决 重入的基本方式与方法:分析实时操作系统任务调度的占先性,提出非占先的任务调度是能更适合于 Keil C51 的一种调度方式。为此,构造这一实时操作系统,并有针对性地介绍此系统的堆管理方法、任务 的建立以及任务的切换等。
cos12run
- 一个简单的任务调度系统,非常有参考价值,您可以发现很多有用的概念
14114ARM
- μC/OS-II实验程序说明 软件版本:V1.0 日期:2005-05-25 多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在 多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务 分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。 每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中, OSInit()创建了两个μC/OS-II的默认任务
ddq
- 1ms时标 混合式调度器(一个抢占式任务,多个合作式任务)-1ms time scale hybrid scheduler (a preemptive task, a number of co-operative tasks)
TanChiShezlggui
- 运用ARM实验平台,并移植入uCOS-II操作系统。综合利用平台上的键盘和LCD显示屏,实现多任务调度和切换。实现一个贪吃蛇游戏-Experimental platform using ARM and transplanted into uCOS-II operating system. Utilization platform keyboard and LCD screen, multi task scheduling and switching. The realization of a S
HighPriorityFirst
- 模拟在单处理器情况下处理器调度的高优先数调度算法,优先级高的先被调度-High Priority First scheduling algorithm
uCOSPLPC213x
- 该程序是一个门禁考勤系统程序-基于ARM7LPC213x硬件平台,移植uC/OS-II进行任务调度。-The program is an Access Control System program- based on ARM7LPC213x hardware platform, porting uC/OS-II task scheduling.
chuliqidiaoduwentidesuanfa
- 可以完成处理器调度问题,涉及到时间片轮转法,可以-something useful
51-QQ-OS
- 基于51内核的mini操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能-51 mini operating system kernel, create a task, delete task, task scheduling, system delay, suspend the task, send a message and wait for the message, CPU utilizat
Cortex-M3
- 基于ARM Cortex-M3的μCOS-II任务调度硬件指令应用,是stm32硬件工程师必备手册。-ARM Cortex-M3 based on the μCOS-II hardware instruction scheduling applications, is stm32 hardware engineers required manual.
LIB
- 英国佬51单片机 合作式调度器加合混合式调度器源码-Brits 51 single cooperative scheduler scheduler adduct hybrid source
mxos
- 为CM3、CM4处理器使用,集成任务调度(freertos)内存管理、中断管理、设备管理等模块。编译后生成静态库给应用程序调用。已测试芯片:lm3s系列stm32系列 飞思卡尔k10等芯片-As CM3, CM4 processor, integrated task scheduler (freertos) memory management, interrupt management, equipment management module. Compiler generates a stat
scheduling
- 本算法是对多处理器调度算法进行改进,提出了一种基于优先机制的算法调度算法,并进行软硬件划分,在基于关键路径的划分算法的基础上提出了基于关键路径和面积的划分算法-This algorithm is a multiprocessor scheduling algorithm is proposed to improve the algorithm priority scheduling algorithm based mechanisms, and hardware and software div
FreeRTOS_stm32
- FreeRTOS7.0移植到STM32F10X代码,程序创建4个LED灯任务永远演示FreeRTOS的强大调度功能-Transplantation of FreeRTOS7.0 into the STM32F10X code, the program to create 4 LED lights will demonstrate the powerful FreeRTOS task scheduling function
Embedded-System-Design
- 由彼得·Marwedel嵌入式系统设计 1.介绍 2.规范 3.嵌入式系统硬件 4.嵌入式操作系统、中间件和调度 5.实现嵌入式系统:硬件/软件合作设计-Embedded System Design By Peter Marwedel 1. Introduction 2. Specifications 3. Embedded System Hardware 4. Embedded Operating Systems, Middleware, and Sched
UCOSII1
- ucos的开发,基于stm32f103,任务的调度-ucos development, based stm32f103, task scheduling
STM32-UCOSII
- 实现了STM32处理器搭载简单文件系统的基本任务调度功能,增加程序的灵活性-Implement the basic task scheduling function of STM32 processor with simple file system, increasing the flexibility of the program
定时调度器
- 基于stm32f103c8t6写的一个定时任务调度器的例程,代码以修改完毕,提供源码