代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/116795/14954508
h sta013conf.h
/*! \file sta013conf.h \brief STA013 MP3 player driver configuration. */
//*****************************************************************************
//
// File Name : 'sta013.h'
// Title : ST
www.eeworm.com/read/392508/8338705
in pppoe-connect.in
#!/bin/sh
# @configure_input@
#***********************************************************************
#
# pppoe-connect
#
# Shell script to connect to a PPPoE provider
#
# Copyright (C) 2000 Roaring
www.eeworm.com/read/200724/15426992
h sta013conf.h
/*! \file sta013conf.h \brief STA013 MP3 player driver configuration. */
//*****************************************************************************
//
// File Name : 'sta013.h'
// Title : ST
www.eeworm.com/read/104998/15680153
in adsl-connect.in
#!/bin/sh
# @configure_input@
#***********************************************************************
#
# adsl-connect
#
# Shell script to connect to an ADSL provider using PPPoE
#
# Copyrigh
www.eeworm.com/read/188386/8544482
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/188386/8544484
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/386978/8714786
asv initial.asv
function [x0,l0]=initial()
demand=[155 98 474
178 191 365
78 88 522
50 65 200
38 133 0
22 76 0
174 193 0];
x0=zeros(1,length(demand));
www.eeworm.com/read/386978/8714789
m mainliu.m
timebegin=cputime;
%初始化定义全局变量
global customer;
global depot;
global demand;
global bestx;
global bestl;
global double bestSC;
global UD;global c;
global cm;
global h;
global A;
global hs;
www.eeworm.com/read/386978/8714833
m condition.m
function value=condition(x,changex,l)
global Max;
%最大服务能力
global demand;
value=1;
for v=1:length(l)
sumdemand=0;
for j=1:l(v)
sumdemand=sumdemand+demand(x(v,j+1
www.eeworm.com/read/386978/8714887
asv condition.asv
function value=condition(x,changex,l)
Max=1000;%最大服务能力
demand=[155 98 474
178 191 365
78 88 522
50 65 200
38 133 0
22 76 0
174 193 0];