代码搜索:Demand

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

代码结果 1,286
www.eeworm.com/read/196270/8103378

cs enterprise.aspx.cs

using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Configuration; using System.Data.SqlClient; using System.Drawing; using System.Web; using S
www.eeworm.com/read/125688/6023818

h dpf_lib.h

/* * Copyright (c) 1997 M.I.T. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
www.eeworm.com/read/490522/6447139

m mylength.m

%总路径len function len=myLength(D,p) [N,NN]=size(D); %len=D(p(1,N),p(1,1)); len=0; for i=1:(N-1) len=len+D(p(1,i),p(1,i+1)); end total=[0 0]; volume=8; demand=[0
www.eeworm.com/read/490522/6447144

asv mylength.asv

%总路径len function len=myLength(D,p) [N,NN]=size(D); %len=D(p(1,N),p(1,1)); len=0; for i=1:(N-1) len=len+D(p(1,i),p(1,i+1)); end total=[0 0]; volume=8; demand=[0
www.eeworm.com/read/476392/6759543

m barcycle.m

% This function obtains a plot of the load cycle for a given interval. % The demand interval and the load must be defined by the variable data % in a three-column matrix. The first two columns are
www.eeworm.com/read/408732/11375470

ltf tran.ltf

set default set echoin 1 MODEL: ! A 3 Warehouse, 4 Customer Transportation Problem; SETS: WAREHOUSE / WH1, WH2, WH3/ : CAPACITY; CUSTOMER / C1, C2, C3, C4/ : DEMAND; ROUTES( W
www.eeworm.com/read/346775/11723562

cmd svc2kxp深山红叶汉化版本.cmd

@echo off cls rem Copyright (C) 2003-05 Ansgar Wiechers & Torsten Mann rem Contact: admin@ntsvcfg.de rem 深山红叶汉化 rem rem 免费程序,可在 GNU 框架下自由分发或/和修改。 rem You can redistribute it and/or modify it un
www.eeworm.com/read/257010/11960700

m barcycle.m

% This function obtains a plot of the load cycle for a given interval. % The demand interval and the load must be defined by the variable data % in a three-column matrix. The first two columns are
www.eeworm.com/read/153823/12004096

m fixseq.m

function s = fixseq(a,tol) %FIXSEQ Fixed sequence proportional to percentage of demand. % s = fixseq(a,tol) % a = n-element vector of demands % tol = tolerance of rational approximation to dem
www.eeworm.com/read/252411/12283984

cpp zuoyedd.cpp

#define error 0 #define ok 1 #define NULL 0 #define job_num 10 #include typedef struct JNode { char name; float arrive;/*/到达时间*/ float demand;/*需要运行的时间*/ float