代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/479200/6700730
cml tan_noc_worm_seg_test-test.cml
node models:
tan_noc_test_source
link models:
path models:
demand models:
wdomain models:
riskgroup models:
www.eeworm.com/read/479200/6700738
cml tan_noc_worm_seg_test-test_recovered1.cml
node models:
tan_noc_test_source
link models:
path models:
demand models:
wdomain models:
riskgroup models:
www.eeworm.com/read/477417/6734660
m emd_test.m
% Performs the same test as in example2.c
mex emd_wrapper.c
supply = [.4 .2 .2 .1 .1];
demand = [.6 .2 .1];
cost = [ 3 5 2 ; 0 2 5 ; 1 1 3; 8 4 3; 7 6 5 ];
emd_wrapper(cost, supply, demand)
% co
www.eeworm.com/read/477417/6734663
c emd_wrapper.c
/*=================================================================
*
* EMD_WRAPPER.C
* Wrapper for the earth-mover's distance function
*
* The calling syntax is:
*
* [distance]
www.eeworm.com/read/263516/11359161
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 techniqu
www.eeworm.com/read/223619/14621996
cmd setup.cmd
@echo off
title Windows Xp 优化文件!
:start
cls
color 0c
MODE con: COLS=50 LINES=27
echo Windows Xp 优化文件!
echo Powered By ThunderRay! QQ:278832444
echo.
echo ====
www.eeworm.com/read/212602/15151957
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/212602/15152274
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/212602/15152278
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
www.eeworm.com/read/212602/15152288
m fm_n1cont.m
function Pout = fm_n1cont
% FM_N1CONT compute power limits in transmission lines
% with an N-1 contingency criterion
%
%PMAX = FM_N1CONT (output stored in CPF.pmax)
%
%see also FM_SNB
%
%Aut