代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/234134/4661511

asm exgraph.asm

page 49,132 TITLE exgraph.asm - graphics function and statement executors ;*** ;exgraph.asm - graphics function and statement executors for QBI ; ; Copyright 1986, Microsoft Corporation ;
www.eeworm.com/read/229812/4751683

gml statemen.gml

.ix 'statement' .pp A .us statement describes what actions are to be performed. Statements may only be placed inside functions. Statements are executed in sequence, except where described below.
www.eeworm.com/read/229812/4751808

gml sselect.gml

.section SELECT Statement .* .mext begin SELECT [CASE] (e) [FROM] [: block-label] .mext end .np The .kw SELECT statement is used in conjunction with the .kw CASE and .kw END SELECT
www.eeworm.com/read/229812/4751867

gml scycle.gml

.section CYCLE Statement .* .mext begin CYCLE [: block-label] .mext end .np The .kw CYCLE statement may be used to cause a transfer of control from within a loop to the terminal state
www.eeworm.com/read/204040/5035520

asm lininp.asm

TITLE LININP - LINE INPUT statement page 56,132 ;*** ; LININP - LINE INPUT statement ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mapping to included runtime e
www.eeworm.com/read/204040/5035527

asm draw.asm

PAGE 56,132 TITLE DRAW - Draw Statement Support ;*** ; DRAW - Draw Statement Support ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mapping to included runtime e
www.eeworm.com/read/204040/5035623

asm circle.asm

TITLE CIRCLE - iAPX 88/86 CIRCLE STATEMENT SUPPORT ;*** ; CIRCLE - iAPX 88/86 CIRCLE STATEMENT SUPPORT ; ; Copyright 1986 - 1988, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mappin
www.eeworm.com/read/204040/5035844

asm exgraph.asm

page 49,132 TITLE exgraph.asm - graphics function and statement executors ;*** ;exgraph.asm - graphics function and statement executors for QBI ; ; Copyright 1986, Microsoft Corporation ;
www.eeworm.com/read/331684/3405771

java~3~ first.java~3~

package sfms; import java.sql.*; public class first{ public static void main(String args[]){ //declare Connection and Statement objects Connection conn=null; Statement state=null;
www.eeworm.com/read/331684/3405796

java~4~ first.java~4~

package sfms; import java.sql.*; public class first{ public static void main(String args[]){ //declare Connection and Statement objects Connection conn=null; Statement state=null;