代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/138577/13230992

bas mdlpub.bas

Attribute VB_Name = "mdlPub" Option Explicit Public Const MaxRecNumber = 200 Public Con As ADODB.Connection Public Agree As Boolean Private Const ConStr = "Provider=Microsoft.Jet.OLEDB.3.51;Persi
www.eeworm.com/read/239185/13299081

def gpscplud.def

LIBRARY GPS103UD DESCRIPTION 'GPS Control Panel Applet' EXPORTS ; Explicit exports can go here CPlApplet @1
www.eeworm.com/read/239185/13299105

def gpscplu.def

LIBRARY GPS103U DESCRIPTION 'GPS Control Panel Applet' EXPORTS ; Explicit exports can go here CPlApplet @1
www.eeworm.com/read/239185/13299108

def gpscpld.def

LIBRARY GPS103D DESCRIPTION 'GPSLIB Control Panel Applet' EXPORTS ; Explicit exports can go here CPlApplet @1
www.eeworm.com/read/239185/13299130

def gpscpl.def

LIBRARY GPS103 DESCRIPTION 'GPSLIB Control Panel Applet' EXPORTS ; Explicit exports can go here CPlApplet @1
www.eeworm.com/read/137548/13313074

cpp explicitkeyword.cpp

//: C12:ExplicitKeyword.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Using the "explicit" key
www.eeworm.com/read/137446/13322201

bas module1.bas

Attribute VB_Name = "Module1" Public fMainForm As frmMain Option Explicit Sub Main() Dim fLogin As New frmLogin fLogin.Show vbModal If Not fLogin.OK Then End End If Unload
www.eeworm.com/read/136879/13356183

h array3.h

// Fig. 21.11: array3.h // Simple class Array (for integers) #ifndef ARRAY1_H #define ARRAY1_H #include class Array { friend ostream &operator
www.eeworm.com/read/322031/13390808

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '定义cnn为数据库连接对象 Public cnn As New ADODB.Connection Public DBcnnstr As String Sub Main() '连接数据库 DBcnnstr = "Driver={sql server};serv
www.eeworm.com/read/322026/13390843

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '定义cnn为数据库连接对象 Public cnn As New ADODB.Connection Public DBcnnstr As String Sub Main() '连接数据库 DBcnnstr = "Driver={sql server};serv