代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/251885/12313639
c sis3.c
/* -------------------------------------------------------------------------
* This program is a next-event simulation of a simple inventory system with
* a Poisson demand process, backlogging, a
www.eeworm.com/read/251885/12313665
c sis1.c
/* -------------------------------------------------------------------------
* This program simulates a simple (s,S) inventory system using demand read
* from a text file. Backlogging is permitt
www.eeworm.com/read/251885/12313682
c sis4.c
/* -------------------------------------------------------------------------
* This program is a next-event simulation of a simple inventory system with
* a Poisson/Geometric demand model where t
www.eeworm.com/read/251885/12313721
c sis2.c
/* -------------------------------------------------------------------------
* This program - an extension of program sis1.c - simulates a simple (s,S)
* inventory system using Equilikely distribu
www.eeworm.com/read/228751/14364484
asx urls.asx
http://demand.stream.aol.com/wb/gl/wbonline/windows/wbol/us/wblcs/med/sting/concert/song_1_300.wmv
mms://demand.stream.aol.com/wb/gl/wbonline/windows/wbol/us/wblcs/med/sting/concert/song_2_300.wmv
h
www.eeworm.com/read/217597/14957636
cpp mfsolver.cpp
#include "MFSolver.h"
#include "stdafx.h"
#include
//#include
#include
#include
#include
#include
#include "C:\MATLAB6p5\extern
www.eeworm.com/read/212602/15151932
m fm_base.m
function fm_base
%FM_BASE report component parameters to system bases
%
%FM_BASE
%
%see also FM_SPF
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilano@thunde
www.eeworm.com/read/212602/15152404
ini fcomp.ini
Bus %4d %8.4g %8.5g %8.5g %4u %4u
Line %4d %4d %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g %8.4g
Shunt %4d %8.4g %8.4g %8.4g %8.4g %8.4g
Breaker %4
www.eeworm.com/read/171479/5394500
groovy mockfor.groovy
package groovy.mock.interceptor
/**
Facade over the Mocking details.
A Mock's expectation is always sequence dependent and it's use always ends with a verify().
See also StubFor.
*/
clas
www.eeworm.com/read/171479/5394506
groovy stubfor.groovy
package groovy.mock.interceptor
/**
Facade over the Stubbing details.
A Stub's expectation is sequence independent and use of verify() is left to the user.
@See MockFor.
@author Dierk