TinyWorks操作系统。 每个任务占6~10个字节的RAM空间,整个系统占1k左右的代码空间,支持16个优先级的占先式调度,支持时间片调度。 最大特点:建立的任务越多、并且系统越繁忙时调度越快,最快比系统闲时快数十倍! 用AVR-GCC编译,支持MEGA8
上传时间: 2013-11-28
上传用户:ommshaggar
This Document provides the High Level Design specification for the Bootloader development and library porting for ADSP-BF533 based EZ-Kit Lite Board and STAMP Board. This document is meant to be the one of the inputs for the System Test Plan and the overall implementation of the same. This document also details the approach and assumptions made for the design
标签: specification development Bootloader the
上传时间: 2015-10-14
上传用户:D&L37
方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用
标签: utf8
上传时间: 2015-10-21
上传用户:songrui
使TypeList的生成线性化,高级范型编程技术,请参考《C++程序设计新思维》,此程序不必像书中说的那样需要宏来生成TypeList,注意此程序依赖dnc_pp.rar.在VC++,GCC,Inter C++中测试通过
上传时间: 2015-10-21
上传用户:tianjinfan
高级范型编程,一个小型的type traits实现,不依赖于任何程序,编译速度极快,提供了日常所需要的常用范型程序组件。在VC++,GCC,Inter C++中测试通过
标签: 编程
上传时间: 2014-07-23
上传用户:chfanjiang
C++程序设计新思维中提到的TypeList 实现品,只是没有了构造TypeList的宏,可以配合dnc_typeline.rar使用,摆脱一定要用难用的宏才能创建TypeList的命运,在VC++,GCC,Inter C++中测试通过
上传时间: 2015-10-21
上传用户:Andy123456
毛坯表达式 求值器,用bison写的。麻雀虽小,五脏俱全的,主要的特征都用到了,gcc的语法分析也不过就用了这些方法。
标签: 表达式
上传时间: 2015-10-26
上传用户:qunquan
在M16上动行的Small RTOS,编译器AVR-GCC 可以直接编译运行。
上传时间: 2013-12-17
上传用户:13681659100
linux编程使用指南,gcc详解。其中详细介绍了gcc的使用方法。
上传时间: 2015-11-02
上传用户:eclipse
这是LInux下C语言开发的推箱子游戏。对学习curese编程的人有帮助 用了大量的Curese函数,此游戏可建立关卡。默认有10关。 作者 /* File: tuixiangzi.c */ Makefile如下: all: tuixiangzi tuixiangzi: tuixiangzi.c gcc -o tuixiangzi tuixiangzi.c -lcurses clean: rm -f tuixiangzi *.bak
上传时间: 2013-12-21
上传用户:bakdesec