代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/424065/10498213
bas ontop.bas
Attribute VB_Name = "ontop"
Option Explicit
Declare Function SetWindowPos Lib "user32" ( _
ByVal hWnd As Long, _
ByVal hWndInsertAfter As Long, _
ByVal X As Long, _
ByVal Y A
www.eeworm.com/read/424004/10508395
cpp ex10_3.cpp
#include
#include
#include
#include
using namespace std;
const DefaultArraySize=10;//类型缺省为整型
templateclass Array{
public:
explicit A
www.eeworm.com/read/160549/10519148
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/160428/10533906
bas winapi.bas
Attribute VB_Name = "modWinAPI"
Option Explicit
'
' This module file contains definitions, types, and declarations for accessing the
' functions provided by the Windows Win32 API.
'
' Win32
www.eeworm.com/read/278030/10579583
bas cod_valueupshift.bas
Attribute VB_Name = "Cod_ValueUpShift"
Option Explicit
Private Dictionary As String
'This coder work with a dictionary of all ascii codes
'but don't keep track of the counts
'every time a
www.eeworm.com/read/278030/10579621
bas comp_multidict.bas
Attribute VB_Name = "Comp_LZW_Multidict"
Option Explicit
'This is a 1 run method
Private OutStream() As Byte
Private OutPos As Long
Private OutByteBuf As Integer
Private OutBitCount As I
www.eeworm.com/read/278030/10579634
bas comp_arithmetic.bas
Attribute VB_Name = "Comp_Arithmetic"
Option Explicit
'This is a 2 run method
'This is an arithmetic coder
'It works but it's its not the best one
'If you want to use it or test it don't
www.eeworm.com/read/278030/10579636
bas comp_huffshortdict.bas
Attribute VB_Name = "Comp_HuffShortDict"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffManShortDict(FileArray() As B
www.eeworm.com/read/278030/10579645
bas comp_rle_var.bas
Attribute VB_Name = "Comp_RLE_Var"
Option Explicit
Private OutStream() As Byte
Private ContStream() As Byte
Private LengthStream() As Byte
Private ReadBitPos As Integer
Private CntPos As L
www.eeworm.com/read/278030/10579659
bas comp_eliminator.bas
Attribute VB_Name = "Comp_Eliminator"
Option Explicit
Private doTillNoCompress As Boolean
'This is a 2 run method and we have to keep the whole contents
'in memory until some variables are s