代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/293780/8273459

c initial.c

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

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/293780/8273505

obj initial.obj

www.eeworm.com/read/293581/8285803

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/292968/8319807

hxx initial.hxx

// ******************************* // *** CLASS INITIAL CONDITION *** // ******************************* #include "load.hxx" #include "dictionr.hxx" class InitialCondition : public
www.eeworm.com/read/292968/8319897

cpp initial.cpp

// file INITIAL.CXX #include "initial.hxx" #include double InitialCondition :: give (char u) // Returns the value of the prescribed value of the kinematic unknown 'u'. {
www.eeworm.com/read/172973/9681291

c initial.c

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

asv initial.asv

%程序初始化 gen=100; %设置进化代数 popsize=30; %设置种群规模大小 best_in_history(gen)=inf; %初始化全局历史最优解 best_in_history(:)=inf; %初始化全局历史最优解 max_velocity=0.3ones(N,N); %最大速度限制 best_fitness=inf;
www.eeworm.com/read/367862/9726273

m initial.m

%程序初始化 gen=100; %设置进化代数 popsize=30; %设置种群规模大小 best_in_history(gen)=inf; %初始化全局历史最优解 best_in_history(:)=inf; %初始化全局历史最优解 max_velocity=0.3*ones(N,N); %最大速度限制 best_fitness=inf;
www.eeworm.com/read/171351/9760581

bak initial.bak

/*======================================================== file : initial.c purpose : create initial population and initialize parameters developed : 1991 author : Kalyanmoy D