代码搜索:Routing
找到约 4,127 项符合「Routing」的源代码
代码结果 4,127
www.eeworm.com/read/401176/2342756
h routing.h
/*
This file is part of GNUnet
(C) 2006 Christian Grothoff (and other contributing authors)
GNUnet is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/401176/2342760
c routing.c
/*
This file is part of GNUnet
(C) 2006, 2007 Christian Grothoff (and other contributing authors)
GNUnet is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/383940/2606326
h routing.h
/*
* Copyright (c) 2007 Romain Thouvenin
* Published under the terms of the GNU General Public License (GPLv2).
*/
#ifndef _DYMO_ROUTING_H_
#define _DYMO_ROUTING_H_
#
www.eeworm.com/read/161559/5551266
sgml routing.sgml
Configuration du Routage
Les sections suivantes du fichier de configuration peuvent être utilisées
pour configurer comment les a
www.eeworm.com/read/161559/5551284
sgml routing.sgml
Configuraci髇 de Enrutado
Las siguientes secciones del archivo de configuraci髇 pueden ser usadas para configurar el enrutamiento de las llamadas.
Secci髇 [Pol韙icas de enrutado
www.eeworm.com/read/161559/5551297
sgml routing.sgml
Routing Configuration
The following sections in the config file can be used to configure how calls are routed.
Section [RoutingPolicy]
This s
www.eeworm.com/read/160303/5573039
txt routing.txt
Routing and Erouting in Pluto
=============================
RCSID $Id: routing.txt,v 1.5 2002/04/24 07:35:58 mcr Exp $
This is meant as internal documentation for Pluto. As such, it
presumes some u
www.eeworm.com/read/386978/8714821
m swap_routing.m
function [x1,changex,l1]=swap_routing(x0,l0)
global customer;
global depot;
global demand;
NumberRoute=length(l0);
a=ceil(NumberRoute*rand);
b=ceil(NumberRoute*rand);
while a==b
a=ceil(Nu
www.eeworm.com/read/386978/8714843
asv swap_routing.asv
function x1=swap_routing(x0)
a=unirnd(NumberRoute);
b=unirnd(NumberRoute);
while a==b
a=unirnd(NumberRoute);
b=unirnd(NumberRoute);
end
c1_index=unirnd(l0(a));
c1=x0(a,c1_index+1);
fo