代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/292143/8375266

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 Mi
www.eeworm.com/read/292143/8375267

bas cod_valdownshift.bas

Attribute VB_Name = "Cod_ValDownShift" 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/292143/8375273

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/292143/8375294

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/292143/8375297

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/192089/8408029

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/291489/8415059

bas midmif.bas

Attribute VB_Name = "Module6" Option Explicit Dim ColumnsN As Integer, ColumnsType() As String Dim PenWidth As Integer, PenPattern As Integer, PenColor As Long Dim FillPattern As Integer, FillFore
www.eeworm.com/read/289731/8532638

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/188084/8573760

bas modsql.bas

Attribute VB_Name = "modSQL" Option Explicit Public Enum eDataType eString = 1 eInteger eDate eDecimal eBool End Enum Public Enum eOperatorType cEqual = 1 cLowerEqual c