代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/281324/9163801
m pso.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/378680/9219774
cpp bxfiledialog_dll.cpp
// BXFileDialog_Dll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_
www.eeworm.com/read/181228/9264712
c mainc1.c
#include
#include "CRC.h"
#include
#include
#include
#include "main.h"
#include "CC1020.h"
#include "MCU_interface.h"
/*************************
www.eeworm.com/read/180072/9321193
c jcinit.c
/*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file
www.eeworm.com/read/179850/9334995
cpp clientdemo.cpp
// clientdemo.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "clientdemo.h"
#include "clientdemoDlg.h"
//#include "coinclient.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/179850/9335034
cpp clientdemo.cpp
// clientdemo.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "clientdemo.h"
#include "clientdemoDlg.h"
//#include "coinclient.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/179737/9341151
m ex1293.m
%----------------------------------------------------------------------------
% Example 12.9.3
% to solve the ordinary differential equa
www.eeworm.com/read/179737/9341155
m ex5101.m
%----------------------------------------------------------------------------
% EX5.10.1.m
% to solve the axisymmetric Laplace equation
www.eeworm.com/read/179737/9341177
m ex8111.m
%--------------------------------------------------------------------------
% Example 8.11.1
% to find the transient response of a cantilev
www.eeworm.com/read/179737/9341195
m ex1294.m
%----------------------------------------------------------------------------
% Example 12.9.4
% to solve the ordinary differential equa