代码搜索:instance

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

代码结果 10,000
www.eeworm.com/read/327410/13080903

tcl memory_xmdf.tcl

# The package naming convention is _xmdf package provide memory_xmdf 1.0 # This includes some utilities that support common XMDF operations package require utilities_xmdf # Define a
www.eeworm.com/read/326320/13147276

cpp state_fireandswoop.cpp

// ------------------------------------------------------------ // File Name: CState_FireAndSwoop.cpp // Description: // Doctrine Name: StrikeDoctrine // Object Name: FireAndSwoop // Object Desc
www.eeworm.com/read/325696/13189381

cpp mixer.cpp

#include "mixer.h" Mixer *Mixer::get() { return &s_instance; } Mixer::Mixer() : m_volume(80) , m_speaker_on(false) { } void Mixer::setVolume(int volume) { m_volume= volume; emit volumeChanged
www.eeworm.com/read/325098/13227596

html chp5.html

第 五 章 Java的 类 类 是
www.eeworm.com/read/239554/13272294

h cheb_filt_iir.h

// // File = cheb_filt_iir.h // #ifndef _CHEB_FILT_IIR_H_ #define _CHEB_FILT_IIR_H_ #include "anlg_filt_iir.h" #include "psmodel.h" template class ChebyshevFilterByIir : publi
www.eeworm.com/read/239554/13272384

h siganchr.h

// // File = siganchr.h // #ifndef _SIGANCHR_H_ #define _SIGANCHR_H_ #include "signal_T.h" #include "psmodel.h" #include "typedefs.h" class SignalAnchor : public PracSimModel { pu
www.eeworm.com/read/239554/13272545

h elip_filt_intg.h

// // File = elip_filt_intg.h // #ifndef _ELIP_FILT_INTG_H_ #define _ELIP_FILT_INTG_H_ #include "anlg_filt_intg.h" #include "psmodel.h" class EllipticalFilterByInteg : public AnalogFilte
www.eeworm.com/read/239554/13272577

h elip_filt_iir.h

// // File = elip_filt_iir.h // #ifndef _ELIP_FILT_IIR_H_ #define _ELIP_FILT_IIR_H_ #include "anlg_filt_iir.h" #include "psmodel.h" template < class T> class EllipticalFilterByIir : pub
www.eeworm.com/read/239554/13272628

h butt_filt_intg.h

// // File = butt_filt_intg.h // #ifndef _BUTT_FILT_INTG_H_ #define _BUTT_FILT_INTG_H_ #include "anlg_filt_intg.h" #include "psmodel.h" class ButterworthFilterByInteg : public AnalogFilt
www.eeworm.com/read/239554/13272632

h discrete_adv_t.h

// // File = discrete_adv_T.h // #ifndef _DISCRETE_ADV_T_H_ #define _DISCRETE_ADV_T_H_ #include "signal_T.h" #include "psmodel.h" #include "adv_modes.h" #include "control_T.h" templa