代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/119209/14837489
exe tiny.exe
www.eeworm.com/read/116656/14960318
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/116656/14960323
l tiny.l
/****************************************************/
/* File: tiny.l */
/* Lex specification for TINY */
/* Compiler Construction: Princi
www.eeworm.com/read/116656/14960331
exe tiny.exe
www.eeworm.com/read/216898/14986999
cpp tiny.cpp
/***************************************************************************
* tiny.cpp Blitz++ TinyVector ray reflection example
*
* This example illustrates the TinyVector class. Ti
www.eeworm.com/read/216898/14987217
h tiny.h
/***************************************************************************
* blitz/tiny.h Tiny base class; now defunct; delete?
*
* $Id: tiny.h,v 1.3 2003/01/14 11:29:18 patricg Exp $
*
www.eeworm.com/read/114471/15052369
h tiny.h
//////////////////////////////
// Version 1.10
// Jan 23rd, 2000
// Version 1.00
// May 20th, 1999
// Todd C. Wilson, Fresh Ground Software
// (todd@nopcode.com)
// This header file will kick
www.eeworm.com/read/214227/15109328
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/214227/15109330
l tiny.l
/****************************************************/
/* File: tiny.l */
/* Lex specification for TINY */
/* Compiler Construction: Princi
www.eeworm.com/read/212337/15159485
tn tiny.tn
a:=1;
b:=0;
repeat
b:=b + a;
a:=a + 1
until a=101;
write b