代码搜索:Initialization

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

代码结果 10,000
www.eeworm.com/read/179737/9341212

m ex5113.m

%---------------------------------------------------------------------------- % EX5.11.3.m % to solve the transient two-dimensional Lapl
www.eeworm.com/read/375634/9355081

cpp extensiondll.cpp

// ExtensionDLL.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/375146/9370822

txt results.txt

randtest: Random Number Test Using the RAN2 random number generator (RNG). Using specified random seed 555 Library thinks the random seed is 555 running the chi-square test for randomness of the
www.eeworm.com/read/375146/9370827

txt test_results.txt

randtest: Random Number Test Using the RAN2 random number generator (RNG). Using specified random seed 555 Library thinks the random seed is 555 running the chi-square test for randomness of the
www.eeworm.com/read/374738/9386293

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/178696/9388280

m thebasicpso.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/178380/9404046

cpp ex21a.cpp

// ex21a.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/177731/9435093

cpp transp~1.cpp

// Transparent.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Transparent.h" #include "TransparentWnd.h" #ifdef _DEBUG #define new DEBUG_NEW #unde
www.eeworm.com/read/373758/9440556

cpp ex21a.cpp

// ex21a.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/177603/9444310

c blinky.c

/* File: Blinky.c To blink the onboard LED (D3) of the Phytec PCM-023 board for every 65ms. */ #include #include "timer.h" #include "lpc2294.h" void main (void) {