代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/112162/6150476

in makefile.in

# a modules Makefile has no explicit targets -- they will be defined by # whatever modules are enabled. just grab special.mk to deal with this. include $(top_srcdir)/build/special.mk
www.eeworm.com/read/112162/6150489

in makefile.in

# a modules Makefile has no explicit targets -- they will be defined by # whatever modules are enabled. just grab special.mk to deal with this. include $(top_srcdir)/build/special.mk
www.eeworm.com/read/193466/6326022

bas mdlmtypeop.bas

Attribute VB_Name = "mdlMTypeOp" Option Explicit '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' 客户类型管理操作函数 '添加客户类型 Private Sub AddClientType(ByRef trv As Tre
www.eeworm.com/read/494119/6378778

def para_database_program.def

; para_database_program.def : Declares the module parameters for the DLL. LIBRARY "para_database_program" DESCRIPTION 'para_database_program Windows Dynamic Link Library' EXPORTS ; E
www.eeworm.com/read/494135/6378887

def para_database_program.def

; para_database_program.def : Declares the module parameters for the DLL. LIBRARY "para_database_program" DESCRIPTION 'para_database_program Windows Dynamic Link Library' EXPORTS ; E
www.eeworm.com/read/494051/6387248

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public a As Long Public Function cnn() As ADODB.Connection '定义连接函数 '创建连接 Set cnn = New ADODB.Connection cnn.Open "Provider=MSDASQL.1;Persist
www.eeworm.com/read/493068/6405627

bas modglobal.bas

Attribute VB_Name = "modGlobal" Option Explicit Public Sub Main() frmNWCheck.Show End Sub
www.eeworm.com/read/493068/6406103

bas readini.bas

Attribute VB_Name = "ReadINI" Option Explicit Public Function DBPath() As String DBPath = "e:\lt\db\biblio.mdb" End Function
www.eeworm.com/read/493068/6406110

bas readini.bas

Attribute VB_Name = "ReadINI" Option Explicit Public Function DBPath() As String DBPath = "D:\lt\db\Orders.mdb" End Function
www.eeworm.com/read/493068/6406114

bas readini.bas

Attribute VB_Name = "ReadINI" Option Explicit Public Function DBPath() As String DBPath = "E:\lt\db\biblio.mdb" End Function