代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/477849/6723956
cpp usbled.cpp
// USBLED.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "USBLED.h"
#include "USBLEDDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/477890/6725264
cpp readcard.cpp
// readcard.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "readcard.h"
#include "readcardDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/477697/6731465
cpp account.cpp
// Account.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Account.h"
#include "AccountDlg.h"
#include "Login.h"
#ifdef _DEBUG
#define new DEBUG_NE
www.eeworm.com/read/477697/6731639
cpp tbvc.cpp
// tbvc.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "tbvc.h"
#include "tbvcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/477697/6731657
cpp myado.cpp
// MyAdo.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyAdo.h"
#include "MyAdoDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/477697/6731678
cpp dbporter.cpp
// dbporter.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "dbporter.h"
#include "dbporterDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/477716/6732820
c fig10_38.c
#include
typedef double Matrix[ 2 ][ 2 ];
/* START: fig10_38.txt */
/* Standard matrix multiplication */
/* Arrays start at 0 */
void
MatrixMultipl
www.eeworm.com/read/477171/6739529
cpp compl.cpp
// compl.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "compl.h"
#include "complDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/476983/6743747
cpp stock.cpp
// Stock.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Stock.h"
#include "StockDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/476984/6743866
m kmeanscluster.m
function y=kMeansCluster(m,k,isRand)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%