代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/396111/8125631
bas comp_huffman_dynamic.bas
Attribute VB_Name = "Comp_Huffman_Dynamic"
Option Explicit
Private Type BytePos
Data() As Byte
Position As Long
Buffer As Integer
BitPos As Integer
End Type
Private Strea
www.eeworm.com/read/396111/8125660
bas comp_vbc1.bas
Attribute VB_Name = "Comp_VBC1"
Option Explicit
'This is a 2 run method
Private OutPos As Long
Private OutByteBuf As Integer
Private OutBitCount As Integer
Private ReadBitPos As Integer
www.eeworm.com/read/396111/8125662
bas cod_valuetwister.bas
Attribute VB_Name = "Cod_ValueTwister"
Option Explicit
Private TwistPos As Integer
Private Dictionary As String
'This coder work with a dictionary of all ascii codes
'but don't keep track
www.eeworm.com/read/146081/12677540
bas moddatabound.bas
Attribute VB_Name = "modDataBound"
Option Explicit
Public Const cAppTitle = "DataBound Project"
Public Const cValidDatabase = &H1
Public Const cInvalidDatabase = &HFE
Public Function GetDatabase(
www.eeworm.com/read/146081/12679064
bas getwindowsdirectory.bas
Attribute VB_Name = "GetWindowsDirectoryModule"
Option Explicit
Public Const MAX_PATH = 260
Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As Str
www.eeworm.com/read/146081/12679305
bas getsystemdirectory.bas
Attribute VB_Name = "GetSystemDirectoryModule"
Option Explicit
Public Const MAX_PATH = 260
Declare Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" (ByVal lpBuffer As String,
www.eeworm.com/read/333003/12711656
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