搜索资源列表
硬盘结构及其分区简介
- 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
uC_OS_II_for_C51
- C51单片机上的嵌入式操作系统,具有任务调度,文件服务,等功能-C51 MCU embedded operating system, with task scheduling, documentation services, etc.
ARM_CPU
- 从8位/16位单片机发展到以ARM CPU核为代表的32位嵌入式处理器,嵌入式操作系统将替代传统的由手工编制的监控程序或调度程序,成为重要的基础组件-from 8 / 16 to a microcontroller development of nuclear ARM CPU to 32 representatives of the Embedded Processor Embedded operating system will replace the traditional manual p
51MCUrtos
- 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missions flown, sending news, waitin
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
lq51
- Keil 自带的 RTX51—Tiny 系统有这样几个缺点:1、非占先式任 务调度,这样系统的实时性就很难保证 2、提供的系统服务太少, 只有 wait 与 signal。而 RTX51—Tiny 的优点是:1、Keil 公司自己开 发的,使用_task_关键字区别每个任务,这样可以使得被不同任务调 用的不同函数即使没有相互调用,他们的局部变量也不会相互覆盖。 免去了在 SmallRTOS 中需要手动制止函数间局部变量的相互覆盖。 2、内核小。整个 RTX51--Tin
OS_AVR
- 一个AVR的开源操作系统,硬任务调度,效率不错-AVR an open-source operating system, hard task scheduling, efficiency, good
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
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
OSTest3
- 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 -A. This experiment is a simulation of the operating system disk seek ways to use different disk access order to design a disk scheduling algorithm. Implementat
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_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
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