代码搜索:explicit

找到约 10,000 项符合「explicit」的源代码

代码结果 10,000
www.eeworm.com/read/332978/7142322

java explicitstatic.java

//: initialization/ExplicitStatic.java // Explicit static initialization with the "static" clause. import static net.mindview.util.Print.*; class Cup { Cup(int marker) { print("Cup(" + ma
www.eeworm.com/read/463947/7172337

asp search.asp

www.eeworm.com/read/461338/7228959

bas modftpoperation.bas

Attribute VB_Name = "modFtpOperation" Option Explicit Public Const INTERNET_OPEN_TYPE_PRECONFIG = 0 '// use registry configuration Public Const INTERNET_OPEN_TYPE_DIRECT =
www.eeworm.com/read/460823/7240287

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '===================================== Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hWnd As Long, ByVal wMsg As Lon
www.eeworm.com/read/460514/7248459

asp selectsubject.asp

function tgotourl(urls
www.eeworm.com/read/380487/7250361

asp aspcheck.asp

www.eeworm.com/read/459953/7261205

asp upload.asp

www.eeworm.com/read/455819/7363998

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/455819/7364009

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/455819/7364014

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