代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/390894/8435330

m initial.m

%初始化函数,随机形成规模为40初始种群 % function [pop]=initial pop(40,10)=0; best_individual(10)=0; %最优个体 adapt_ave(200)=0; %种群平均适应值 adapt_best=0; for i=1:40 for j=1:10 if rand>0.5
www.eeworm.com/read/291056/8443427

lst initial.lst

C51 COMPILER V7.06 INITIAL 06/10/2005 23:25:33 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE INITIAL OBJECT MODULE PLACED IN
www.eeworm.com/read/291056/8443483

obj initial.obj

www.eeworm.com/read/291056/8443487

c initial.c

#include "Head.h" void initial_8880(void) { Read_80status(); Write_80Cont(0); //CRA Write_80Cont(0x01); Write_80Cont(0); //CRB Read_80status(); Write_80Cont(0x0b); //DTMF mod
www.eeworm.com/read/190083/8449084

txt initial.txt

www.eeworm.com/read/390106/8483152

htm initial.htm

Creating an Initial Context to a Directory (Java Developers Almanac Example)
www.eeworm.com/read/390106/8485714

htm initial.htm

Creating an Initial Context to the Naming Service (Java Developers Almanac Example)
www.eeworm.com/read/390064/8487582

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/390064/8487590

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/189063/8492148

c initial.c

/*----------------------------------------------------------------------------*/ /* initial.c - functions to get things set up and initialized */ /*----------------------------------