资源简介
eCOS由Redhat推出的小型即时操作系统(Real-Time operating system),最低编译核心可小至10K的级别,适合用于作bootloader增强,微小型系统。 此系统和嵌入式Linux系统的差异是他将操作系统做成静态连结(static library)的方式,让应用程式透过连结(linker)产生出具有操作系统的特性的应用程式。 eCOS的全称为embedded Configuration operating system,eCOS是开放原码、免权利金的即时作业系统,这套作业系统是针对嵌入式系统及应用而设计,因此是以单一个行程1)再搭配多个执行绪的方式来执行
代码片段和文件信息
/*========================================================================
//
// rbtree.c
//
// Red Black tree implementation
//
//========================================================================
// ####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos the embedded Configurable Operating System.
// Copyright (C) 1998 1999 2000 2001 2002 2003 Free Software Foundation Inc.
//
// eCos is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 or (at your option) any later
// version.
//
// eCos is distributed in the hope that it will be useful but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License
// along with eCos; if not write to the Free Software Foundation Inc.
// 51 Franklin Street Fifth Floor Boston MA 02110-1301 USA.
//
// As a special exception if other files instantiate templates or use
// macros or inline functions from this file or you compile this file
// and link it with other works to produce a work based on this file
// this file does not by itself cause the resulting work to be covered by
// the GNU General Public License. However the source code for this file
// must still be made available in accordance with section (3) of the GNU
// General Public License v2.
//
// This exception does not invalidate any other reasons why a work based
// on this file might be covered by the GNU General Public License.
// -------------------------------------------
// ####ECOSGPLCOPYRIGHTEND####
//========================================================================
//#####DEscriptIONBEGIN####
//
// Author(s): Niels Provos/OpenBSD
// Contributors: dwmw2
// Date: 2003-01-21
// Purpose: This file provides an implementation of red-black trees.
// Description: Derived from OpenBSD src/sys/sys/tree.h
// Usage:
//
//####DEscriptIONEND####
//
//======================================================================
*/
/* $OpenBSD: tree.hv 1.7 2002/10/17 21:51:54 art Exp $ */
/*
* Copyright 2002 Niels Provos
* All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions
* are met:
* 1. Red
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7070 2009-01-30 01:47 devs\adc\arm\lpc24xx\v3_0\cdl\adc_lpc24xx.cdl
文件 1709 2009-01-30 01:47 devs\adc\arm\lpc24xx\v3_0\ChangeLog
文件 21279 2009-01-30 01:47 devs\adc\arm\lpc24xx\v3_0\src\adc_lpc24xx.c
文件 10305 2009-01-30 01:47 devs\adc\arm\lpc24xx\v3_0\tests\lpc24xx_adc_test.c
文件 10962 2009-01-30 01:47 devs\can\arm\at91\at91sam7\v3_0\cdl\can_at91sam7.cdl
文件 1712 2009-01-30 01:47 devs\can\arm\at91\at91sam7\v3_0\ChangeLog
文件 9044 2009-01-30 01:47 devs\can\arm\at91\at91sam7\v3_0\include\can_at91sam7.inl
文件 62003 2009-01-30 01:47 devs\can\arm\at91\at91sam7\v3_0\src\can_at91sam7.c
文件 5312 2009-01-30 01:47 devs\can\arm\at91\at91sam7\v3_0\tests\can_test_aux.inl
文件 19819 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\cdl\can_lpc2xxx.cdl
文件 4463 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\ChangeLog
文件 4159 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\include\can_lpc2xxx.h
文件 9393 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\include\can_lpc2xxx_baudrates.h
文件 39416 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\src\can_accfilt_lpc2xxx.c
文件 83059 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\src\can_lpc2xxx.c
文件 7485 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_baudrates.c
文件 8668 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_busload.c
文件 9131 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_extended_cfg.c
文件 11132 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_multichan_rx.c
文件 9259 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_multichan_tx.c
文件 11262 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_rx_tx.c
文件 5312 2009-01-30 01:47 devs\can\arm\lpc2xxx\v3_0\tests\can_test_aux.inl
文件 6217 2009-02-25 20:50 devs\can\loop\v3_0\cdl\can_loop.cdl
文件 3349 2009-01-30 01:47 devs\can\loop\v3_0\ChangeLog
文件 137 2007-08-24 21:44 devs\can\loop\v3_0\doc\README
文件 2298 2009-03-27 17:10 devs\can\loop\v3_0\doc\synth_test.ecm
文件 13330 2009-02-25 20:50 devs\can\loop\v3_0\src\loop_can.c
文件 7753 2009-01-30 01:47 devs\can\loop\v3_0\tests\can_callback.c
文件 6633 2009-01-30 01:47 devs\can\loop\v3_0\tests\can_nonblock.c
文件 9651 2009-01-30 01:47 devs\can\loop\v3_0\tests\can_overrun1.c
............此处省略6738个文件信息
相关资源
- juniper ssg 5 防火墙 6.3.0r26 固件
- 韩伯棠运筹学3.0版本
- AI拓客商家联盟V2.3.0.zip
- Git-2.23.0-64-bit--Windows安装包.zip
- DWGdirect_NET_3_02帮助文件
- Filterpro 3.0.rar
- tesseract-ocr-3.02.eng英文包
- vlc-3.0.4 插件-demo
- WW-DAS-MBTCP-3.0SP1.zip
- BILOG-MG (Version 3.0)
- tesseract3.02简体中文语言包
- Cornerstone3.0.3 免费版本
- Epicor ICE 3.0客戶化指南 英文版
- ZStack-CC2530-2.3.0-1.4.0156276
- Adobe Audition V3.0 完美者中文版
- 高品质的Bootstrap3.0主题模板7个
- PrimoCache3.0.2 + 免PE重置V2 支持 win10 1
- 工控仪表控件:Iocomp.v3.0.4 for D7
- ResForm3.0
- ArchiMate3.0.1Specification
- USB 3.0编程宝典(清晰版)
- tesseract3.02 vs2012 工程源码
- 华为认证HCIA-Security安全PPT教材及实验
- Cometd可运行
- MAPLAB C30_V3.0编译器
- 1119447_General_NetSDK_Chn_Win64_IS_V3.052.000
- 外贸建站系统ueeshop3.0精简版
- Fences v3.0.9 中文破解版.rar
- windows10可用Redis-x64-3.0.504.msi+RDM可视化
- tesseract-3.02.02-win32-lib-include-dirs.zip
评论
共有 条评论