代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/152304/12123172
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*------------------------------------
www.eeworm.com/read/254689/12124060
asv initial.asv
%初始化函数
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)
www.eeworm.com/read/254689/12124068
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;
www.eeworm.com/read/254120/12160665
m initial.m
%初始化函数
city_n=30;
for i=1:30
solution(i)=i;
end
for i=1:60
pos_a=round(29*rand)+1; %随机变换城市序列
pos_b=round(29*rand)+1;
if pos_a~=pos_b
temp=solution(pos_a)
www.eeworm.com/read/151841/12171151
c initial.c
/* This routine initializes all the routine's arrays for all the routines
so that the "first" variable won't have to be checked every time the
routine is entered
*/
#include "lpcdefs.h"
#inclu
www.eeworm.com/read/253519/12217682
cpp initial.cpp
#include "rtpsession.h"
int main(void)
{
RTPSession sess;
sess.Create(6000);
return 0;
}
www.eeworm.com/read/150498/12289294
#2 initial.#2
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBD;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/150498/12289351
c initial.c
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBF;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/150498/12289372
lst initial.lst
C51 COMPILER V7.05 INITIAL 04/12/2005 09:13:15 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE INITIAL
OBJECT MODULE PLACED IN
www.eeworm.com/read/150498/12289396