代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/386978/8714906
asv inventory.asv
function cost=inventory(v,l)
global customer;
global depot;
global demand;
global UD;
global c;
global cm;
global h;
global A;
global hs;
global Q;
%计算路线总长度
double cost
www.eeworm.com/read/386978/8714933
m inventory.m
function cost=inventory(v,l)
global customer;
global depot;
global demand;
global UD;
global c;
global cm;
global h;
global A;
global hs;
global Q;
%计算路线总长度
double cost;
leng=0;
if l
www.eeworm.com/read/386520/8739182
c globals.c
#include "defs.h"
/*********************************************************************/
/* Variable Declaration */
/********************************
www.eeworm.com/read/428670/8852837
c globals.c
/**********************************************************************
* *
* Software License Agreement
www.eeworm.com/read/375500/9358506
m specialist.m
// The Santa Fe Stockmarket -- Implementation of Specialist class
#import "Specialist.h"
#import "BFagent.h"
#import "collections.h" // for the index
#include
@implementation
www.eeworm.com/read/375500/9358510
m agent.m
// CLASS METHODS
// +setWorld: (World *)aWorld
#import "Agent.h"
World * worldForAgent;
@implementation Agent
/*" This is the abstract superclass of all agent classes; all agent classes
www.eeworm.com/read/426121/10285439
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/426121/10285455
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/198643/7917913
c globals.c
#include "defs.h"
/*********************************************************************/
/* Variable Declaration */
/********************************
www.eeworm.com/read/198643/7917970
c globals.c
#include "defs.h"
/*********************************************************************/
/* Variable Declaration */
/********************************