Description: 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by Mr. Jean Labrosse wrote uC/OS real-time operating system kernel of C source code and state. This is Mr. Jean wrote for the series 68HC11 RTOS, but as more and more the emergence of the MCU, Jean his many transplant RTOS platform, expansion model more suitable for the application model, such as XA, X86, but some customers do not know how to use, is wasted! But to remind you that this is only a core module, embedded application environment too much, like many other modules : File module, communications module, module, we now have our own efforts! I also try to increase their number of modules, such as TCP/IP protocol, for many applications can provide additional applications. Platform: |
Size: 81920 |
Author:许之敏 |
Hits:
Description: uCOS-II作者Jean J.Labrosse所著图书 《嵌入式系统构件》书后光盘中的源代码。基本设计了常用嵌入式系统的外围硬件接口程序,源码有极其详细的注释-uCOS-II author Jean J. Labrosse books written by "embedded system components" after the CD source. The basic design of embedded systems commonly used external hardware interface procedures, the source code is very detailed Notes Platform: |
Size: 176128 |
Author:张忠义 |
Hits:
Description: 传感器网络中的嵌入式操作系统源代码,使用nesc(一种扩展的c)编写
-sensor networks embedded operating system source code, the use of nesc (Extended c) Preparation Platform: |
Size: 6481920 |
Author:gaohongpo |
Hits:
Description: 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。
该源代码主要包括如下几个方面:
1、任务管理
2、消息邮箱
3、消息队列
4、信号量
5、事件管理
6、内存管理-famous embedded operating system uC/OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following main aspects : one, two task management, message mailboxes 3, Message Queue 4, the signal volume 5, 6 incident management, memory management Platform: |
Size: 81920 |
Author:浪迹天涯 |
Hits:
Description: C源代码的实时操作系统,是
单片机嵌入式操作系统的优良选择-C source code for the real-time operating system, embedded microcontroller is an excellent choice of operating system Platform: |
Size: 9216 |
Author:王华 |
Hits:
Description: TCP通信源代码,用于ARM嵌入式操作系统,基于UC/OS-II,适用于LPC2200系列芯片-TCP communications source code for the ARM Embedded operating system on the UC/OS-II, apply to LPC2200 series chip Platform: |
Size: 1682432 |
Author:huangdong0781 |
Hits:
Description: 源代码实现的是uC/OS-II在ATmega128L上的移植,编译器使用的是codevision AVR,编译后可直接运行。-source code is embedded realized/OS-II ATmega128L applied in the transplant, compiler uses the codevision AVR, the compiler can execute directly. Platform: |
Size: 367616 |
Author:常旭东 |
Hits:
Description: uC/OS-II在X86下的全部源代码,可进行基于PC机的嵌入式uC/OS-II开发,还可以嵌入ucGUI和uCLAN。-uC/OS-II in the X86 under all source code, can be PC-based embedded uC/OS-II development, also can be embedded ucGUI and uCLAN. Platform: |
Size: 369664 |
Author:天空 |
Hits:
Description: Nucleus PLUS source code anasisy. An open source OS which is widely used in embedded development domain. Platform: |
Size: 583680 |
Author:王浩军 |
Hits:
Description: www.trolltech.com推荐的学习Qt的权威书籍 自制的Pdf版Code Less Create More Deploy Everywhere
Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes. Platform: |
Size: 7714816 |
Author:jason |
Hits:
Description: UC/OS—II是一种专门为微处理器设计的抢占式实时多任务操作系统,具有源代码公开、可移植性、可裁减性、稳定性和可靠性高等特点。由于UC/OS—II是为嵌入式应用编写的通用软件,故在具体应用时需根据不同单片机的特点进行移植,其大部分代码是用标准C语言所写.只有与处理器相关的一部分代码用汇编语言编写.因而具有很强的移植性,能在从8位到64位单片机以及DSP等超过40种不同构架的微处理器上实现运行。-UC/OS-II is a microprocessor designed specifically for preemptive real-time multi-tasking operating system, with source code open, portable, can be trimmed, stability and reliability high. As the UC/OS-II is prepared for general-purpose embedded applications software, it is required in specific applications depending on the characteristics of single-chip transplantation, most of its code is written using standard C language. Associated with the processor is only part of the code used to compile languages. Thus has a strong transplanted to from 8-64, as well as single-chip DSP, such as more than 40 kinds of different microprocessor architecture to achieve operation. Platform: |
Size: 13312 |
Author:范淑娜 |
Hits:
Description: Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on
Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With
this book Trolltech insiders have written a start-to-finish guide to getting great results with the most
powerful version of Qt ever created: Qt 4.1. Platform: |
Size: 4361216 |
Author:想大李 |
Hits:
Description: The Only Official Best-Practice Guide to Qt 4.1 Programming
Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1.
Platform: |
Size: 6384640 |
Author:翁彬彬 |
Hits:
Description: 《一步步写嵌入式操作系统》是一本学习嵌入式操作系统和嵌入式linux的好书,该代码是该书的源代码,希望对家有帮助!-The embedded operating system step by step to write "is a learning embedded operating system and embedded Linux good books, the code is the book of the source code, and the hope to the home help!《Write embedded operating system step by step》 Platform: |
Size: 360448 |
Author:longhong |
Hits: