代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/288910/8595600
h peekbackstack.h
#include "IntArray.h"
class PeekbackStack : public IntArray {
private:
// const int static bos = -1;
const int static bos;
public:
// explicit PeekbackStack( int size )
PeekbackStack( int
www.eeworm.com/read/432173/8622187
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public strCurUser As String
Public dteSysDate As Date
Public intNumWindows As Integer
Public strConnect As String
Sub main()
frmLogin.Show vb
www.eeworm.com/read/431835/8650980
bas modglobals.bas
Attribute VB_Name = "modGlobals"
Option Explicit
'Use the SQL DMO object to find available SQL Servers
Public oSQLServerDMOApp As SQLDMO.Application
'The Server we are connected to
Public oSQLSer
www.eeworm.com/read/287580/8680456
def dualserver.def
; DualServer.def : Declares the module parameters for the DLL.
LIBRARY "Chapter6_Dualerver"
DESCRIPTION 'Chapter6_DualServer Windows Dynamic Link Library'
EXPORTS
; Explicit exports
www.eeworm.com/read/386607/8735629
java conditionboundedbuffer.java
package net.jcip.examples;
import java.util.concurrent.locks.*;
import net.jcip.annotations.*;
/**
* ConditionBoundedBuffer
*
* Bounded buffer using explicit condition variables
*
* @auth
www.eeworm.com/read/430396/8750743
bas mod_export.bas
Attribute VB_Name = "Mod_export"
Option Explicit
Private Declare Function GetProp Lib "user32.dll" Alias "GetPropA" ( _
ByVal hWnd As Long, _
ByVal lpString As
www.eeworm.com/read/430096/8766513
java basicgeneratordemo14.java
// generics/BasicGeneratorDemo14.java
// TIJ3 Chapter Generics, Exercise 14, page 639
/* Modify BasicGeneratorDemo.java to use the explicit form of creation for the
* Generator (that is, use the ex
www.eeworm.com/read/385964/8774739
bas modupdate.bas
Attribute VB_Name = "ModUpdate"
Option Explicit
Public Sub Update_People()
Dim a As Integer
' a = MDIfrmMain.lvPeople.ListItems.Add.Index
' MDIfrmMain.lvPeople.ListItems(a).Text =