搜索资源列表
uCOS-II_for_VS2008.rar
- 嵌入式操作系统入门都比较难,而搭建 uCOS-II 的环境一般需要嵌入式硬件支持,配置也相当麻烦。 为了使初学者能够学习 uCOS-II 操作系统,我特地制作了这个视频教程,供学习操作系统的初学者学习。 uCOS-II 源代码和 移植文件, 全在里面,并给出了一个程序实例,让uCOS-II 跑起来。非常不错(:,Introduction to embedded operating systems are more difficult, and the structures uCOS-II
uCOS
- μCOS-Ⅱ标准教程(杨宗德) 源代码-μCOS-Ⅱ standard tutorial (Yang Zongde) source code
02_uCOS-II_msgqueue
- ucos下的消息队列使用实例源码,配合ucos标准教程一书-ucos message queue using the following source code examples, with the standard tutorial book ucos
ucos2
- ucos移植教程,学习嵌入式操作系统的入门基础。按照教程操作,可以快速掌握操作系统的原理。-ucos transplant tutorials, learning based embedded operating system entry. Operation in accordance with tutorial, you can quickly grasp the principles of operating systems.
uCOSIIportSTM32
- 含有一个uCOSII在STM32上移植的工程文件夹和一个移植教程 移植代码是精简版的 移植教程 图文并茂,步步清晰。 uCOS是流行的V2.86版-Contain a uCOSII the tutorial project folder and a transplant transplantation on the STM32 Portable code is a stripped down version of Transplantation
fs
- ucos平台下的文件系统的源代码,支持flash、ram、IDE、smc、windowsdrive这些接口,并且还有例程。-uCOS platform file system source code, support for flash, ram, IDE, smc, windowsdrive these interfaces, and there are routine.
ucos-iijiaocheng
- 这是ucos的教程,比较相近的介绍了ucos2系统的架构,代码分析,应用等,花了很多钱买的资料-This is the tutorial uCOS compare similar system introduced ucos2 framework, code analysis, application and so on, spent a lot of money to buy information
uCOS-II
- 一本关于uCOS-II的经典教程。提供PDF格式(由绍贝贝原版转成).-About a uCOS-II classic tutorial. Provided PDF format (converted from the original绍贝贝).
uCOSII
- uCOSII中文教程,包括很多的源码,编译通过-uCOSII tutorial in Chinese
uC-GUI_user_4.04
- A tutorial and manual for using uCosII/GUI. Full an easy for understanding.
uCOS2GuideAndCode
- 该文件为uCOS-II实时嵌入式操作系统的详细使用教程,代码分析及源代码。教程中对uCOSII中代码各部分功能和模块分章列出,希望对使用和移植的朋友能够有所帮助。-This document gives uCOS-II real-time embedded operating system, the detailed use of tutorials, code analysis and source code. Tutorial on the uCOSII in various parts o
ucosExtExperiments
- 周立功SmartARM2200开发板的配套教程,介绍UCOS在SmartARM2200开发板的使用方法,另外还有一些例程-ZLG SmartARM2200 development board supporting tutorial to introduce UCOS in SmartARM2200 development board to use, plus a number of routines
ucosshaobeibei
- ucos的教程,很傻瓜式的,希望对大家有所帮助,是pdf格式-ucos tutorial, it is fool-style, and want to help everyone is a pdf format
ucos2_classic_time_management_tutorial
- ucos2经典时间管理教程ucos2 classic time management tutorial-ucos2 classic time management tutorial ucos2 classic time management tutorial
uCOS_2_kernel_porting_and_driver_development_tutor
- uCOS-2内核移植与驱动开发教程uCOS-2 kernel porting and driver development tutorial很好的pdf文档内核移植驱动开发分析教程-uCOS-2 kernel porting and driver development tutorials uCOS-2 kernel porting and driver development tutorial good pdf document kernel driver development of tra
ucos2_initialization_configuration_tutorial
- ucos2初始化配置教程ucos2 initialization configuration tutorial,ucos2开发的灵魂所在,不错的初学者资料文档-ucos2 initialization configuration tutorial ucos2 initialization configuration tutorial, ucos2 development of the soul, good for beginners information document
03_task_manage
- ucos下的任务管理主程序,配合ucos标准教程一书-ucos Task Manager under the main program, with the standard tutorial book ucos
02_stack_test
- ucos下的堆栈测试源码,配合ucos标准教程一书-ucos stack under the test source, with the standard tutorial book ucos
01_uCOS-II_sem
- ucos下的信号量使用实例源码,配合ucos标准教程一书-semaphore ucos use cases under the source, with the standard tutorial book ucos
emWin-Tutorial
- 本教程配套的硬件开发平台是安富莱电子自主设计的STM32-V5开发板。安富莱其他系列的STM32开发板也可以使用这个手册, 后面把相应的工程附上。不过需要大量动态内存的例子是无法运行的。 使用本教程前,请先按照第三章的教程进行触摸校准,将触摸参数保存到EEPROM里面,后面所有的例子都会自动加载触摸参数。 * 基本涵盖了所有STemWin知识点及其控件的使用,部分复杂的控件会在后期升级的教程中增加上去。 * 完美解决STemWin支持的BMP、JPG、GIF、PNG图片显示。