代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/222092/6966384

asv initial.asv

function POPULATION=initial(POPSIZE,L,m); %to produce the initial population POPULATION=zeros(POPSIZE,L); for p=1:POPSIZE d=0; for q=1:L if rand
www.eeworm.com/read/222092/6966387

m initial.m

function POPULATION=initial(POPSIZE,L,m); %to produce the initial population POPULATION=zeros(POPSIZE,L); for p=1:POPSIZE d=0; for q=1:L if rand
www.eeworm.com/read/465112/6966713

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/380669/6966855

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/469623/6972087

c initial.c

/*----------------------------------------------------------------------------*/ /* initial.c - functions to get things set up and initialized */ /*------------------------------------
www.eeworm.com/read/467087/7015547

h initial.h

#include #include sbit a0=P2^5; sbit a1=P2^6; sbit a2=P2^7; sbit DAT=P2^1; sbit CLK=P2^0; sbit send=P2^4; sbit feng=P3^6; sbit stop=P3^0; sbit key4=P
www.eeworm.com/read/272498/7089115

h initial.h

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 Initial.h file Created by Computer-lov. Date: 2005.3.19
www.eeworm.com/read/272498/7089118

c initial.c

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 Initial.c file Created by Computer-lov. Date: 2005.3.19
www.eeworm.com/read/272498/7089125

lst initial.lst

C51 COMPILER V7.06 INITIAL 03/02/2006 23:11:51 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE INITIAL OBJECT MODULE PLACED IN
www.eeworm.com/read/272498/7089133

obj initial.obj