Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - uc/osii
Search - uc/osii - List
Uc-Os ii的多任务操作系统全部原代码(强烈推荐)-AN-Os ii multi-tasking operating system all the original code (strongly recommended)
Update : 2008-10-13 Size : 6449666 Publisher : ldh

本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC / OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
Update : 2008-10-13 Size : 111394 Publisher : 倪耶杰

DL : 0
一本讲uC/OS的很好的书,内容包括系统的安装、任务、实时系统、内核、中断、任务间通讯等。-This is the Chinese translation of the book on uC/OSII, contents include installation of system, task, real-time system, kernel, interrupt, communication among tasks etc..
Update : 2024-05-05 Size : 1773568 Publisher : Guo

英文原版的讲uC/OSII 的好书 压缩包中包括PDF和DOC格式的文件-English book on uC/OSII. Zip file includes files in both PDF and DOC formats.
Update : 2024-05-05 Size : 1490944 Publisher : Guo

us/osII在不同平台上的移植,是网上收集到的一份资料,详细介绍了移植方法,具有参考价值-UC/OSII can be transplanted on different platforms,here is some information collected from internet,which introduces the transplanting_method in details,and bears much for reference .
Update : 2024-05-05 Size : 204800 Publisher : 林伟

DL : 0
uc/osII平台下串口驱动程序,支持重载,非常好用,已经通过产品测试,并应用于产品中。-Serial (UART) driver for uC/OS-II platform supporting reload feature. Driver itself has passed product evaluation cycle and has been embedded in real product.
Update : 2024-05-05 Size : 215040 Publisher : 周冬生

DL : 0
在ARM内核的LPC2119硬件平台下,以uc/osII开发环境下写的操作modem的设备驱动程序。用户可以不用修改即可操作modem,而且代码是可重入的。-in the LPC2119 ARM core hardware platform, to uc/osII development environment to write the operation of the modem device driver. Users do not have to be amended to operate modem, but the code is the re-entrant.
Update : 2024-05-05 Size : 194560 Publisher : 周冬生

DL : 0
uc/GUI的应用实例,跟大家分享-uc/GUI application examples, share with you!
Update : 2024-05-05 Size : 188416 Publisher : 马涛

uc/osII2.51官方源代码,想要学习这个操作系统的可以仔细看看,没有解压密码-uc/osII2.51 official source code, and wanted to learn the operating system can look at, no extracting passwords
Update : 2024-05-05 Size : 868352 Publisher : 王湖意

DL : 0
本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC/OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
Update : 2024-05-05 Size : 322560 Publisher : 倪耶杰

DL : 0
LPC2000的uc/osII移植好的arm工程实例-LPC2000 the uc/osII transplantation arm works good examples
Update : 2024-05-05 Size : 280576 Publisher : fdy

uc/osII2.51版本的电子教程!非常经典的一本电子书-uc/osII2.51 version of the e-Guide! Is a classic e-books
Update : 2024-05-05 Size : 1773568 Publisher : akingli

在ARM7和UC/OSII的平台上实现了GPS自动报站的功能,涉及GPS模块LEA_4S的驱动,位置速寻算法,语音芯片ISD4004的录放音驱动,LED页面管理等等.从启动代码到操作系统的移植以及到业务代码都有,是一个完整的项目代码.只要有相应的硬件平台就可以跑起来-In the ARM7 and the UC/OSII platform realize the GPS auto-stop function, involving GPS module LEA_4S driver, location-speed search algorithms, voice chip ISD4004 playback of audio drivers, LED page management. From the startup code to the operating system transplant as well as to the operational code has, is a complete code of the project. As long as have the corresponding hardware platform can run up
Update : 2024-05-05 Size : 9346048 Publisher : 陈小猪

uCOSuCOSII
DL : 0
uc/osii内核源码,直接下载可用,货真价实-uc/osii kernel source code, direct download is available, genuine
Update : 2024-05-05 Size : 53248 Publisher : 陈晨

DL : 0
关于嵌入式系统下UC/OSII V2.76版源码-Embedded System on the UC/OSII V2.76 version of source
Update : 2024-05-05 Size : 611328 Publisher : clwclwclw

DL : 0
keil的开发环境,把uc/osii操作系统移植到51单片机上,0错误、0警告,程序调试通过.-keil development environment, the uc/osii transplanted into 51 single-chip operating system on, 0 errors, 0 warnings, program debugging through.
Update : 2024-05-05 Size : 194560 Publisher : 侯成

DL : 0
uc/osii2.52,周立功的ARM开发平台的SOURCEG下用到-uc/osii2.52, Zhou Ligong the ARM development platform used under SOURCEG
Update : 2024-05-05 Size : 1024000 Publisher : 王江林

DL : 0
uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或Bash的简化版Shell并不困难。其本质思想就是:Shell作为一个uC/OSII下的任务,接收用户输入的字符,存储到缓冲区,并回显在屏幕上,以回车键为用户输入的结束信号,随后解析用户输入的命令名称、参数,调用相应的命令函数。一直到这个命令函数运行返回,才继续Shell的人机交互界面。Shell作为一个任务工作于内核之外,占用一个任务号。-err
Update : 2024-05-05 Size : 690176 Publisher : haha

DL : 1
uc-osii 嵌入式操作系统,用于各种支持C语言的单片机,提高程序可靠性。-uc-osii embedded operating system, to support the C language used for a variety of single-chip, to improve the reliability of the procedure.
Update : 2024-05-05 Size : 937984 Publisher : guangfany

DL : 0
uc/osII在430单片机移植程序,用于MSP430F149,用IAR for msp430 v4.11b 编译-uc/osII in the 430 SCM transplant procedures for the MSP430F149, compiled with IAR for msp430 v4.11b
Update : 2024-05-05 Size : 130048 Publisher : 朱英勋
« 1 23 4 5 6 7 8 9 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.