搜索资源列表

  1. 曲线拟合c++代码

    0下载:
  2. 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1259
    • 提供者:刘广
  1. 最小二乘法的曲线拟合

    0下载:
  2. 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1482
    • 提供者:5437
  1. 09.数据拟合

    0下载:
  2. 数据拟合源程序,对很多点数据能根据提示,自动拟合成曲线,去自动拟合有很大的帮助-data fitting source of many of the points that data can be prompted to automatically be synthesized curve, automatically fitting to be of great help
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:148942
    • 提供者:晨曦
  1. 最小二乘法直线拟合程序

    1下载:
  2. 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2924
    • 提供者:liu
  1. 一个拟合预测的MATLAB源程序

    0下载:
  2. 一个相当好的拟合预测的MATLAB源程序-a very good fit forecast MATLAB source
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1835
    • 提供者:徐彬
  1. 分段拟合

    0下载:
  2. 这是个分段拟合程序,对处理图表数据非常有帮助。-This is a sub-fitting procedures for handling graphics data has been very helpful.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:33690
    • 提供者:陈智
  1. 最小二乘法多次曲线拟合算法

    1下载:
  2. 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23618
    • 提供者:鲁班
  1. 最小二乘法多次曲线拟合

    0下载:
  2. 最小二乘法多次曲线拟合-least squares curve fitting time
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3553
    • 提供者:李伟
  1. 数据拟合终结版

    0下载:
  2. 计算方法数据拟合-data fitting calculation method
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1468
    • 提供者:王琦
  1. 直线拟合

    0下载:
  2. 对输入的10个数据点进行直线拟合-the importation of 10 data points for linear fitting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39245
    • 提供者:周智
  1. 最小二乘法直线拟合

    1下载:
  2. 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:785
    • 提供者:李文
  1. 最小二乘法曲线拟合

    0下载:
  2. 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:李文
  1. 用抛物线y=a+bx+cx 拟合给定数据

    0下载:
  2. 数值分析用抛物线y=a+bx+cx 拟合给定数据-numerical analysis using a parabolic y = bx cx fitting given data
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:272599
    • 提供者:郭巨海
  1. 拟合与逼近

    0下载:
  2. 拟合与逼近的C程序-fitting approximation with the C program
  3. 所属分类:其它

  1. 高斯拟合

    0下载:
  2. 曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.-Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:793
    • 提供者:龚雪
  1. 曲线◎拟合

    0下载:
  2. vc++二维数据拟合源代码边干边学过后 共和国精华区 国会结构化-vc fitting two-dimensional data source learning by doing focus of the Republic after the structure of Congress
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6503
    • 提供者:赵群伟
  1. 最小二乘法线性拟合

    2下载:
  2. 最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8382
    • 提供者:aaa
  1. 三次样条曲线拟合

    0下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10506
    • 提供者:郑双明
  1. 非线性最小二乘法--数据拟合

    2下载:
  2. 最小二乘法的拟合,能对任意个参数进行拟合,效果非常好-least squares fitting, can be arbitrary parameters to fit very good results
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10632
    • 提供者:乐生
  1. MFC绘制Bezier曲线%2CB样条曲线%2C曲线拟合

    0下载:
  2. MFC绘制Bezier曲线%2CB样条曲线%2C曲线拟合 可以用~
  3. 所属分类:OpenGL

    • 发布日期:2009-05-25
    • 文件大小:3625157
    • 提供者:ghostcat
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org