搜索资源列表
调度算法
- 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
vb模拟进程调度
- vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
my_os_easy_and_PDF
- 从Keil C51 的内存空间管理方式入手,着重讨论实时操作系统在任务调度时的重入问题,分析一些解决 重入的基本方式与方法:分析实时操作系统任务调度的占先性,提出非占先的任务调度是能更适合于 Keil C51 的一种调度方式。为此,构造这一实时操作系统,并有针对性地介绍此系统的堆管理方法、任务 的建立以及任务的切换等。-from Keil C51 memory space management mode. focused on real-time operating system i
进程调度算法-操作系统
- 这是一个操作系统的进程调度算法的实现绝对正确-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
优先级
- 计算机操作系统进程调度优先级调度方法-Priority method for scheduling processes of computer operating system.
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
uCOS-II
- 各个实例显示嵌入式实时操作系统μC/OS-Ⅱ内核的任务管理和调度、系统时钟和节拍服务、时间管理、中断、任务的通信和同步、内存的简单管理原理,适合初学者入门-All examples of embedded real-time operating system μC/OS- Ⅱ core task management and scheduling, the system clock and the tempo of service, time management, interruption,
ADUC
- 这是一个有关ucosii系统开发的例子,里面包括了ucosii的移植,中断的处理,以及任务调度等-This is an example of the ucosii system development, which includes the ucosii transplantation, interrupt handling, as well as task scheduling, etc.
daokou_II_wireless
- arm7平台 NXP的LPC2200 操作系统ucos 任务:通过UART与外部单片机进行通信获取信息,然后通过gprs模块传输至网络平台; 亮点:gprs模块操作;ucos任务调度-NXP' s LPC2200 platform arm7 ucos operating system tasks: an external microcontroller via UART to communicate with the access to information, and the
uc
- 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
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
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
xx3
- μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
OS_AND_TEST
- //支持实时/非实时调度的51单片机系统 调度速度快 支持MCU各种模式 //延时可以计算 -//support real-time/non real time scheduling of 51 single chip microcomputer system scheduling fast support MCU mode//delay can be calculated
ucos_view
- 这个资料比较全,包括ucos官方上位机软件、资料、移植成功的代码。全部是原创,基于STM32下的ucos view,可以帮助你分析你大系统各任务调度是否合理等-This information is relatively full, including the the ucos official PC software, information, code of transplant success. All original, based on the view of the ucos und
BC45
- uCosii的任务切换源代码,包括任务调度,任务挂起 任务唤醒 任务删除 简单易理解-uCosii task switching source code, including task scheduling, task assignment delete pending tasks simple and easy to understand wake << embedded operating system μC OS-II Principles and Applications &
prj-worker
- 嵌入式实时操作系统,实时性能良好,架构优良。任务调度合理!-Embedded real-time operating system, a good real-time performance, excellent architecture. Reasonable task scheduling!
RTX51-Tiny
- RTX51 Tiny是一种实时操作系统(RTOS),可以用它来建立多个任务(函数)同时执行的应用。嵌入式应用系统经常有这种需求。RTOS可以提供调度、维护、同步等功能。 实时操作系统能灵活的调度系统资源,像CPU和存储器,并且提供任务间的通信。-RTX51 Tiny is a real-time operating system (RTOS), you can use it to create multiple tasks (function) while application executi