代码搜索:Distribution
找到约 10,000 项符合「Distribution」的源代码
代码结果 10,000
www.eeworm.com/read/360468/10090716
cpp distribution.cpp
// distribution.cpp: implementation of the distribution class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "2level.h"
#include "distri
www.eeworm.com/read/354573/10344958
m distribution.m
% distribution.m computes and graphs the distribution of a Markov process
% over time
% Simply modify the initial distribution, lambda, jump matrix Q, and
% state space S
N = length(S);