代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/187979/8582923
m fsqfindlu.m
%fsqfindlu(lambda,mu,c,m)
% This function finds the average number of machines up and working (lu)
% for a machine repair problem (finite source queue)
function out = fsqfindlu(lambda,mu,c,m)
www.eeworm.com/read/187979/8582939
m mmcfindls.m
%mmcfindls(lambda,mu,c)
% This function finds the average system size
% for an M/M/c queueing system.
function out = mmcfindls(lambda,mu,c)
pc = lambda/mu;
lq = mmcfindlq(lambda,mu,c);
www.eeworm.com/read/187979/8582949
m mmcfindewq.m
%mmcfindewq(lambda,mu,c)
% This function finds the average waiting time
% for an M/M/c queueing system.
function out = mmcfindewq(lambda,mu,c)
lq = mmcfindlq(lambda,mu,c);
ewq = lq/lambda
www.eeworm.com/read/187864/8595240
m dispet.m
function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft)
% Et data display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software f
www.eeworm.com/read/388617/8595603
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/388617/8595795
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/388617/8596625
cpp cingolf.cpp
// cingolf.cpp -- non-numeric input skipped
#include
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout
www.eeworm.com/read/388617/8596834
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/388174/8629527
java halfdollars.java
class HalfDollars {
public static void main(String[] arguments) {
int[] denver = { 15000006, 18810000, 20752110 };
int[] philadelphia = new int[denver.length];
int[] to
www.eeworm.com/read/432045/8636063
cpp ch16_1.cpp
//**********************
//** ch16_1.cpp **
//**********************
#include
#include
class Advisor{
int noOfMeeting;
};
class Student{
public:
Student