CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 高斯

搜索资源列表

  1. 高斯随机数发生程序

    0下载:
  2. 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mea
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1890
    • 提供者:郑浩
  1. 高斯-约旦

    0下载:
  2. 用高斯约旦法求解联立方程
  3. 所属分类:其它

  1. sinwn.rar

    0下载:
  2. 生成含有高斯噪声的正弦信号,C语言格式,Gaussian noise generated containing the sinusoidal signal, C language format
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1169
    • 提供者:zhangnan
  1. gauss

    0下载:
  2. 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:2893
    • 提供者:成斌
  1. noise2

    1下载:
  2. 图像加椒盐噪声,高斯噪声,乘性等相关噪声-Image Add salt and pepper noise, Gaussian noise, multiplicative noise, etc.
  3. 所属分类:source in ebook

    • 发布日期:2015-10-26
    • 文件大小:1619
    • 提供者:ffwzt
  1. VBGusszhengfansuan

    0下载:
  2. vb 高斯投影正反算 可以进行54坐标的计算-vb Gaussian operator can be both positive and negative projection coordinates calculated for 54
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1544
    • 提供者:今晨
  1. GaussianPointDetection

    1下载:
  2. 强杂波背景下的的高斯点目标的检测Matlab源代码,有需要的就下载吧 希望能有所帮助 -Strong clutter the background of the Gaussian point target detection Matlab source code, there is a need to download it on the hope to be helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1006
    • 提供者:gongxuhua
  1. lq

    0下载:
  2. 语音信号的数字滤波处理 加入高斯噪声再滤除,信噪比小于20分贝-Voice signal digital filter handle add further filtered Gaussian noise, signal to noise ratio is less than 20 dB
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:2911
    • 提供者:ak
  1. em

    1下载:
  2. 混合高斯概率密度模型,其参数估计可以通过期望最大化( EM) 迭代算法获得。-EM estimation parameters Gaussian mixture processes
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1349613
    • 提供者:anjiayu
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:129382
    • 提供者:康师傅
  1. Gaussianprocessr

    0下载:
  2. 高斯分布程序用于概率中的随机取值,其中第二次随机还用到了平均分布-Procedures for the probability of Gaussian distribution of random values, which were also used for the second time the average distribution
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1149
    • 提供者:fsa
  1. 08gmm

    0下载:
  2. GMM很好的理论资料,对高斯模型的详细描述以及EM算法的介绍。对编程有一定的帮助。-This is for the initial researcher to study about the GMM Model.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:195954
    • 提供者:郭伟
  1. deiphiimageprocessing

    0下载:
  2. 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3565204
    • 提供者:小宝
  1. 11912869gmm-gmr

    0下载:
  2. 高斯混合模型,为了减少语者自己语音本身的变异性,只留下语者间彼此的变异性,在建立语者特定模型时,先训练一个语者不特定模型,-interpriter
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:32722
    • 提供者:王贺峰
  1. centrallimittheorem

    0下载:
  2. 使用中心极限定理分布产生高斯白噪声序列的c代码以及执行文件-Using the central limit theorem the distribution of Gaussian white noise sequences generated c code, and executable files
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:23615
    • 提供者:chen
  1. sediel

    0下载:
  2. MPI 并行计算高斯-赛德尔迭代,包含测试数据-MPI GS iterations
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2842
    • 提供者:tony
  1. m

    0下载:
  2. 参数:CV_GAUSSIAN进行滤波高斯低通滤波 -Parameters: CV_GAUSSIAN filtered Gaussian low pass filter
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:659
    • 提供者:caizhiyi
  1. GAUSSIANloglikelihood

    0下载:
  2. GMM高斯混合模型大规模概率对数计算 需要一个模型地址文件和一个需要识别的声音的mfc文件可以一次执行大批量-GMM Gaussian mixture model probability on the number of large-scale computing need a model of address file, and the voice of the mfc file which need to be identified .can be an implementation
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:14052
    • 提供者:firelord1989
  1. 统计信号处理:非高斯信号处理及其应用

    2下载:
  2. 统计信号处理:非高斯信号处理及其应用,邱天爽(statistics signal processing , fractional lower order moment, fractional lower order statistics)
  3. 所属分类:书籍源码

    • 发布日期:2021-03-23
    • 文件大小:4110336
    • 提供者:自由港湾
  1. ansys高斯热源代码及案例

    1下载:
  2. 用于ansys仿真模拟电子书焊接、激光焊接等高能量输入的焊接仿真的热源类型输入,并提供一个移动热源案例供参考!
  3. 所属分类:其它

« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com