代码搜索:Bernoulli
找到约 115 项符合「Bernoulli」的源代码
代码结果 115
www.eeworm.com/read/493005/6403438
bernoulli
NAME
bernoulli - Bernoulli number
SYNOPSIS
bernoulli(n)
TYPES
n integer, n < 2^31 if even
return rational
DESCRIPTION
Returns the Bernoulli number with index n, i.e. the coeff
www.eeworm.com/read/179705/9341774
c bernoulli.c
/* randist/bernoulli.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/371706/9540956
m bernoulli.m
function r = bernoulli(N,arg);
% BERNOULLI: compute Bernoulli deviates with parameter lambda
% and sigma
%
% [r] = bernoulli(N,[lambda,signa]);
%
% IN N: Number of deviates
%
www.eeworm.com/read/174578/9581378
mdl bernoulli.mdl
Model {
Name "Bernoulli"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.33"
www.eeworm.com/read/362413/10000041
m bernoulli.m
Model {
Name "Bernoulli"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.33"
www.eeworm.com/read/361413/10054079
m bernoulli.m
function res=Bernoulli(probability)
t=rand(1);
if(t
www.eeworm.com/read/424281/10467670
c bernoulli.c
/* randist/bernoulli.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/277450/10638212
mdl bernoulli.mdl
Model {
Name "Bernoulli"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.33"
www.eeworm.com/read/470851/6901153
mdl bernoulli.mdl
Model {
Name "Bernoulli"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.33"
www.eeworm.com/read/467648/7006713
m bernoulli.m
%THIS PROGRAM IS WRITTEN FOR BERNOULLI MAP FOR GENERATING RANDOM SEQUENCES
%WHICH EXHIBIT GOOD AUTOCORRELATION PROPERTIES MAKING A CALL FOR USAGE IN
%ENGINEERING APPLICATIONS.
clc; close all; cle