代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/453743/7412965
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/448006/7541975
ldo bcd_7seg.ldo
# Auto generated by Project Navigator for Modelsim
vlib work
vcom -93 -explicit bcd_7seg.vhd
## You need to generate your own stimuli
vsim -t 1ps bcd_7seg
view wave
add wave *
view structur
www.eeworm.com/read/447390/7553603
fdo wave.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Tue Dec 30 20:07:26 中国标准时间 2008
##
vlib work
vcom -93 -explicit fenpin1.vhdl
vcom -93 -explicit wave.vhw
vsim -t
www.eeworm.com/read/164665/7692455
bas secured.bas
Attribute VB_Name = "modSecuredAccess"
Option Explicit
Sub Main()
End Sub
www.eeworm.com/read/435828/7783517
bas mdlgame.bas
Attribute VB_Name = "mdlGame"
Option Explicit
Public Sub InitGame()
'玉蜞眍怅
www.eeworm.com/read/299897/7826034
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/434471/7864931
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/399370/7866745
def gpscplud.def
LIBRARY GPS103UD
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1