代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/162195/10327282
bas gpsboyce.bas
Attribute VB_Name = "basGPSBoyCE"
Option Explicit
Dim Emulate As Boolean
Dim InitDate As Boolean
Dim InitPos As Boolean
Dim curlat, curlng
Dim maxspd, maxalt
www.eeworm.com/read/161998/10347684
bas mdlstudentinfo.bas
Attribute VB_Name = "StudentInfo"
Option Explicit
Public StudentNum As String '保存学生学号
Public StudentCode As String '保存学生考号
Public TestServerIP As String '保存考试服务器IP
www.eeworm.com/read/161998/10348088
bas mdlstudentinfo.bas
Attribute VB_Name = "StudentInfo"
Option Explicit
Public StudentNum As String '保存学生学号
Public StudentCode As String '保存学生考号
Public TestServerIP As String '保存考试服务器IP
www.eeworm.com/read/425160/10376228
h bookexcept.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/161732/10382122
bas mdlstudentinfo.bas
Attribute VB_Name = "StudentInfo"
Option Explicit
Public StudentNum As String '保存学生学号
Public StudentCode As String '保存学生考号
Public TestServerIP As String '保存考试服务器IP
www.eeworm.com/read/352196/10575815
bas enter.bas
Attribute VB_Name = "Enter"
Option Explicit
Public Sub Main()
End Sub
www.eeworm.com/read/352028/10587405
bas submain.bas
Attribute VB_Name = "SubMain"
Option Explicit
Sub Main()
If Not App.PrevInstance Then
Load frmSplash
frmSplash.Show vbModal
ElseIf App.PrevInstance Then
MsgBox "该应用程序的
www.eeworm.com/read/351896/10598098
h bookexcept.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/158831/10724900
bas 数据文件v(bas模块modp).bas
Attribute VB_Name = "modP"
'公有参数
Option Explicit
Public intRow As Integer '行数
Public intCol As Integer '列数
Public strFileName '文件名
Public intFileNumber As
www.eeworm.com/read/349896/10788649
def ex110300b.def
; Ex110300b.def : Declares the module parameters for the DLL.
LIBRARY "Ex110300b"
DESCRIPTION 'Ex110300b Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here