代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/187841/8596524
do func_sim.do
# 16b/20b Functional Simulation ModelSim DO file
# Create work library
vlib work
# Compile package files
vcom -just e -93 -explicit -work work pkg_convert.vhd
vcom -skip e -93 -explicit -wo
www.eeworm.com/read/432289/8614369
cpp statcast.cpp
//: C24:Statcast.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Examples of static_cast
class Base { /
www.eeworm.com/read/431323/8688076
vb application.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.832
'
' Changes to
www.eeworm.com/read/430659/8734769
bas readini.bas
Attribute VB_Name = "ReadINI"
Option Explicit
Public Function DBPath() As String
DBPath = "C:\Chapter12\Orders.mdb"
End Function
www.eeworm.com/read/430362/8754166
fdo tb_uart.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Sun Mar 15 21:55:02 涓?鍥芥爣鍑嗘椂闂? 2009
##
vlib work
vcom -93 -explicit baud.vhd
vcom -93 -explicit reciever.vhd
vcom
www.eeworm.com/read/429720/8792862
vb application.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.1433
'
' Changes t
www.eeworm.com/read/429720/8793088
vb application.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.1433
'
' Changes t
www.eeworm.com/read/428770/8842915
bas mcustomdrawlv.bas
Attribute VB_Name = "MSubclass"
Option Explicit
' demo project showing how to custom draw single items in a listview
' by Bryan Stafford of New Vision Software
www.eeworm.com/read/284998/8877531
cpp static_cast.cpp
//: C03:static_cast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
void func(int) {}
int main()
www.eeworm.com/read/427434/8945082
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Public Conn As New ADODB.Connection
Public ConnAccess As New ADODB.Connection
Public Sub main()
frmMian.Show
End Sub