搜索资源列表

  1. gamma-gaussian

    0下载:
  2. 用于产生gamma分布的噪声序列,以及分析gaussian噪声的各参数。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4362
    • 提供者:zzw19831114
  1. Gaussian

    0下载:
  2. Gaussian transform for image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:85279
    • 提供者:杨晓东
  1. Gaussian

    0下载:
  2. 高斯混合模型算法-Gaussian mixture model algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1647770
    • 提供者:马剑
  1. gaussian distributed number

    0下载:
  2. C Generate a pseudorandom, gaussian distributed number with mean 0 and standard deviation 1. C The random number is generated with ran1. C param idum An integer argument passed to ran1
  3. 所属分类:Windows编程

  1. gaussian elimination with partial pivoting

    0下载:
  2. gaussian elimination with partial pivoting for C++ 解方程组
  3. 所属分类:其它

  1. opencv_gaussian filter median filter

    0下载:
  2. opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-05-06
    • 文件大小:1430310
    • 提供者:lulvyanfeng
  1. fast Gaussian process latent variable model

    0下载:
  2. fast Gaussian process latent variable model Software (FGPLVM). This toolbox allows for larger GP-LVM models through using the sparse approximations suggested in papers by authors including Titsias, Snelson, Ghahramani,
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-07-01
    • 文件大小:13067689
    • 提供者:347289298@qq.com
  1. Bayesian衰退和分类模形

    0下载:
  2. 这个软件支持Bayesian衰退和分类模形,它基于神经系统网络和Gaussian作用。它也包括一些根本的程序实现有限和无限混合的模型。-software support this recession and Bayesian classification pattern, It is based on neural network and Gaussian role. It also includes some of the proce
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1180672
    • 提供者:方正
  1. Guass

    0下载:
  2. 二维三点高斯积分公式-2D Gaussian integral formula
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:陈建湘
  1. gs

    0下载:
  2. 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王国栋
  1. Gesture[20040824]

    0下载:
  2. 对于静态场景,提取其背景的程序,应用三高斯模型-for static scenes from his background, application three Gaussian model
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:1941504
    • 提供者:ray
  1. Gsxq

    0下载:
  2. 高斯消去法解方程组-Gaussian Elimination System Solutions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:260096
    • 提供者:赵健
  1. 均匀分布和高斯分布

    0下载:
  2. 均匀分布和高斯分布的C代码-uniform and Gaussian distribution of C code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:int
  1. 高性能计算高斯消去解方程组c++程序

    0下载:
  2. 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:zhr
  1. Draw3d

    0下载:
  2. 高斯分布的三维图象源代码-Gaussian distribution of 3D image source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:3589120
    • 提供者:李静
  1. 拉普拉斯高斯边缘检测源代码

    0下载:
  2. 图像处理拉普拉斯高斯边缘检测源代码-image processing Laplace Gaussian source Edge Detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:文心
  1. 求解线性代数方程组

    0下载:
  2. 线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire el
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:樊继东
  1. 高斯随机数的产生

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

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:范范
  1. yuhui

    0下载:
  2. 部分图像识别算法,包括robert因子,laplace算子,轮廓提取,高斯滤波-part of an image recognition algorithm, including robert factor, Laplace operator, contour extraction, Gaussian filter
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2026496
    • 提供者:余晖
  1. Gaussian-process

    1下载:
  2. 高斯过程的编程实现预测,含有文档,程序,数据,以及参考文献。(Programming Gaussian process to achieve prediction, containing documents, programs, data, and references.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2053120
    • 提供者:fengli
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org