代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/127874/14330016
cpp five.cpp
// Five.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Five.h"
#include "FiveDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/127828/14332052
cpp pocketsm.cpp
// PocketSM.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PocketSM.h"
#include "PocketSMDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/229449/14338826
c low_level_init.c
/**************************************************
*
* This module contains the function `__low_level_init', a function
* that is called before the `main' function of the program. Normally
*
www.eeworm.com/read/127675/14341037
cpp serialtest.cpp
// SerialTest.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SerialTest.h"
#include "SerialTestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/229370/14343298
cpp filter.cpp
// Filter.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Filter.h"
#include "FilterDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/229290/14346483
cpp lancardtype.cpp
// LANCardType.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "LANCardType.h"
#include "LANCardTypeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/229263/14346844
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/229252/14347356
cpp dms.cpp
// DMS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "DMS.h"
#include "DMSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/229248/14347706
cpp attendance.cpp
// attendance.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "attendance.h"
#include "attendanceDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/229223/14348540
cpp rwexcel.cpp
//////////////////////////////////////////////////////////////////////////////
//类名:CRWExcelApp
//功能:应用程序的初始化
//作者:徐景周(jingzhou_xu@163.net)
//组织:未来工作室(Future Studio)
//日期:2002.9.1
//////////////