代码搜索:Initialization

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

代码结果 10,000
www.eeworm.com/read/165870/10048239

cpp 痴迷人信号采集系统.cpp

// 痴迷人信号采集系统.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "痴迷人信号采集系统.h" #include "痴迷人信号采集系统Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F
www.eeworm.com/read/165854/10048736

cpp supercomm.cpp

// SuperComm.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "SuperComm.h" #include "SuperCommDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F
www.eeworm.com/read/165844/10050184

cpp recordhwnd.cpp

// RecordHWnd.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "RecordHWnd.h" #include "RecordHWndDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THI
www.eeworm.com/read/165839/10050287

cpp russiangame.cpp

// RussianGame.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "RussianGame.h" #include "RussianGameDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/165824/10050518

cpp flash.cpp

// Flash.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Flash.h" #include "FlashDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/165755/10052507

cpp expresion.cpp

// expresion.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "expresion.h" #include "expresionDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F
www.eeworm.com/read/165732/10052995

cpp wiseboy.cpp

// WiseBoy.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "WiseBoy.h" #include "WiseBoyDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE s
www.eeworm.com/read/165701/10053782

cpp facedetect.cpp

// FaceDetect.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "FaceDetect.h" #include "FaceDetectDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THI
www.eeworm.com/read/165662/10054843

cpp sniffusb.cpp

// SniffUSB.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "SniffUSB.h" #include "SniffUSBDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/361386/10055390

tig test44.tig

/* valid nil initialization and assignment */ let type rectype = {name:string, id:int} var b:rectype := nil in b := nil end