搜索资源列表

  1. poisson

    1下载:
  2. 这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:81867
    • 提供者:dale
  1. Poisson image editing

    0下载:
  2. Poisson image editing 的详细代码以及用matlab的gui界面显示。
  3. 所属分类:WEB源码

    • 发布日期:2010-11-29
    • 文件大小:90560
    • 提供者:allen_cao
  1. poisson image editing win32

    0下载:
  2. poisson image editing source code by C++
  3. 所属分类:源码下载

  1. RAND_POI

    0下载:
  2. 产生泊松分布随机数的程序-generated random Poisson distribution of the process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:一二三
  1. DSPPrograms

    0下载:
  2. DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(doub
  3. 所属分类:其他小程序

  1. POSSRAND

    0下载:
  2. 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:wgg
  1. 05041062

    0下载:
  2. 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
  3. 所属分类:通讯编程

    • 发布日期:2024-05-09
    • 文件大小:52224
    • 提供者:吕军红
  1. poisson

    0下载:
  2. 这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:81920
    • 提供者:dale
  1. Poisson

    0下载:
  2. C语言,泊松分布,为产生随机信号,用于系统通信的仿真-C language, Poisson distribution, in order to generate random signals for system communication simulation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:杨一
  1. Poisson

    0下载:
  2. Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is ou
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:vevina
  1. poisson-schroginderconsistent

    0下载:
  2. 1D的薛定谔-泊松自洽求解 用于模拟半导体器件中的电势 电场等特性-1D Schrodinger- Poisson self-consistent solution
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:kangyu
  1. MATLAB-Poisson-ture

    0下载:
  2. 用MATLAB编写程序证明Poisson分布的性质-Programming with MATLAB,prove the properties of Poisson distribution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:林俊
  1. poisson

    0下载:
  2. 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。-Poisson distribution is a commonly used discrete proba
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:QQQQQ
  1. poisson

    0下载:
  2. poisson的PDF&CDF繪圖直接打開檔案RUN即可,生成圖像另有顏色標記-poisson' s PDF & CDF drawing RUN can open the file directly to generate the image and another color marker
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:sass
  1. poisson.m

    0下载:
  2. This is a program for artifical object insertion using poisson image editing.It use poisson equation for solving the problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:ash
  1. Poisson-distribution-WSNs_matlab

    0下载:
  2. 泊松均匀分布的WSNs的网络拓扑Matlab程序-Poisson network structure for WSN
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:Liu
  1. 一维poisson方程

    0下载:
  2. 简单的一维poisson方程程序,工具是MATLAB软件(Simple one-dimensional poisson equation program, the tool is MATLAB software)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:19456
    • 提供者:自丹
  1. poisson+markov

    0下载:
  2. poisson+mmoo 聚合流在MATLAB上的仿真(the simulation of mmoo+poisson flow under constant rate service based on MATLAB)
  3. 所属分类:matlab例程

  1. poisson

    1下载:
  2. poisson业务源的有效带宽,在MATLAB上的仿真(the effective bandwidth of the poisson sources)
  3. 所属分类:matlab例程

  1. poisson

    0下载:
  2. 十字区域,由五个相等的单位正方形组成,用五点差分格式求解下面的Poisson方程第一边值问题,程序能适应任何步长(solve poisson equation in ten area)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:230400
    • 提供者:柯基饼干
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org