搜索资源列表
泊松分布
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0
C++数值计算-随机数-舍选法-Γ分布、泊松分布和二项式分布随机数
- C++ 代码 数值计算-随机数-舍选法-Γ分布、泊松分布和二项式分布随机数
RAND_POI
- 产生泊松分布随机数的程序-generated random Poisson distribution of the process
pasong
- 泊松分布的图形算法 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-Poisson distribution of graphic algorithms that use the c language drawing programs to tc2.0 running. The remaining procedures in the various compiler can run under
POSSRAND
- 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random nu
P_Possion
- 产生一个满足泊松分布的随机序列信号。用于通信系统的信源部分-have to meet a Poisson distribution of random sequence. Communication systems for the source of
poisson_0.2
- 用C语言仿真泊松分布-C language simulation Poisson distribution
cpppossion
- 用c语言编写的泊松分布,并给出了概率分布图-c language used in the preparation of the Poisson distribution, and gives the probability distribution
randomvariates
- 用c++生成多种随机变量,包括正态分布,瑞丽分布,泊松分布-c generated using a variety of random variables, including normal, Ruili distribution, Poisson distribution
生成泊松分布随机数
- 生成服从泊松分布的随机数,并绘制其散点图(Generate random numbers that follow Poisson distribution and plot their scatter plots)
三维有限元,泊松方程和热传导方程
- 对三维热传导方程和泊松方程的有限元方法解法matlab程序()
泊松方程
- 浅水方程,描述浅水波的动态运动过程,泊松方程,可以用于浅滩水位的平面分布(The shallow water equation describes the dynamic motion process of shallow water waves. Poisson's equation can be used for the plane distribution of shallow water levels)
泊松随机数
- 用matlab生成服从泊松分布的随机数,为信号分析提供一个函数模块(Using matlab to generate the random number of poisson distribution, provide a function module for signal analysis)
泊松融合-Matlab源代码
- 泊松融合-Matlab源代码 2004年Siggraph的经典paper:《Poisson Image Editing》,在图像融合领域,融合效果最牛逼的paper。(Poisson fusion -Matlab source code)
泊松分布随机数2
- 使用C语言产生泊松分布随机数,可以对输入的参数进行输入并修改需要产生的随机数个数(Using C language to produce Poisson distribution random numbers)
泊松过程的生成及其统计分析
- 假设一个交换系统有M部电话,每个用户在很短的时间(单位时间内)呼叫一次的概率为P;用户间呼入的时刻相互独立,当M很大,P很小时,时间t内到达交换机的呼叫次数构成泊松过程N(t)。 1、确定此泊松过程的参数。利用计算机仿真N(t)的生成过程。注意合理选择M和P,时间分辨率为一个单位时间。 2、为了比较生成的N(t)与理论模型的吻合程度。取N(t)的多个样本并选取3个典型时间,,,得到,,三个随机变量的样本,在一张图上画出其直方图及理论分
泊松方程.tar
- 计算泊松方程的方程程序算法。计算物理的非常经典的算法之一。(An algorithm for calculating the Poisson equation. One of the very classic algorithms for computing physics)
负泊松比参数化建模
- 基于Python对abaqus二次开发,参数化建立负泊松比模型的程序(Based on Python for ABAQUS two development, parametric establishment of negative Poisson's ratio model program)
泊松亮斑
- 用matlab进行光学仿真,验证了泊松亮斑的形成。(The formation of Poisson's bright spot is verified by the optical simulation with MATLAB.)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.