代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/445022/7601213
def func_out.def
; Func_Out.def : Declares the module parameters for the DLL.
LIBRARY "Func_Out"
DESCRIPTION 'Func_Out Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/439664/7703713
txt code133a.txt
Option Explicit
Public Sub Main()
Debug.Print "Local Values =", Local_Values
Debug.Print "A, B and C equal: " A, B, C
End Sub
Private Function Local_Values() as Integer
Dim A As Intege
www.eeworm.com/read/436538/7768184
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/436514/7768831
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/435762/7785085
def ecg_view.def
; ECG_VIEW.def : Declares the module parameters for the DLL.
LIBRARY "ECG_VIEW"
DESCRIPTION 'ECG_VIEW Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/399819/7832499
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public a As Integer
Public b As Integer
Public c As Integer
Public d As Integer
www.eeworm.com/read/299266/7869054
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/199079/7889385
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public select_menu As String '标记所选择的菜单
Public userID As String '标记当前用户ID
P
www.eeworm.com/read/298552/7951349
bas modeapi.bas
Attribute VB_Name = "modeapi"
Option Explicit
' 侦测音效卡的API
Declare Function waveOutGetNumDevs Lib "winmm.dll" () As Long
' 定义矩形区域的自订变数
Type tRect
Left As Long
Top As Long
Right
www.eeworm.com/read/397174/8064083
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