代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/130960/14166055
cpp server.cpp
// Server.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Server.h"
#include "ServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/130958/14166146
cpp client.cpp
// Client.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Client.h"
#include "ClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/130955/14166236
cpp comserial.cpp
// COMSerial.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "COMSerial.h"
#include "COMSerialDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/130919/14167489
cpp procompile.cpp
// ProCompile.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyDialog.h"
#include "ProCompile.h"
#include "ProCompileDlg.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/233095/14169616
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_FILE
static cha
www.eeworm.com/read/233093/14169766
cpp commwizard.cpp
// CommWizard.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "CommWizard.h"
#include "CommWizardDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/233067/14170459
cpp hexstrtoint.cpp
// HexStrToInt.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "HexStrToInt.h"
#include "HexStrToIntDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/130878/14170717
cpp query.cpp
// query.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "query.h"
#include "queryDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/130866/14171740
cpp backward.cpp
//backward.cpp
//Purpose: Backward algorithm for computing the probabilty
// of observing a sequence given a HMM model parameter.
#include
#include "hmm.h"
static char r
www.eeworm.com/read/130866/14171757
cpp forward.cpp
//forward.cpp
// Purpose: Foward algorithm for computing the probabilty
// of observing a sequence given a HMM model parameter.
#include
#include "hmm.h"
static char rcsid[] = "H