代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/183153/9177169
c main.c
/*
* NUM_FDTD
* FDTD Analysis by Using Non-Uniform Mesh
* (Applied to Monopole Antenna)
*
* Ver. 1.0unix
* --- Sep 21, 1997
*
* Programmed by Huil
www.eeworm.com/read/181902/9231989
pas wucrc32.pas
{*******************************************************************}
{ CRC32 calculation of file }
{ for Delphi 3.0,4.0,5.0,6.0 - C++Builder 3,4,5
www.eeworm.com/read/170002/9825130
pas wucrc32.pas
{*******************************************************************}
{ CRC32 calculation of file }
{ for Delphi 3.0,4.0,5.0,6.0 - C++Builder 3,4,5
www.eeworm.com/read/351934/9830211
pas wucrc32.pas
{*******************************************************************}
{ CRC32 calculation of file }
{ for Delphi 3.0,4.0,5.0,6.0 - C++Builder 3,4,5
www.eeworm.com/read/363888/9933299
h namespaceoverriding2.h
//: C10:NamespaceOverriding2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#ifndef NAMESPACEOVERRID
www.eeworm.com/read/358707/10181489
txt liziqun.txt
粒子群优化算法的流程如下:
1、初始化所有粒子的随机位置和速度,对群体的最大迭代次数Gmax等参数进
行设定;
2、计算每个粒子的适应值;
3、对于每个粒子,将其适应值与所经历过的最优位置(,,,)
ii1 i2in
p=ppp的适应
值进行比较,若较好,则将其作为当前的最优位置;
4、对于每个粒子,将其适应值与全局所经历的最优位置(,,,)
gg1 g2gn
p=ppp的
...