代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/343072/11977781

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit ' ' Copyright
www.eeworm.com/read/343011/11984127

bas mdlpub.bas

Attribute VB_Name = "mdlPub" Option Explicit Public Const MaxRecNumber = 200 Public Con As ADODB.Connection Public Agree As Boolean Private Const ConStr = "Provider=Microsoft.Jet.OLEDB.3.51;Persi
www.eeworm.com/read/153498/12030164

ddf libadmin.ddf

.OPTION EXPLICIT .Set Cabinet=off .Set Compress=off .Set MaxDiskSize=CDROM .Set ReservePerCabinetSize=6144 .Set DiskDirectoryTemplate=".." .Set CompressionType=MSZIP .Set CompressionLevel=7 .S
www.eeworm.com/read/255989/12038670

asp exit.asp

www.eeworm.com/read/152786/12083194

asn cryptlib.asn

-/ This specification makes one slight deviation from standard ASN.1 syntax to overcome an annoyance in ASN.1 which requires a separate -- at the start of each and every line of comment. Inst
www.eeworm.com/read/150612/12282532

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit ' ' Copyright
www.eeworm.com/read/251313/12353220

def phone.def

LIBRARY Phone DESCRIPTION 'Phone Windows Dynamic Link Library' EXETYPE WINDOWS EXPORTS ; Explicit exports can go here StartPhone @1 ClosePhone @2
www.eeworm.com/read/250409/12408042

bas mdlstandard.bas

Attribute VB_Name = "mdlStandard" Option Explicit '0-表示教师身份;1-表示学生身份 Public gnUserType As Integer Public gsUserName As String Sub Main() gnUserType = 0 gsUserName = "" f
www.eeworm.com/read/131948/14118524

asp logout.asp

www.eeworm.com/read/131795/14126007

dat vb_code43b.dat

语法 ---- Option <mark>Explicit</mark> 说明 ---- 如果使用,Option <mark>Explicit</mark> 语句必须写在模块的所有过程之前。 如果模块中使用了 Option <mark>Explicit</mark>,则必须使用 Dim、Private、Public、ReDim 或 Static 语句来显式声明所有的变量。如果使用了未声明的变量名在编译时间会出现错误。 如果没有使用 Option ...