代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/266379/11229045

cpp fig01_19.cpp

/** * A class for simulating a memory cell. */ template class MemoryCell { public: explicit MemoryCell( const Object & initialValue = Object( ) ) : storedValue(
www.eeworm.com/read/266379/11229133

cpp fig05_15.cpp

explicit HashTable( int size = 101 ) : array( nextPrime( size ) ) { makeEmpty( ); } void makeEmpty( ) { currentSize = 0; for( int i = 0; i < array.size( );
www.eeworm.com/read/266379/11229246

cpp fig01_06.cpp

/** * A class for simulating an integer memory cell. */ class IntCell { public: explicit IntCell( int initialValue = 0 ) : storedValue( initialValue ) { } int read( ) const
www.eeworm.com/read/266379/11229406

cpp fig08_06.cpp

class DisjSets { public: explicit DisjSets( int numElements ); int find( int x ) const; int find( int x ); void unionSets( int root1, int root2 ); private: vector
www.eeworm.com/read/266379/11229495

cpp fig06_04.cpp

template class BinaryHeap { public: explicit BinaryHeap( int capacity = 100 ); explicit BinaryHeap( const vector & items ); bool isEmpty( ) cons
www.eeworm.com/read/266090/11240571

asp const.asp

www.eeworm.com/read/335968/12487263

def javamidi.def

LIBRARY JAVAMIDI DESCRIPTION JAVAMIDI Windows MIDI Wrapper for Java EXPORTS ; Explicit exports can go here
www.eeworm.com/read/249456/12502712

bas vbdos.bas

Attribute VB_Name = "ModvbDOS" 'CODE Manger By BcodeXRose '使用 Option Explicit 可以避免隐式创建 Variant 类型的变量 Option Explicit '+----+----+----+----+----+----+----+----+----+----+----+----+----+ '+---
www.eeworm.com/read/248570/12552764

asp ops.asp

www.eeworm.com/read/248570/12552784

asp sound.asp