代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/149399/5700537

txt abstract.txt

This example program uses RTX51 Tiny to control 4 tasks and to pass signals between the tasks. The tasks in this program do nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/134007/5896607

txt abstract.txt

This example program uses RTX51 Tiny to control 4 tasks and to pass signals between the tasks. The tasks in this program do nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/130242/5962471

dat students.dat

1.8 Danie 1.58 Petra 1.9 John 1.55 Harry 1.81 Mary 1.75 Craig 1.71 Sipho 1.77 Diamond 1.4 Tiny 1.79 Michael 1.76 Robert 1.69 Elizabeth 1.68 Lucy 1.5 Sarah
www.eeworm.com/read/130242/5962502

dat students.dat

1.8 Danie 1.58 Petra 1.9 John 1.55 Harry 1.81 Mary 1.75 Craig 1.71 Sipho 1.77 Diamond 1.4 Tiny 1.79 Michael 1.76 Robert 1.69 Elizabeth 1.68 Lucy 1.5 Sarah
www.eeworm.com/read/128784/5979696

txt abstract.txt

This example program uses RTX51 Tiny to control 4 tasks and to pass signals between the tasks. The tasks in this program do nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/128784/5979839

txt abstract.txt

This example program uses RTX51 Tiny to control 4 tasks and to pass signals between the tasks. The tasks in this program do nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/118064/6099590

txt abstract.txt

This example program uses RTX51 Tiny to control 4 tasks and to pass signals between the tasks. The tasks in this program do nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/273303/6281637

txt readme.txt

GeekOS is a tiny operating system kernel for x86 PCs. Its main purpose is to serve as a simple but realistic example of an OS kernel running on real hardware. GeekOS is free software: see the file
www.eeworm.com/read/258136/11882269

asm paddleg.asm

.model tiny ; MODEL TYPE .stack ; STACK SEGMENT .data ; DATA SEGMENT instructions db " This is a Paddle Ball Game for two users ",13,10,13,10 db " The Left Paddle is 'q' for UP and 'a' f
www.eeworm.com/read/255578/12071993

tny sample.tny

{ Sample program in TINY language - computes factorial } read x; { input an integer } if 0 < x then { don't compute if x