代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/329993/12921051
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/141796/12984023
bas mdlstudentinfo.bas
Attribute VB_Name = "StudentInfo"
Option Explicit
Public StudentNum As String '保存学生学号
Public StudentCode As String '保存学生考号
Public TestServerIP As String '保存考试服务器IP
www.eeworm.com/read/242370/13009004
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/240432/13218666
bas mdlstandard.bas
Attribute VB_Name = "mdlStandard"
Option Explicit
'改变用来保存当前的用户类型,其中0表示管理人员,1表示仓管人员,2表示销售人员
Public gnUserType As Integer
'表示当前的用户名称
Public gsUserName As String
'数据连接,在打开记录集和操作记录数据时使用.
Publ
www.eeworm.com/read/138403/13237980
bas gpsboyce.bas
Attribute VB_Name = "basGPSBoyCE"
Option Explicit
Dim Emulate As Boolean
Dim InitDate As Boolean
Dim InitPos As Boolean
Dim curlat, curlng
Dim maxspd, maxalt
www.eeworm.com/read/239966/13243657
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/324367/13268482
txt pgm05_08.txt
//
// This file contains the C# code from Program 5.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C#"
// by Bruno R. Preiss.
//
// Copyright (c) 2001--2
www.eeworm.com/read/321849/13394690
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/320159/13431982
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/311845/13624655
bas modmnuctr.bas
Attribute VB_Name = "ModMnuCtr"
Option Explicit
Public Kubiao_Xuanze As Integer
Public DB As Database
Public Rc As Recordset
Public BasField(1 To 7) As String
Public BasFldCnt(1