代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/182103/5272376
am makefile.am
##
## $Id: Makefile.am,v 1.10 2003/01/16 02:58:35 ralf Exp $
##
LIBNAME = lib.a
LIB = $(ARCH)/$(LIBNAME)
C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
magic.c opti
www.eeworm.com/read/386978/8714861
m canshu.m
%参数1,3*10
UD=[6 6 6 7 7 9 10 5 1 9];
W=[3 6 1];
FC=[324 426 280];
demand=[36 4 555
49 97 499
4 28 483
90 2 597
34 25 473
32 33 556
26 10 530
6 16 496
23 83 505
45 6 568
56 62 0
63 89 0
www.eeworm.com/read/304833/13785739
dem_
demagnetization,n.去磁
demagnetize,v.除磁;去磁
demagnetizer,n.去磁器
demand,n.要求;请求v.请求;追问
demandable,adj.可要求的;可请求的
demandant,n.原告;要求者
demander,n.要求者;请求者
demanding,adj.对人要求严格的
demangling,识别解码
demarc
www.eeworm.com/read/106834/15620529
a2
ec ab_call
ec ab_dated
ec ab_dem
ec ab_demand
ec ab_fix
ec ab_large
ec call_canc
ec call_open
ec call_pay
ec call_repl
ec carry_m
ec carry_q
ec carry_y
ec change_acc
ec cred_canc
ec cred_issu
ec cred_
www.eeworm.com/read/426121/10285443
m geneticvrp.m
%D是距离矩阵,n为种群个数
%C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定
%m为适值淘汰加速指数,最好取为1,2,3,4,不宜太大
%交叉概率Pc,变异概率Pm
%R为最短路径,Rlength为路径长度
function [R,Rlength]=geneticVRP(D,demand,n,C,m,Pc,Pm)
www.eeworm.com/read/490522/6447140
m geneticvrp.m
%D是距离矩阵,n为种群个数
%C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定
%m为适值淘汰加速指数,最好取为1,2,3,4,不宜太大
%交叉概率Pc,变异概率Pm
%R为最短路径,Rlength为路径长度
function [R,Rlength]=geneticVRP(D,demand,n,C,m,Pc,Pm)