代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/38360/1111458

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/476752/1367074

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/475306/1385284

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/249966/4444038

init thttpd.init

#!/bin/bash # The following two lines enable chkconfig(1) to manipulate this script # chkconfig: 2345 99 01 # description: control Jef Poskanzer's tiny/turbo/throttling http daemon # source function
www.eeworm.com/read/236412/4640673

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/232016/4706675

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/229812/4736728

asm beep.asm

.model tiny beep macro mov ah,2 mov dl,7 int 21h endm .code da_start: beep beep ret end da_start
www.eeworm.com/read/227344/4775666

bat copylib.bat

REM COPY the RTX51 Tiny Library Files REM to the LIB folder REM COPY Rtx51tny.lib ..\..\lib COPY Rtx51bt.lib ..\..\lib
www.eeworm.com/read/227344/4775680

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/209616/4957718

init thttpd.init

#!/bin/bash # The following two lines enable chkconfig(1) to manipulate this script # chkconfig: 2345 99 01 # description: control Jef Poskanzer's tiny/turbo/throttling http daemon # source function