代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/250397/12408512
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/131898/14121261
bas mdlcurrentuserdata.bas
Attribute VB_Name = "CurrentUserData"
Option Explicit
Public CurrentUserNumber As String * 5 '保存当前操作员编号
Public CurrentUserPassword As String * 6 '保存当前操作员口令
Public CurrentUserStatus As Stri
www.eeworm.com/read/232872/14179779
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public NewCreatFile As String
'Public LineName As String
'Public LineNum As String
Public LineNameFolderX As String
Public LineNumFileX As Strin
www.eeworm.com/read/231019/14261275
bas navigationm.bas
Attribute VB_Name = "NavigationM"
Option Explicit
Public Type NavButton
x As Integer ' 按钮所在的X坐标
y As Integer ' 按钮所在的Y坐标
textX As Integer ' 按钮文字所在的X坐标
www.eeworm.com/read/230867/14271388
def mfc_com.def
; MFC_Com.def : Declares the module parameters for the DLL.
LIBRARY "MFC_Com"
DESCRIPTION 'MFC_Com Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/125259/14502795
bas common.bas
Attribute VB_Name = "common"
Option Explicit
Public cnn As clsCon
Public right As String
Public operatorid As String
www.eeworm.com/read/222649/14681621
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
www.eeworm.com/read/121808/14736973
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/119499/14827717
bas mdlcurrentuserdata.bas
Attribute VB_Name = "CurrentUserData"
Option Explicit
Public CurrentUserNumber As String * 5 '保存当前操作员编号
Public CurrentUserPassword As String * 6 '保存当前操作员口令
Public CurrentUserStatus As Stri
www.eeworm.com/read/119177/14837724
bas 变量.bas
Attribute VB_Name = "变量"
Option Explicit
Public con As ADODB.Connection
Public com As ADODB.Command
Public rs As ADODB.Recordset
Public sqlstr As String