代码搜索:Routing
找到约 4,127 项符合「Routing」的源代码
代码结果 4,127
www.eeworm.com/read/386978/8714897
asv routing_improve.asv
function [x,l,tabu]=routing_improve(x0,l0,tabu)
global customer;
global depot;
global demand;
global bestx;
global bestl;
global bestSC;
%内循环次数
inner=6;
Ts=10;
T=70;
r=0.9;
outer=1;
www.eeworm.com/read/386978/8714903
m routing_improveliu.m
function [x,l,tabu]=routing_improve(x0,l0,tabu)
global customer;
global depot;
global demand;
global bestx;
global bestl;
global bestSC;
%内循环次数
inner=10;
Ts=10;
T=70;
r=0.9;
outer=1;
www.eeworm.com/read/386978/8714942
m routing_improve.m
function [x,l,tabu]=routing_improve(x0,l0,tabu)
global customer;
global depot;
global demand;
global bestx;
global bestl;
global bestSC;
global best_iter;
%内循环次数
inner=200;
Ts=10;
T=9
www.eeworm.com/read/182249/9210362
h routing_table.h
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/182249/9210403
c routing_table.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/178007/9424112
pdf routing-2.pdf
www.eeworm.com/read/363892/9932580
asv ga_routing.asv
% 本算法用遗传算法实现路由问题
% 算法调用参数:
% 算法返回参数:
% 调用函数:
function GA_routing(V,E,B,D,A0,B0,pc,pm)
tic;
format long
%Step 0: 根据已知的节点和链路初始化网络拓扑图,并进行预处理(删除不满足带宽要求的链路)
tuoputu=init_tuoputu(
www.eeworm.com/read/363892/9932591
m ga_routing.m
% 本算法用遗传算法实现路由问题
% 算法调用参数:
% 算法返回参数:
% 调用函数:
function GA_routing(V,E,B,D,A0,B0,pc,pm)
tic;
format long
%Step 0: 根据已知的节点和链路初始化网络拓扑图,并进行预处理(删除不满足带宽要求的链路)
tuoputu=init_tuoputu(
www.eeworm.com/read/363236/9964426
h routing_table.h
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/363236/9964491
c routing_table.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it