代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/221571/14737198
c 3d2.c
/* 3d2.c: Illustrates linear initialization */
#include
int main()
{
int a[][3][2] = {1,2,3,4,5,6,7,8,9,0,1,2};
int i, j, k;
for (i = 0; i < 2; ++i)
www.eeworm.com/read/121794/14737236
cpp train.cpp
// train.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "train.h"
#include "trainDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/221529/14738777
cpp lhwy.cpp
// lhwy.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "lhwy.h"
#include "lhwyDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/121765/14738915
cpp randomdailog.cpp
// randomdailog.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "randomdailog.h"
#include "randomdailogDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/121761/14739159
cpp eastdraw.cpp
// EastDraw.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "EastDraw.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "EastDrawDoc.h"
#include
www.eeworm.com/read/221499/14740015
cpp dethr.cpp
// Dethr.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Dethr.h"
#include "DethrDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/221392/14742027
cpp timeclient.cpp
// TimeClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TimeClient.h"
#include "TimeClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/121685/14743377
cpp pack.cpp
// Pack.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Pack.h"
#include "PackDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/221319/14744521
cpp lr.cpp
// LR.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "LR.h"
#include "LRDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/121634/14746608
cpp sarray20.cpp
// sarray20.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "sarray20.h"
#include "sarray20Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE