搜索资源列表
avr-motor-control-20080712.rar
- avr单片机ATMega16对三相异步电机的智能控制源码,编译环境为ICCAVR6.31,基于分时调度系统内核的软件实现。,avr Singlechip ATmega16 on three-phase asynchronous motor intelligent control source, the compiler environment ICCAVR6.31, based on time-sharing scheduling system software kernel.
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
Scheduling
- 这是实现操作系统交通灯调度问题,里面不是很好,希望大家提出宝贵的意见-This is the realization of operating system scheduling problem of traffic lights, which is not very good, hope that the valuable advice
Scheduling-strategies-for-multiprocessor-Real_Time
- Scheduling strategies for multiprocessor Real_Time DSP,多处理器或者多DSP系统的任务调度方案,可以用在雷达声纳和医学等高性能计算领域-Scheduling strategies for multiprocessor Real_Time DSP, multi-processor or multi-DSP system, task scheduling program, can be used in radar and sonar fields
scheduling
- 系统时序的基础理论中文版,通俗易懂。很不错的书籍-System timing of the Chinese version of the basic theory
51_00_OS
- 基于51内核的圈圈操作系统,51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,-Circle-based operating system kernel 51, 51 is written in a simple operating system, providing create t
ElevatorSim
- 自己写的电梯调度系统,希望对大家有用,写的不好,请大家多提建议-Write your own elevator scheduling system, we hope to be useful, badly written, with more suggestions please
Wind-Turbine-Control-System
- 风力发电控制系统设计(英文经典),介绍了原理、模型和控制环路设计-Wind Turbine Control Systems Principles,Modelling and Gain Scheduling Design
real-time-operating-system
- ucOS/II实时操作系统,主要介绍内核结构-任务以及调度机制,任务间通信,uC/OS的移植,在PC机上运行uC/OS。适合于小的、控制器的操作系统。-ucOS/II real time operating system, introduces the kernel structure- tasks and scheduling, task communication, uC/OS porting, run on the PC, uC/OS. Suitable for small, the co
51_CS_updata
- 51单片机基于任务优先级的任务调度系统,可修改。可运行大模式。初学者可以参考。-51 single-priority task, task-based scheduling system can be modified. Can run large models. Beginners can refer to.
STM8-time-tip
- 一个基于时间片轮转的调度系统,本软件是基于STM8S开发的,不过文件条理清晰,只要修改定时器函数即可方便移植到其它单片机上使用-A time-based round-robin scheduling system , this software is based on the STM8S development , but documentation clarity, as long as the timer function can be modified easily ported to o
ucosPlesson
- μC/OS-2标准教程》分析硬件平台相关代码,逐步介绍移植过程。内核基本原理(包括任务及任务调度、系统启动与实始化、任务间通信与同步、内存管理),分析源代码及应用案例,并介绍在ARM9内核处理器移植。-μ C/OS-2 standard tutorial "analysis relevant code hardware platform, and gradually introduce transplant process. The kernel basic principle (includi
Small_uCOSMostImportant
- STM32F107 keil 一个高仿uCOS的任务调度系统。其实uCOS的核心部分需要移植的部分仅仅是这些,这里我用了很精简的代码让大家知道uCOS到底有多小。-STM32F107 the keil an imitation the uCOS task scheduling system. In fact, the core part of uCOS part in need of transplantation only these, I used a very concise code t
rtos
- 老外写的时间片调度系统,非常简单,适合单片机,尤其是资源极少的单片机使用-Time slice scheduling system, written by foreigners is very simple, suitable for single-chip, in particular the use of very little resources, single-chip
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
51_RTOS
- 基于51系统的ROTS,包含了一个完整的调度系统,具有很高的参考价值,51也能跑系统-Based on 51 systems ROTS, contains a complete scheduling system, with a high reference value, 51 is also able to run the system
code
- 此为温湿度采集终端程序的完整实现,调试成功。实现了modbus协议03号命令的数据采集,采用STCSTC15F2K60S2单片机,使用了简单的具有优先级的任务调度系统,温湿度传感器型号为AM2302,,温度和湿度通过74HC595静态显示驱动的四位数码管轮流显示,2个按键单击1次可分别查看温湿度的最大值和最小值,uart1作为调试端口,数据通过uart2经过max485实现485通信。-This is the temperature and humidity acquisition termin
real-time-image-processing-system-
- 以多片ADSP21060构成的图像处理系统为硬件平台,借助Virtuoso 4.2提供的微内核构造了一个嵌入式系统软件,介绍了系统中任务调度、资源管理、并发处理、中断响应、数据通信等实现方式。最后,针对某些图像处理算法进行了实验,并测试了系统性能指标,实验结果表明提出的方案实现方便、开发快捷、性能稳定可靠,可在实时图像处理系统中得到广泛应用。-ADSP21060 constitute a multi-chip image processing system as the hardware pla
51-core-circle-operating-system
- 基于51内核的圈圈操作系统提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能。-Based on 51 core circle operating system create tasks, delete tasks, task scheduling, system delay, suspend the task, send messages, waiting for news, CPU usage stat
AVR-hybrid-scheduling-system
- 混合式调度系统,说白了也就是分时切换任务的小系统。很好用的,我在很多产品上的程序都是用它。很稳定!-Hybrid scheduling system, saying that white is sharing a small task switching systems. Well used, on many products in my program are using it. Very stable!