代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/378183/9244758
dat vb_code49b.dat
语法
----
[Public | Private | Friend] [Static] Property Set name ([arglist,] reference)
[statements]
[Exit Property]
[statements]
End Property
Property Set 语句的语法包含下面部分:
部分 描述
O
www.eeworm.com/read/378183/9244774
dat vb_code9b.dat
语法 1
----
[Public | Private] Declare Sub name Lib "libname" [Alias "aliasname"] [([arglist])]
语法 2
----
[Public | Private] Declare Function name Lib "libname" [Alias "aliasname"] [([arglist])]
www.eeworm.com/read/378183/9244890
dat vb_code68b.dat
语法
----
[Private | Public | Friend] [Static] Sub name [(arglist)]
[statements]
[Exit Sub]
[statements]
End Sub
Sub 语句的语法包含下面部分:
部分 描述
Public 可选的。表示所有模块的所有其它过程都可访问这个 Sub
www.eeworm.com/read/378183/9244938
dat vb_code23b.dat
语法
----
[Public | Private | Friend] [Static] Function name [(arglist)] [As type]
[statements]
[name = expression]
[Exit Function]
[statements]
[name = expression]
End Function
Function 语
www.eeworm.com/read/378183/9244973
dat vb_code48b.dat
语法
----
[Public | Private | Friend] [Static] Property Let name ([arglist,] value)
[statements]
[Exit Property]
[statements]
End Property
Property Let 语句的语法包含下面部分:
部分 描述
Publi
www.eeworm.com/read/378183/9244982
dat vb_code47b.dat
语法
----
[Public | Private | Friend] [Static] Property Get name [(arglist)] [As type]
[statements]
[name = expression]
[Exit Property]
[statements]
[name = expression]
End Property
Proper
www.eeworm.com/read/376037/9335839
f90 ex0826.f90
program ex0826
implicit none
interface
subroutine sub(a,b) ! 定义子程式sub的接口
implicit none
integer :: a
integer, optional :: b
end subroutine sub
end interface
call
www.eeworm.com/read/177866/9429825
asn h245v7.asn
MULTIMEDIA-SYSTEM-CONTROL DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- Export all symbols
-- ===================================================================================
-- Top level Messa
www.eeworm.com/read/177866/9429827
asn ro.asn
Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4) informationObjects(5) version2(1) }
DEFINITIONS ::=
BEGIN
-- exports everything
OPERATION ::= CLASS
{
&ArgumentType
www.eeworm.com/read/177866/9429834
asn h4504.asn
Call-Hold-Operations
{itu-t recommendation h 450 4 version1(0) call-hold-operations(0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Ob