代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/149916/6337034

bas comp_lzwpredefined.bas

Attribute VB_Name = "Comp_LZW_Predefined" 'Option Compare Database Option Explicit 'This is a 2 run method Private MaxChars As Long Private TempStream() As Byte Private OutStream() As Byte
www.eeworm.com/read/149916/6337042

bas comp_vbcreorderble.bas

Attribute VB_Name = "Comp_VBCReorderble" Option Explicit 'This is a 2 run method Private Type Bitset LowValue As Integer Needed As Integer End Type Private Type MinMax Minimu
www.eeworm.com/read/149916/6337054

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 of
www.eeworm.com/read/149916/6337063

bas cod_bwt.bas

Attribute VB_Name = "Cod_BWT" Option Explicit 'This is a Burrows-Wheeler transform coder 'It works by sorting al the data in lexicographical order 'and the it takes the last character of each ar
www.eeworm.com/read/149916/6337064

bas cod_differ.bas

Attribute VB_Name = "Cod_Differ" Option Explicit 'This coder calculates the difference between two codes 'if the first code = 20 and the second code = 15 then then difference 'between those two
www.eeworm.com/read/446602/6337747

vb frmitemwrite.vb

Option Strict Off Option Explicit On Friend Class frmItemWrite Inherits System.Windows.Forms.Form Public mbReturn As Boolean Public Value As String Public Async As Integer Private Su
www.eeworm.com/read/446602/6337756

vb yfopcsdk.vb

Option Strict Off Option Explicit On Imports System.Runtime.InteropServices Imports System.Text Module YFOPCSDK Public Delegate Sub AddOPCnameProxy(ByVal Name As String, ByVal clsid As
www.eeworm.com/read/446602/6337761

vb frmmain.vb

Option Strict Off Option Explicit On Friend Class frmMain Inherits System.Windows.Forms.Form Dim ComputerName, ServerClassID As String Dim temp1 As New ServerDataChangeProcProxy(AddressO
www.eeworm.com/read/406821/6339767

bas clsstart.bas

Attribute VB_Name = "clsStart" Option Explicit Public trycount As Integer Public db As clsDataBase Public AppPath As String Public sys As New clsSystem '密码尝试次数 Const CompanyName As
www.eeworm.com/read/160960/6353071

asp base64.asp