代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/481093/6659025
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public findstring As String
www.eeworm.com/read/480701/6660027
c demo.c
#include
#include
int EndOfPgr(int i)
{
exit(i);
}
void press_ret(void)
{
printf("[return]");
getchar();
}
int main(void)
{
#if defined EXPLICIT
extern int demoExplicit
www.eeworm.com/read/477538/6738170
vb application.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to
www.eeworm.com/read/477557/6738636
fdo counter_tbw.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Tue Mar 10 2:59:40 PM China Standard Time 2009
##
vlib work
vcom -93 -explicit counter.vhd
vcom -93 -explicit coun
www.eeworm.com/read/477557/6738646
ado counter_tbw.ado
source {c:/xilinx/data/projnav/scripts/VsimStopServer.tcl}
initIPC 1200
-- Auto Generated by Project Navigator to simulate
-- HDL Bencher Annotated Test Bench
--
vlib work
onbreak {resume}
oner
www.eeworm.com/read/265100/11283008
htm 3-03.htm
Option Explicit
dim V1, V2
V1 = "2008"
V2 = "2008" & 8
document.write(V2)
www.eeworm.com/read/263812/11340202
bas modmodule.bas
Attribute VB_Name = "modModule"
' modModule code module
Option Explicit ' General declaration
Public Sub ModulePrint()
frmForm.Print "ModulePrint"
End Sub
www.eeworm.com/read/404848/11477260
bas start.bas
Attribute VB_Name = "Start"
'***********************************************************************
'* 文件名: databaseop.bas
'* 说 明: 启动模块
'* 版 本: 2005.12.14 颜志军 初版
'*****************************
www.eeworm.com/read/403014/11523749
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()