代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/191997/8412441
vb stationlisteditdialog.vb
Option Explicit On
Option Strict On
Imports System.Windows.Forms
''' Copyright
www.eeworm.com/read/391280/8412497
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public FNAME As String
Public rs As Recordset
Public DataFile As Integer
Public Fl As Long
Public block As Integer
Public Const blocksize As Intege
www.eeworm.com/read/391172/8417624
def gpsgpiobulverde.def
; GpsGpioBulverde.def : Declares the module parameters for the DLL.
LIBRARY "GpsGpioBulverde"
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/391172/8417678
def gpsspibulverde.def
; GpsSpiBulverde.def : Declares the module parameters for the DLL.
LIBRARY "GpsSpiBulverde"
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/291040/8443865
def cj60lib.def
; CJ60Lib.def : Declares the module parameters for the DLL.
;LIBRARY "CJ60Lib"
DESCRIPTION 'CJ60Lib Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/389483/8517317
def demomotocon.def
; DemoMotocon.def : Declares the module parameters for the DLL.
LIBRARY "DemoMotocon"
DESCRIPTION 'DemoMotocon Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/188587/8526432
def sms.def
; Sms.def : Declares the module parameters for the DLL.
LIBRARY "Sms"
DESCRIPTION 'Sms Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/289770/8528063
def talkdll.def
; TalkDll.def : Declares the module parameters for the DLL.
LIBRARY "TalkDll"
DESCRIPTION 'TalkDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/188554/8528763
def wordrpt.def
; WordRpt.def : Declares the module parameters for the DLL.
LIBRARY "WordRpt"
DESCRIPTION 'WordRpt Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/289553/8545123
bas 工资管理.bas
Attribute VB_Name = "ggzlzc"
Option Explicit
Public user As String
Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpbuffer As String, ByVal nsize As Long) A