代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/254802/12117582

asm micro-os_kernel.asm

; This is a very basic example ; of a tiny operating system. ; ; This is Kernel module! ; ; It is assumed that this machine ; code is loaded by 'micro-os_loader.asm' ; from floppy drive from:
www.eeworm.com/read/254771/12120175

h yabasic.h

/* YABASIC --- a tiny integrated Basic Compiler/Interpreter header-file this Program is subject to the GNU General Public License; see the file yabasic.c for details.
www.eeworm.com/read/252680/12268157

h analyze.h

/****************************************************/ /* 文件 analyze.h */ /* 所明 TINY编译器语义分析功能函数 */ /* 主题 编译器结构: 原理和实例 */ /****************************************************/
www.eeworm.com/read/234581/14105229

h yabasic.h

/* YABASIC --- a tiny integrated Basic Compiler/Interpreter header-file this Program is subject to the GNU General Public License; see the file yabasic.c for details.
www.eeworm.com/read/130824/14173301

c symtab.c

/* symtab.c * Symbol table implementation for the TINY conpiler * (allows only one symbol table) * Symbol tables is implemented as a chianed * hash table * * Compiler Construction: Princip
www.eeworm.com/read/130631/14180307

me read.me

* The MICRO-C 2.0 Compiler * MICRO-C is a tiny compiler for the 'C' language. It has been designed to be VERY portable, and can be moved between different
www.eeworm.com/read/123657/14619219

me read.me

* The MICRO-C 2.0 Compiler * MICRO-C is a tiny compiler for the 'C' language. It has been designed to be VERY portable, and can be moved between different
www.eeworm.com/read/118063/14889107

asm de-ice.asm

; ; deice.asm by Inbar Raz ; ; Notice - this is for COM only ; .model tiny .code org 0100h CODESTART EQU $ Start: jmp Begin NewName db
www.eeworm.com/read/216898/14987176

h matvec.h

// -*- C++ -*- /*************************************************************************** * blitz/tiny/matvec.h TinyMatrix/TinyVector product metaprogram * * $Id: matvec.h,v 1.5 2005/05/07 04:1
www.eeworm.com/read/216898/14987508

h tinymatexpr.h

// -*- C++ -*- /*************************************************************************** * blitz/tinymatexpr.h Tiny Matrix Expressions * * $Id: tinymatexpr.h,v 1.5 2005/05/07 04:17:56 julianc