搜索资源列表
SmallRtos51
- Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating
DSP
- 本文介绍了基于DSP/BIOS实时内核的TIDSP应用程序参考框架RF5。另外,面对目前越来越多的多处理器系统设计以及典型的GPP-DSP架构,本文提出了一种改进的DSP应用程序框架ERF5以最大化地支持这种架构。ERF5主要从GPP-DSP有效通信、任务线程的高效执行与调度以及任务线程颗粒度的合理化三个方面对RF5进行了改进,并已成功应用于实际项目。-In this paper, based on the DSP/BIOS real-time applications TIDSP core
Produce
- 本程序是操作系统里面常用的一个程序,某工厂有两个生产车间和一个装配车间,两个生产车间分别生产A、B两种零件,装配车间的任务是把A、B两种零件组装成产品。两个生产车间每生产一个零件后都要分别把它们送到装配车间的货架F1、F2上,F1存放零件A,F2存放零件B,F1和F2的容量均为可以存放10个零件。装配工人每次从货架上取一个A零件和一个B零件然后组装成产品。用多线程并发进行正确的管理。-This procedure is commonly used operating system inside
visby_OS
- 一个多任务实时操作系统,可以运行在arm7tdmi芯片上。带有中断管理、设备管理和LCD控制驱动-A multi-task real-time operating system, you can run in arm7tdmi chip. With disruption management, equipment management and control-driven LCD
c54x_ucos-II
- tms320c54x上ucos-II操作系统的移植,可以直接在CCS上使用simulation运行这个工程,里面包含一个多任务调度的例子程序,simulation下可以直接看到多任务调度的效果。-tms320c54x on ucos-II operating system migration, you can use directly in CCS projects to run this simulation, which contains more than one example of t
MT4
- 操作系统 课程设计 基于DOS的多任务系统的实现-Course design is based on DOS operating system of multi-task System
caozuoxitong
- 课设操作系统,实现内核加载、内核初始化、进程、进程调度、进程通信、输入输出系统、多任务多控制台等模块。-Lesson set up the operating system, to achieve the kernel load, kernel initialization, process, process scheduling, process communication, input and output systems, multi-task multi-console and othe
os-lcx
- 操作系统实验,完成内核加载、内核初始化、进程、进程调度、进程通信、输入输出系统、多任务多控制台等模块。-Experimental operating system to complete the kernel load, kernel initialization, process, process scheduling, process communication, input and output systems, multi-task multi-console and other mod
Main
- C语言用函数指针实现多线程,类似于操作系统之任务调度,仅有任务状态,使用循环计数以大概模拟延时。-a little virtul os,just for understanding the multi task and learning hao to use function pointer.
main
- 基于多任务编程,充分利用MCU的内存资源,达到良好的实时性-Based multi-task programming, full use of the MCU' s memory resources, to achieve good real-time
OS1
- 基于DOS在turbo2环境下实现多任务调度,同步以及信号量机制-DOS-based environment in turbo2 multi-task scheduling, synchronization and semaphore mechanism
test_EventWithoutSem
- pc的windows下得BC4.5环境中,新建事件任务,在没有引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, the amount of the incoming signal in the absence of the case, the phenomenon will occur, careful observation of thes
test_EventWithSem
- pc的windows下得BC4.5环境中,新建事件任务,在引入信号量的情况下,会发生一些现象,仔细观察,这些现象,可以深入的理解多任务操作系统-pc, the windows have BC4.5 environment, the new event task, in the case of the introduction of a semaphore, a number of phenomena occur, careful observation of these phenomena ca
main-fun
- 操作系统DOS多任务系统代码 有关时间片轮转、线程间切换、线程间通信、-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 Operating system DOS multi task system code The time slice rotation, switching between threads, thread communication
Vxworks-official-application-
- Vxworks官方应用 包括网络 文件系统 多进程操作 多任务操作等内容-The Vxworks official applications include the contents of the multi-process operation of the Network File System multi-task operation
Weida-OS
- 听说过过uc/OS吗?我这个和他很相似,自己学Mini2440开发板后 自己写的一个小型实时嵌入式系统WeidaOS,使用纯C++结合汇编编写,完成实时系统所必须的多任务、实时性、可移植、等、如果您也有Mini2440开发板的话,不妨下载运行试试看,有机会欢迎和我探讨,这其实也是本人的毕业设计项目!-Heard of uc/OS? Me and he is very similar to school Mini2440 development board to write a small rea
multitask
- Vxworks简单的多任务 任务1和任务2共享内存 任务3打印共享的变量-Vxworks simple multi-task Task 1 and Task 2 Task 3 Print Sharing shared memory variables
apple
- 操作系统,该程序实现多线程任务解决放苹果和拿苹果不会出现矛盾-Operating system, the program is multi-threaded task resolve to put apples and apples will not appear contradictory
110104010104
- 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个
UEFI_Programming
- 《UEFI原理与编程》以实战为导向,面向UEFI的使用者和开发者,首先细致地介绍了UEFI的系统组成、启动过程、优点,以及各种系统中的开发环境搭建;然后深入剖析了UEFI的工作原理,包括UEFI工程模块、各种协议、基础服务、事件、硬盘和文件系统等内容;最后讲解了UEFI的开发,涉及UEFI服务的开发、UEFI驱动的开发、多任务应用的开发、网络应用的开发、GUI应用的开发,以及如何用C++和C标准库开发UEFI应用,等等。-UEFI principles and programming orien
