代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/204200/15343431
c initial.c
#include"2407regs.h"
void initial(){
asm(" setc intm"); //关中断
asm(" setc sxm"); // 符号位扩展有效
asm(" clrc ovm"); //累加器中结果正常溢出
asm(" clrc cnf"); // B0被配置为数据存储空间
www.eeworm.com/read/203618/15354309
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/202785/15373090
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/201358/15409545
asv initial.asv
%初始化函数
ant_n=50;
city_n=30;
NC=200; %迭代次数
tobu(ant_n,city_n)=0; %
ph_table(city_n,city_n)=0;
hu_table(city_n,city_n)=0;
a=3;
b=1;
dispose=0.2;
everbest=inf;
adapt_ave(NC)=0;
adapt_best(NC)
www.eeworm.com/read/201358/15409548
m initial.m
%初始化函数
ant_n=50;
city_n=30;
NC=200; %迭代次数
tobu(ant_n,city_n)=0; %蚂蚁禁忌表
ph_table(city_n,city_n)=0; %信息素分布表
hu_table(city_n,city_n)=0; %启发式分布表
a=3; %信息指数
b=1; %启发式指数
dispose=0.2;
www.eeworm.com/read/104077/15710524
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"
#include "co
www.eeworm.com/read/101557/15826472
m initial.m
function [yout,x,t] = initial(a,b,c,d,x0,t)
%INITIAL Initial condition response of continuous-time linear systems.
% INITIAL(A,B,C,D,X0) plots the time response of the linear system
% .
% x = Ax