代码搜索:Demand

找到约 1,286 项符合「Demand」的源代码

代码结果 1,286
www.eeworm.com/read/386978/8714879

asv swap_location.asv

function [x1,changex,l1]=swap_location(x0,l0) global customer; global depot; global demand; x0 =[ 1 6 0 0 1 8 5 10 1 3 0 0 1 9 2
www.eeworm.com/read/386978/8714950

asv time.asv

function cost_time=time(v,l) global demand; global depot; global customer; global ET; global LT; global S; global La; global Ea; global sudu; T=zeros(1,customer+depot); cost_time=0; T(v
www.eeworm.com/read/384940/8828722

m fm_limit.m

function fm_limit % FM_LIMIT compute Limit-Induced Bifurcation (LIB) % by means of a Newton-Raphson routine. % % FM_LIMIT % % LIB.type: 1 = 'Vmax' for maximum voltage limit %
www.eeworm.com/read/384940/8831034

m setup.m

function a = setup(a) global Demand if isempty(a.con), return, end a.n = length(a.con(:,1)); a.dem = round(a.con(:,1)); a.bus = Demand.bus(a.dem); if length(a.con(1,:)) < a.ncol a.con(:,a.ncol) =
www.eeworm.com/read/426121/10285446

m vrp.m

%%遗传算法求解vrp问题(为选择操作从新设计后程序) %D是距离矩阵,n为种群个数 %C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 %m为适配值淘汰加速指数,最好取为1,2,3,4,不宜太大 %交叉概率Pc,变异概率Pm %R为最短路径,Rlength为路径长度 function VRP %初始化 <mark>demand</mark>=[0 1 2 1 2 1 ...
www.eeworm.com/read/418304/10955163

m fm_opfm.m

function fm_opfm %FM_OPFMR solves the OPF-based electricity market problem by means of % an Interior Point Method with a Merhotra Predictor-Corrector % or Newton direction technique.
www.eeworm.com/read/456193/7354725

m fm_limit.m

function fm_limit % FM_LIMIT compute Limit-Induced Bifurcation (LIB) % by means of a Newton-Raphson routine. % % FM_LIMIT % % LIB.type: 1 = 'Vmax' for maximum voltage limit %
www.eeworm.com/read/456193/7355030

m fm_opfm.m

function fm_opfm %FM_OPFMR solves the OPF-based electricity market problem by means of % an Interior Point Method with a Merhotra Predictor-Corrector % or Newton direction technique.
www.eeworm.com/read/456193/7355034

m fm_gams.m

function fm_gams % FM_GAMS initialize and call GAMS to solve % several kind of Market Clearing Mechanisms % % FM_GAMS % %GAMS settings are stored in the structure GAMS, with %the following fie