代码搜索:Initialization

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

代码结果 10,000
www.eeworm.com/read/104761/6202740

cpp crypt.cpp

// crypt.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __
www.eeworm.com/read/102995/6224370

cpp test.cpp

// test.cpp : Defines the class behaviors for the application. // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stdafx.h" #include "test.h" #include "testDlg.h" #include "
www.eeworm.com/read/101082/6252188

c msi_init.c

#ifndef lint static char *sccsid = "@(#)msi_init.c 4.1 (ULTRIX) 7/2/90"; #endif lint /************************************************************************ *
www.eeworm.com/read/101005/6262794

c jcinit.c

/* * jcinit.c * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/326077/6287901

cpp imagelib.cpp

// ImageLib.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/472938/6306879

m bpso.m

%Initialization of PSO parameters wmax=0.9; wmin=0.4; itmax=200; %Maximum iteration number c1=1.4; c2=1.4; for iter=1:itmax W(iter)=wmax-((wmax-wmin)/itmax)*iter; end %***************
www.eeworm.com/read/389690/6334127

m psojiben.m

%Initialization of PSO parameters wmax=0.9; wmin=0.4; itmax=200; %Maximum iteration number c1=1.4; c2=1.4; for iter=1:itmax W(iter)=wmax-((wmax-wmin)/itmax)*iter; end %**********************
www.eeworm.com/read/492582/6415750

cpp camain.cpp

// CaMain.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = _
www.eeworm.com/read/491812/6426377

cpp cj60lib.cpp

// CJ60Lib.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/487762/6508584

cpp scsample.cpp

/****************************************************************************/ /* */ /* Copyright 1997 SCM Microsyste