代码搜索:Endnote
找到约 46 项符合「Endnote」的源代码
代码结果 46
www.eeworm.com/read/229812/4751868
gml svolatil.gml
.section VOLATILE Statement
.*
.mbox begin
VOLATILE [a [,a] ...]
.mbox end
.synote
.mnote a
is a variable name or an array name.
.endnote
.np
The
.kw VOLATILE
statement is used to in
www.eeworm.com/read/229812/4751755
gml was.gml
.dm category begin
.begnote
.note Category:
&*
.endnote
.dm category end
.dm syntax begin
.begnote
.note Syntax:
.us on
.* Screwing with formatting is extremely bad idea for online help!
www.eeworm.com/read/229812/4751783
gml sstructu.gml
.section STRUCTURE Statement
.*
.mext begin
STRUCTURE /typename/
.mext end
.synote 10
.mnote typename
is the name for a new, compound variable, data type.
.endnote
.np
The
.kw STRUCTU
www.eeworm.com/read/229812/4751788
gml sprogram.gml
.section PROGRAM Statement
.*
.mbox begin
PROGRAM pgm
.mbox end
.synote 5
.mnote pgm
is the symbolic name of the main program.
.endnote
.np
A
.kw PROGRAM
statement is optional in an
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/4751811
gml sintrins.gml
.section INTRINSIC Statement
.*
.mbox begin
INTRINSIC f [,f] ...
.mbox end
.synote
.mnote f
is the name of an intrinsic function name.
.endnote
.np
An
.kw INTRINSIC
statement is used
www.eeworm.com/read/229812/4751816
gml sreturn.gml
.section RETURN Statement
.*
.mbox begin
RETURN [e]
.mbox end
.synote
.mnote e
is an integer expression.
.endnote
.np
A
.kw RETURN
statement is used to terminate execution of a subpr
www.eeworm.com/read/229812/4751853
gml sassign.gml
.section Statement Label Assignment (ASSIGN) Statement
.*
.mbox begin
ASSIGN s TO i
.mbox end
.synote
.mnote s
is a statement label
.mnote i
is an integer variable name
.endnote
.np
www.eeworm.com/read/229812/4751839
gml sexecute.gml
.section EXECUTE Statement
.*
.mext begin
EXECUTE name
.mext end
.synote 6
.mnote name
is the name of a
.kw REMOTE BLOCK
located in the same program unit.
.endnote
.np
The
.kw EXECU
www.eeworm.com/read/229812/4751883
gml sremote.gml
.section REMOTE BLOCK Statement
.*
.mext begin
REMOTE BLOCK name
.mext end
.synote 6
.mnote name
is a valid FORTRAN symbolic name.
.endnote
.np
The
.kw REMOTE BLOCK
statement is used