代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/175783/9533149
c initial.c
/***************************************************************************
* *
* db.*
www.eeworm.com/read/174595/9580980
bmp initial.bmp
www.eeworm.com/read/365507/9860236
asp initial.asp
www.eeworm.com/read/365507/9860242
h initial.h
const int e=1e-7;
const int WL=40;
const float OMIGA=3.1415926/(1.0*WL);
float **Ez,**Hx,**Hy;
float EAC[4][2];
int IaMin,IaMax,JaMin,JaMax;
int IoMin,IoMax,JoMin,JoMax;
int ItMin,ItMax,JtMin
www.eeworm.com/read/365500/9860826
asv initial.asv
%程序初始化
gen=50; %设置进化代数
popsize=50; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.5;
%popnum=1; %设置种群数量
pop(popsize,8)=
www.eeworm.com/read/365500/9860830
m initial.m
%程序初始化
gen=100; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%popnum=1
www.eeworm.com/read/169027/9885253
asm initial.asm
;***********************************************
;Name :PortInitial
;Function:
;Input :
;Output :
;Register Used:
;***********************************************
PortInitial:
mov a,#0fh
www.eeworm.com/read/364715/9897449
asv initial.asv
%初始化函数
ant_n=10;
city_n=30;
NC=100;
tobu(10,30)=0;
ph_table(30,30)=0;
%计算城市距离矩阵
for i=1:city_n
for j=1:city_n
x1=pos(i,1);
y1=pos(i,2);
x2=pos(j,1);
y
www.eeworm.com/read/364715/9897456
m initial.m
%初始化函数
ant_n=50;
city_n=30;
NC=200;
tobu(ant_n,city_n)=0;
ph_table(city_n,city_n)=0;
hu_table(city_n,city_n)=0;
a=3;
b=1;
dispose=0.2;
everbest=inf;
adapt_ave(NC)=0;
adapt_best(NC)=inf;
www.eeworm.com/read/364689/9898292
m initial.m
%程序初始化
gen=100; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%popnum=1