代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/206731/7456742
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/450639/7479630
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/444619/7610415
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/443978/7619721
asv initial.asv
%程序初始化
gen=50; %设置进化代数
popsize=50; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.5;
%popnum=1; %设置种群数量
pop(popsize,8)=
www.eeworm.com/read/443978/7619723
m initial.m
%程序初始化
gen=200; %设置进化代数
popsize=30; %设置种群规模大小
best_in_history(gen)=inf; %初始化全局历史最优解
best_in_history(:)=inf; %初始化全局历史最优解
max_velocity=0.3; %最大速度限制
best_fitness=inf;
%popnum=1
www.eeworm.com/read/443916/7620481
h initial.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
Initial.h file
Created by Computer-lov. Date: 2005.3.19
www.eeworm.com/read/443916/7620484
c initial.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
Initial.c file
Created by Computer-lov. Date: 2005.3.19
www.eeworm.com/read/443916/7620491
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/443916/7620500