代码搜索:Text

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

代码结果 10,000
www.eeworm.com/read/207238/15278939

htm tabsquery_text.htm

www.eeworm.com/read/205840/15305689

ybs text1.ybs

REM this is the first yabasic-program input "Enter two numbers:" a,b print a,"+",b,"=",a+b print "Please enter your Name:"; INPUT a$ print "Hello ",a$," !"
www.eeworm.com/read/898/6080

h text_private.h

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/2264/15754

asm text4.asm

LED_0 EQU 30H LED_1 EQU 31H LED_2 EQU 32H ADC EQU 35H TCNTA EQU 36H TCNTB EQU 37H H_TEMP EQU 38H L_TEMP EQU 39H FLAG BIT 00H H_ALM BIT P3.0 L_ALM BIT P3.1 SOUND BIT P3.7 CLO
www.eeworm.com/read/2264/15813

asm text2.asm

TCNTA EQU 30H TCNTB EQU 31H SEC EQU 32H KEYCNT EQU 33H SP1 BIT P3.5 ORG 00H LJMP START ORG 0BH LJMP INT_T0 START: MOV KEYCNT,#00H MOV SEC,#00H MOV A,SEC MOV B,#10 DIV AB MOV DPTR,#TABLE
www.eeworm.com/read/2264/15907

asm text1.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START JNB FLAG,NEXT MOV R2,#200 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 DJNZ R2,DV CPL FLAG NEXT: MOV R2,#200 DV1:
www.eeworm.com/read/2264/15908

lst text1.lst

A51 MACRO ASSEMBLER TEXT1 07/29/2006 13:39:36 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Text1.OBJ ASSEMBLER IN
www.eeworm.com/read/2264/15911

obj text1.obj