搜索资源列表

  1. 相关系数编程实习

    0下载:
  2. 图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:31351
    • 提供者:宫华泽
  1. 向量旋转及一维线性回归、相关系数

    0下载:
  2. 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-08-23
    • 文件大小:53392
    • 提供者:chuwanchang
  1. 相关系数图像匹配

    0下载:
  2. 利用相关系数实现影像匹配
  3. 所属分类:文档资料

  1. 相关系数法影像匹配

    2下载:
  2. 此软件能对两幅影像进行匹配,文件包中包含了两幅影像用于实验。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-05-01
    • 文件大小:2576791
    • 提供者:pengjiangui
  1. 求相关系数

    0下载:
  2. 求解两组数据的相关系数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-11-04
    • 文件大小:1607
    • 提供者:wanglx2188
  1. 相关系数

    0下载:
  2. SPEARMAN ,PERSON相关系数
  3. 所属分类:源码下载

  1. 相关系数编程实习

    0下载:
  2. 图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:30720
    • 提供者:宫华泽
  1. 用Java展示统计图表

    0下载:
  2. 介绍用Java计算以下几种统计值的方法:平均数,中位数,众数,标准方差,回归方程式,相关系数.-introduced Java calculated value of the following types of statistical methods : the average, median, mode, standard deviation, the regression equation, the correlation coe
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:陈宁
  1. 影像匹配程序

    0下载:
  2. 数字摄影测量中的相关系数法影象匹配程序,vc实现.提供例子数据,为raw格式-Digital Photogrammetry of the correlation coefficient method image matching procedures, vc achieve. For example, for the raw format
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2011136
    • 提供者:谭宁生
  1. auto_correlation_matrix_fun

    0下载:
  2. auto_correlation_matrix_fun.zip为自相关系数求解-auto_correlation_matrix_fun.zip since the correlation coefficient Solution
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王捷
  1. image-textual-analysis

    0下载:
  2. 计算图像纹理共生矩阵及共生矩阵相关系数、熵等几个特征值,供后续的分类识别应用。提供了友好的操作界面。觉得最好的应用就是用于人脸识别的样本训练。-calculated image texture symbiotic matrix and symbiotic correlation coefficient matrix, some features, such as entropy values for the follow-up to t
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:90112
    • 提供者:leilin
  1. interp_correlation1

    0下载:
  2. 信号提取是信号处理的一个重要技术,如何评价提取信号的性能,相关系数就是一个很好的评价指标!-signal from the signal processing is an important technology, how to assess the performance of signal extraction, the correlation coefficient is a good evaluation index!
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:郭文强
  1. relationCal

    0下载:
  2. 计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1186816
    • 提供者:郭鹏
  1. matlabzixiangguan

    0下载:
  2. 用matlab产生自相关系数固定的序列,然后再观察其功率谱密度.-using Matlab correlation coefficient derived from the fixed sequence, and then observed its power spectral density.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:启明星
  1. polyfit

    0下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:石林
  1. Correlation1

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y-
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:石林
  1. 相关系数计算

    0下载:
  2. 展示使用Visual Basic软件编程达到调用excel表格来计算相关系数目标的小程序(Call the excel table to calculate the correlation coefficient of small programs)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:大木222
  1. MATLAB实现线性拟合和相关系数 源程序代码

    0下载:
  2. Matlab源程序:可以实现线性拟合相关系数(Matlab source: linear correlation coefficient can be achieved)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:小灵子
  1. 批处理person相关系数

    0下载:
  2. 批量实现相关系数R,操作简单,快捷,方便初级使用者,附有源代码,方便修改(Batch implementation of the correlation coefficient R, simple operation, quick, convenient primary users, with the source code, convenient to modify.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:206848
    • 提供者:吴世怀
  1. 相关系数

    0下载:
  2. 计算互相关函数,那么可以得到两列数据的最大互相关系数。(calculate the cor-relaration function)
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:混沌1
« 12 3 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org