代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/123756/14613844
c initial.c
#pragma sfr
extern bit light,degreeflag,entemptest;
void initial()
{
/* PU0=0x00; /*port4 not use pull-up resistor*/
PU0=0X10; /*port4 and port0 use pull-up resistor*/
PM0=0xf0; /*port0 us
www.eeworm.com/read/123756/14613850
rel initial.rel
www.eeworm.com/read/222263/14699168
asv initial.asv
%初始化函数
ant_n=50;
city_n=30;
NC=100;
everbest=inf;
%===================================
%第一种群数据
tobu_A(ant_n,city_n)=0;
ph_table_A(city_n,city_n)=0;
hu_table_A(city_n,city_n)=0;
a_A=1.5;
b_A
www.eeworm.com/read/222263/14699174
m initial.m
%初始化函数
city_n=30;
NC=100;
everbest=inf;
hu_table(city_n,city_n)=0;
%===================================
%第一种群数据
ant_n_A=30;
tobu_A(ant_n_A,city_n)=0;
ph_table_A(city_n,city_n)=0;
a_A=1;
b_A
www.eeworm.com/read/221377/14742227
c initial.c
/************************************************************************************
**函数名 :initial.c
**描 述 :系统单片机初始化子程序
**版 本 :
**备 注 :
**时 间 :2007-5-25
**设 计 :
**修 改 :
************
www.eeworm.com/read/119508/14827597
c initial.c
#include "genet.h"
initialize_population()
{
int p,i,j;
int s[K],d[N];
for (p = 0; p < pop; ++p)
{
pp[p] = &population[p]; /* initialise the pointer pp */
for (i=0; i