CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - mean

搜索资源列表

  1. Sinewave-plus-additive-zero-mean-random-noise

    0下载:
  2. 用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:minytian
  1. bayesmean

    0下载:
  2. 一个matlab程序,有关已知方差的高斯分布的均值贝叶斯学习方法。详见程序内说明。-a Matlab procedures, the known variance of the Gaussian distribution of the mean Bayesian learning methods. See Note procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1624
    • 提供者:贾籽
  1. Mean-Shift

    0下载:
  2. mean-shift算法的实现算例,通过看这段代码,可以很快熟悉mean-shift算法-mean-shift method for the example, look at this code can be quickly familiar with the mean-shift algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:79149
    • 提供者:胖丫
  1. h12

    0下载:
  2. C环境下矩阵运算类,包含矩阵的基本操作,另有其范数,均值等特殊函数-C environment matrix category, including the basic matrix operations, otherwise its norm, the mean number of special function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13978
    • 提供者:DD
  1. Mean-shift

    0下载:
  2. 学习meanshift跟踪算法的好程序,值得搞图像序列目标跟踪的人研究
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:127852
    • 提供者:fjun
  1. c_inference_ver2.2

    0下载:
  2. The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:83944
    • 提供者:bevin
  1. 高斯随机数的产生

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

    • 发布日期:2008-10-13
    • 文件大小:1901
    • 提供者:范范
  1. Mean,_Medi14372510102002

    0下载:
  2. This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:122563
    • 提供者:liudm_123456
  1. 高斯拟合程序,采用高斯函数拟合数据

    2下载:
  2. 高斯拟合程序,采用高斯函数拟合数据,获得拟合高斯函数的平均值和方差。-Gaussian fitting procedure, using Gaussian function fitting the data, fitting Gaussian function to obtain the mean and variance.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:541
    • 提供者:liut
  1. mean_shift.rar

    0下载:
  2. this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab,this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1686
    • 提供者:me
  1. FFT

    4下载:
  2. 利用FFT估计正弦信号的频率,要估计一个叠加了高斯白噪声的正弦信号 的频率 ,可以通过对x(n)做傅里叶变换,得到频谱图,找出幅度的最大值对应的频率值 ,进行多次变换,求出均方误差 。改变信噪比SNR,通过仿真可以得出随着信噪比增加,均方误差减小。-Sinusoidal signal using FFT frequency estimation, to estimate a Gaussian white noise superimposed on the frequency of sinusoi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1195
    • 提供者:云卷云舒
  1. kMean

    0下载:
  2. clustering的经典k-mean算法源程序,VB代码-clustering k-mean algorithm, in VB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:135110
    • 提供者:danny
  1. 02

    0下载:
  2. 求解均值,方差,标准差计算器,动态开辟内存-Solving the mean, variance, standard deviation calculator, dynamic opening memory
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1352
    • 提供者:张阳
  1. Ckmedoids

    0下载:
  2. K-mean算法,并通过了IRIS数据的测试。-K-mean algorithm, and through the IRIS data testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3132
    • 提供者:雅双
  1. mean_shift

    0下载:
  2. Mean-shift聚类算法详细介绍,里面有丰富的图片和图形-Mean-shift clustering algorithm detail, which is rich in pictures and graphics
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6727680
    • 提供者:王庆香
  1. Direct_mean_torque_control

    0下载:
  2. Paper about a new method to control flux and torque of an induction motor. Direct Mean Torque Control (DMTC) combines the good dynamic performance of Direct Torque Control (DTC) with the advantages of time equidistant control algorithms for digit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:351709
    • 提供者:gregbur
  1. Mean-shift-research-and-applications

    0下载:
  2. :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:377274
    • 提供者:btian
  1. Mean

    0下载:
  2. Program to calculate MEan and standard deviation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:10706
    • 提供者:swebee
  1. mean

    0下载:
  2. 求数据均值,自动读取test dat 文件-data proceeding mean data proceeding mean data proceeding mean
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1105381
    • 提供者:rwte66
  1. Root-mean-square

    1下载:
  2. 均方根值趋势图,经本人试用,完全能够求解特征熵-Root mean square trend chart, through my trial, fully able to solve the characteristic entropy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:haha
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com