代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/265353/4283014
txt abstract.txt
This example program uses RTX51 Tiny to control 3 tasks and
demostrates round-robin multi-tasking. The tasks in this
program do nothing more than increment counters.
www.eeworm.com/read/263376/4302807
txt abstract.txt
This example program uses RTX51 Tiny to control 3 tasks and
demostrates round-robin multi-tasking. The tasks in this
program do nothing more than increment counters.
www.eeworm.com/read/257728/4361420
txt abstract.txt
This example program uses RTX51 Tiny to control 3 tasks and
demostrates round-robin multi-tasking. The tasks in this
program do nothing more than increment counters.
www.eeworm.com/read/155856/5618737
txt abstract.txt
This example program uses RTX51 Tiny to control 3 tasks and
demostrates round-robin multi-tasking. The tasks in this
program do nothing more than increment counters.
www.eeworm.com/read/195394/8158951
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/268798/11121113
readme
Tiny Programs
The programs listed here are provided as exhibitions of just how compressed
a Linux ELF executable can be and still function.
Take a look through /usr/bin: how big is the smallest EL
www.eeworm.com/read/335887/12491642
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/247493/12655985
h util.h
/* File: util.h
Utility function for the TINY compiler
*/
#ifndef _UTIL_H_
#define _UTIL_H_
/* procedure printToken prints a token and its lexeme to the listing
file
*/
void printTok
www.eeworm.com/read/204706/15334634
h font_ttuf2.h
/*** ttuf 2 *************************************************************************************
*
* Teeny Tiny Unreadable Fonts 2 (even more unreadable)
* 66 x 3*4 characters (0x033-0x095, 0x12
www.eeworm.com/read/103116/15744885
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x