代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/129700/14232519
bas mymodule.bas
Attribute VB_Name = "MyFirstModule"
Option Explicit
Public UserID As String '存储本次登陆的用户编号
'Public ok As Boolean '存储登陆校验是否通过
Public times As Integer '存储用户试图登陆的次数
Public finded As Boolean
www.eeworm.com/read/222649/14681210
bas moddycx.bas
Attribute VB_Name = "ModDYCX"
Option Explicit
Public ZDDH As Integer
Global KBDH As Integer
Global KBMC As String
Public MnuDYCX_Cnt As Integer
Public colCount As Integer
Public DYCX_Mnu(
www.eeworm.com/read/117188/14937728
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public shuju As String
Public mima As String
Public sa As String
Public str1 As String
Private Sub Main()
login.Show
'MsgBox shuju
End Sub
www.eeworm.com/read/217759/14952201
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public userID As String
Public username As String
www.eeworm.com/read/213084/15142934
ado tb_adder_register.ado
source {C:/Xilinx8.1/data/projnav/scripts/VsimStopServer.tcl}
-- Auto Generated by Project Navigator to simulate
-- HDL Bencher Annotated Test Bench
--
vlib work
onbreak {resume}
onerror {quit -
www.eeworm.com/read/213084/15142957
ado tb_hand_shake.ado
source {C:/Xilinx8.1/data/projnav/scripts/VsimStopServer.tcl}
-- Auto Generated by Project Navigator to simulate
-- HDL Bencher Annotated Test Bench
--
vlib work
onbreak {resume}
onerror {quit -
www.eeworm.com/read/168845/5430527
hpp distinct.hpp
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2003 Vaclav Vesely
http://spirit.sourceforge.net/
www.eeworm.com/read/164520/5489415
bas x2分布m1.bas
Attribute VB_Name = "modCall"
Option Explicit
'调用计算卡方分布函数的子程序
Sub Main()
Dim I As Integer, F As Double, d As Double
Dim F1 As Single, d1 As Single
For I = 1 To 9
CX2 I, 5, F
www.eeworm.com/read/163892/5506102
def plugin_one.def
; PlugIn_one.def : Declares the module parameters for the DLL.
LIBRARY "PLUGIN_ONE"
;DESCRIPTION 'PLUGIN_ONE Windows CE Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/162614/5520023
c decl6.c
// { dg-do assemble }
//
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Sep 1999
int j();
struct B {};
struct A
{
friend explicit int j(