代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/253222/12238430

test tagdemo-exec.test

#! /bin/sh # tagdemo-exec.test - check that programs in the ../tagdemo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
www.eeworm.com/read/253222/12238513

test demo-exec.test

#! /bin/sh # demo-exec.test - check that programs in the ../demo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` tes
www.eeworm.com/read/253222/12238532

test depdemo-exec.test

#! /bin/sh # depdemo-exec.test - check that programs in the ../depdemo subdirectory are viable # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
www.eeworm.com/read/150093/12313066

c gui_exec.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/150093/12314031

o gui_exec.o

www.eeworm.com/read/149234/12393259

asm exec72.asm

org 0000H AJMP START org 0023h AJMP SERIAL ; ORG 30H START: mov SP,#5fh ; mov TMOD,#20h ;T
www.eeworm.com/read/149234/12393262

asm exec061.asm

ORG 0000H AJMP START ORG 30H START: MOV P1,#0FFH ;关所 灯 MOV TMOD,#00000001B ;定时/计数器0工作于方式1 MOV TH0,#15H MOV TL0,#0A0H ;即数5536 SETB TR0 ;定时/计数器0开始运行 LOOP:JBC TF0,NEXT ;如果TF0等于1,则
www.eeworm.com/read/149234/12393263

hex exec81.hex

:020000000130CD :1000300075815F7590FF7580FF75A0FF755A00751B :100040005B011200470142C0E0C0D0E55A90007D3C :1000500093F580C2A712006ED2A7E55B90007D9356 :10006000F580C2A612006ED2A6D0D0D0E022C0D0B9 :10
www.eeworm.com/read/149234/12393265

hex exec066.hex

www.eeworm.com/read/149234/12393266

asm exec062.asm

ORG 0000H AJMP START ORG 000BH ;定时器0的中断向量地址 AJMP TIME0 ;跳转到真正的定时器程序处 ORG 30H START: MOV P1,#0FFH ;关所 灯 MOV TMOD,#00000001B ;定时/计数器0工作于方式1 MOV TH0,#15H MOV TL0,#0A0H ;即数5536 SETB EA