代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/349925/10781178
bat 安全配置.bat
@ ECHO OFF
@ ECHO.
@ ECHO. 安全配置
@ ECHO -----------------------------------------------------------------
@ ECHO 此配置将开启常用服务,仅关闭了少量服务,适合大多数用户或使用
@ ECHO 过程中遇到服务方面问题,不
www.eeworm.com/read/349925/10781180
bat 最精简配置.bat
@ ECHO OFF
@ ECHO.
@ ECHO. 最精简配置
@ ECHO -----------------------------------------------------------------
@ ECHO 注意:此配置将在不影响上网和大多数软、硬件运行的前提下,关闭了
@ ECHO 大量不常用服务,配置好后
www.eeworm.com/read/437055/7755814
cpp calcenergy.cpp
// calcEnergy.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "time.h"
#include "calmulenergy.h"
#include
#include
#include "caldemand.h"
www.eeworm.com/read/479200/6700683
cml tan_noc_worm_node_test_test-test.cml
node models:
tan_noc_worm_node_test
link models:
path models:
demand models:
wdomain models:
riskgroup models:
www.eeworm.com/read/479200/6700695
cml tan_noc_worm_node_test_test-test_recovered.cml
node models:
tan_noc_worm_node_test
link models:
path models:
demand models:
wdomain models:
riskgroup models:
www.eeworm.com/read/153823/12004075
m vrptwout.m
function [Barsout,Labels,s] = vrptwout(out)
%VRPTWOUT Generate output VRP with time windows.
% [Bars,Labels,s] = vrptwout(out)
% [Bars,Labels] = vrptwout(out) % Display "s" in command window
%
www.eeworm.com/read/431224/8695877
m fm_opfsdr.m
function fm_opfsdr
%FM_OPFSDR solve the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction techniq
www.eeworm.com/read/386978/8714804
asv untitled.asv
global customer;
global depot;
global demand;
global bestx;
global bestl;
global bestSC;
customer=10;
depot=3;
demand=[142 85 385
163 175 430
87 96 540
63 57 324
www.eeworm.com/read/386978/8714810
asv newroute.asv
function [x,changex,l]=newroute(x0,l0)
global customer;
global depot;
global demand;
x0=[1 3 0
1 10 0
3 1 8
3 6 4
3 2 7
3 5 9 ];
l0=[1 1 2 2 2 2];
demand=[142 85 385
www.eeworm.com/read/386978/8714868
asv insert.asv
function [x,changex,l]=insert(x0,l0)
global customer;
global depot;
global demand;
NumberRoute=length(l0);
a=ceil(NumberRoute*rand);
b=ceil(NumberRoute*rand);
while a==b
a=ceil(NumberRou