代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/263812/11339919
bas modlinear.bas
Attribute VB_Name = "modLinear"
' Code module modLinear.bas
Option Explicit
Function LinearSearch(a() As Integer, key As Integer) As Integer
Dim x As Integer
For x = LBound(a) To UBound
www.eeworm.com/read/263503/11360334
def mfc_com.def
; MFC_Com.def : Declares the module parameters for the DLL.
LIBRARY "MFC_COM"
;DESCRIPTION 'MFC_COM Windows CE Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUn
www.eeworm.com/read/404433/11485398
def dll_queue.def
; Dll_Queue.def : Declares the module parameters for the DLL.
LIBRARY "Dll_Queue"
DESCRIPTION 'Dll_Queue Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/403013/11523952
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/158498/11609522
bas trunc.bas
Option Explicit
Function Trunc& (num#)
Dim t$, i%
Static dec_sep$
If dec_sep$ = "" Then dec_sep$ = GetPrivateProfileString$("intl", "sDecimal", "WIN.INI")
t$ = CStr(num#)
i% = InS
www.eeworm.com/read/258883/11834271
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/257016/11959994
txt vba13-3.txt
Option Explicit
Dim m_blnMouseDown As Boolean
Dim m_pPoint As IPoint
www.eeworm.com/read/343072/11977717
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By
www.eeworm.com/read/151539/12202847
def gprs_smm.def
; GPRS_SMM.def : Declares the module parameters for the DLL.
LIBRARY "GPRS_SMM"
DESCRIPTION 'GPRS_SMM Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
SMMI
www.eeworm.com/read/150612/12282488
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By