搜索资源列表
VxworksTrainingDocument
- 本文档对实时操作系统作了简要介绍,并针对VxWorks系统的特点进行了具体的说明和分析,从VxWorks系统的任务管理、通信机制、系统配置、系统接口几个方面展开。-the right real-time operating system files were briefed, against VxWorks system and the characteristics of the specific descr iption and analysis, VxWorks system from t
ucos
- 2章 实时系统概念 3章 内核结构 4章 任务管理 5章 时间管理 6章 任务之间的通讯与同步 一共十二章
VxWorks_flySim
- 一种基于VxWorks的飞行仿真实时管理系统.pdf 关键字:VxWorks;飞行仿真; 实时系统;多任务;通讯
智能卡技术
- 目录 第1章 智能卡概述 1.1 智能卡基础 1.1.1 什么是智能卡 1.1.2 智能卡的分类 1.1.3 IC卡与磁卡的比较 1.1.4 智能卡应用系统的构成要素 1.2 智能卡的用卡过程 1.2.1 智能卡的生存周期 1.2.2 智能卡的用卡过程 1.3 智能卡的安全性 1.3.1 威胁信息安全的因素 1.3.2 智能卡的安全技术 1.4 智能卡的国际标准 1.5 智能卡的应用概况与发展前景 1.5.1 欧美应用概况 1.5
MyApp
- 关于TOOLHELP32函数的实例 WINCE 5.0 任务管理器,包含任务栏的隐藏,开机,重启等,可查看系统进程详细信息,包括,块,基地址,首地址,线程数-TOOLHELP32 function on an instance of WINCE 5.0 Task Manager contains a hidden taskbar, start, restart, etc.
small_RTOS51Theory_Applications
- 51单片机嵌入式系统RTOS51原理及应用,以基本概念铺垫,从简单例子入手着重分析了RTOS的任务管理,任务切换,任务间通信\同步和消息队列.最后讲解其移植方法和函数,并给出应用实例 PDF格式-51 Microcontroller embedded systems RTOS51 theory and application of basic concepts in order to pave the way, from the start focused on a simple exam
uCOS-II-Chinese
- uCOS-II 的中文电子书,有介绍实时系统,内核结构、任务管理、-uCOS-II of the Chinese e-books, has introduced real-time systems, the kernel structure, task management,
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,
tasks
- 练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量
SysInfo-V1.1.0
- MOTO EZX手机上的任务管理器,集内存管理、cpu管理、磁盘管理、系统日志、进程管理、usb状态管理、LCD管理于一身-A profesional task manager designed for EZX based mobile. A set of memory management, cpu management, disk management, system logs, process management, usb state management, LCD management
ucos2_liler
- 不可多得的UCOS详解电子书。包括12章节: 1.范例。2.实时系统概念。3.内核结构。4.任务管理。5时间管理。6.任务之间的通信和同步。7.内存管理。8.移植ucos。9.µ COS-II在80x86上的移植。10.从 µ COS 升级到 µ COS-II。11.参考手册。12.配置手册。 每一章都配有大量的c代码例程。-Xiangjie UCOS rare books. Consists of 12 chapters: 1. Example. 2. T
uCOS-II
- uCOS-II嵌入式系统在44B0上的任务管理程序-uCOS-II embedded systems
renwuguanliqi
- EVC编写的任务管理器。WINCE4.2系统,S3C2410平台。简单实现任务管理器功能,仅供参考-EVC taskmanager,for WINCE4.2 ,s3c2410PLATFORM.
1
- 理解任务管理的基本原理,了解任务的各个基本状态及其变迁过程 掌握µ C/OS-II中任务管理的基本方法(创建、启动、挂起、解挂任务) 熟练使用µ C/OS-II任务管理的基本系统调用-Understanding the basic principles of task management to understand the tasks and changes all the basic state of the process Master μC/OS-II
BeiHanguCOS
- 嵌入式系统设计导论 —基于32位微处理器与实时操作系统 1、uC/OS-II概述 2、任务管理 3、中断和时间管理 4、任务之间的通信与同步 5、存储管理-Introduction to Embedded System Design- Based on 32-bit microprocessor and real-time operating system, 1, uC/OS-II Overview 2, 3, task management, interrupt and t
ucos-CHS
- 说明如何使用 µ C/OS-II,介绍实时系统概念、内核结构、任务管理、时间管理、任务之间的通讯与同步、内存管理、移植µ C/OS-Ⅱ等-How to use μC/OS-II, introduced the concept of real-time systems, the kernel structure, task management, time management, communication between tasks and synchronization, me
test
- 在ZLG MAGIC241 开发板或者其他ARM9架构的其他开发板上实现贪吃蛇的小游戏,利用μC/OS-II的任务管理系统对于所有的任务进行管理调度。建立两个任务(不包括空闲任务),其中一个高优先级的任务一直实现按键扫描,以便获得键值;另一个低优先级的任务,实现游戏方向键定义和游戏运动画面等功能。-In ZLG MAGIC241 development board or other ARM9 architecture of other development board to achieve s
sys_msp430---v2.1
- 自己写的一个简单的任务管理系统 , 基于MSP430F149芯片,并有相应的应用程序.-Himself wrote a simple task management system, based on MSP430F149 chip, and a corresponding application.
sys_msp430---v3.1
- 自己写的一个简单的任务管理系统 , 基于MSP430F149芯片,并有相应的应用程序. 相对V2.1,该版本修改了一些文件名称, 并进行了一些优化-Himself wrote a simple task management system, based on MSP430F149 chip, and a corresponding application. Relative V2.1, the modified version of some file names, and some o
平衡车改ucosII
- 利用ucos任务管理系统编写的stm32平衡小车(Stm32 Balanced Car Written by uCOS Task Management System)