代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/353723/10425647
txt basic particle swarm optimization source code.txt
%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/353723/10425650
m basic 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/424630/10433343
c sysne2000end.c
/* sysNe2000End.c - system configuration module for NE2000 END */
/* Copyright 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,22oct01,pai Updated documenta
www.eeworm.com/read/424630/10433382
c sysultraend.c
/* sysUltraEnd.c - system configuration module for SMC Elite Ultra END */
/* Copyright 1999-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,22oct01,pai Updated doc
www.eeworm.com/read/279496/10433542
cpp searchdll.cpp
// SearchDll.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/279496/10433769
cpp information.cpp
// Information.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/279496/10433812
cpp buybook.cpp
// BuyBook.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/279496/10433906
cpp chartdll.cpp
// ChartDll.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/279496/10434024
cpp regvip.cpp
// RegVip.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/279496/10434106
cpp sellbook.cpp
// SellBook.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[] =