代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4751801
gml sexterna.gml
.section EXTERNAL Statement
.*
.mbox begin
EXTERNAL p [,p] ...
.mbox end
.synote
.mnote p
is the name of an external procedure, dummy procedure or block data
subprogram.
.endnote
.np
www.eeworm.com/read/229812/4751829
gml snamelis.gml
.section NAMELIST Statement
.*
.mext begin
NAMELIST /name/ vlist [[,]/name/ vlist] ...
.mext end
.synote 7
.mnote name
is the name, enclosed in slashes, of a group of variables.
It may n
www.eeworm.com/read/229812/4751830
gml sbackspa.gml
.section BACKSPACE Statement
.*
.mbox begin
BACKSPACE u
BACKSPACE (alist)
.mbox end
.synote 7
.mnote u
is an external unit identifier.
.mnote alist
is a list of backspace specifi
www.eeworm.com/read/229812/4751895
gml sblock.gml
.section BLOCK DATA Statement
.*
.mbox begin
BLOCK DATA [sub]
.mbox end
.synote 5
.mnote sub
is an optional symbolic name of the block data subprogram
and must not be the name of an exte
www.eeworm.com/read/229812/4751922
gml scase.gml
.section CASE Statement
.*
.mext begin
CASE cl
.mext end
.synote
.mnote cl
is a list, enclosed in parentheses, of one or more
.us cases
separated by commas, or the
.kw DEFAULT
keyword
www.eeworm.com/read/229812/4751923
gml ssubrout.gml
.section SUBROUTINE Statement
.*
.mbox begin
SUBROUTINE sub [( [d [, d] ...] )]
.mbox end
.synote 5
.mnote sub
is a symbolic name of a subroutine subprogram.
.mnote d
is a variable name
www.eeworm.com/read/229812/4751926
gml sequival.gml
.section EQUIVALENCE Statement
.*
.mbox begin
EQUIVALENCE (nlist) [,(nlist)] ...
.mbox end
.synote 7
.mnote nlist
is a list of at least two names, each name separated by a comma.
.endnot
www.eeworm.com/read/227686/4769662
nt error003-in.nt
# Input file for RDF Model Theory inferencer test case base on the RDF MT
# specification of 23 January 2003
# Description: Statement inheritance does not apply when the "superproperty"
# is a bNode.
www.eeworm.com/read/222086/4822425
c main.c
/**************************************************************************
查看Step Over、Step Into、Step Out、Next Statement的区别
CPU:MSP430F149
编写者:czhang
2005年2月
************************************
www.eeworm.com/read/209160/4987073
java~1~ databasemanager.java~1~
import java.sql.*;
public class DataBaseManager
{
Connection con;
ResultSet rs;
Statement stmt;
public DataBaseManager()
{
try{
DriverManager.registerDriver(new oracle.jdbc.OracleDri