Welcome![Sign In][Sign Up]
Location:
Search - CurveFit

Search list

[Mathimatics-Numerical algorithmsCurveFit.rar

Description: 曲线拟合
Platform: | Size: 1367 | Author: | Hits:

[Mathimatics-Numerical algorithmsCurveFit

Description: curve_fit为曲线拟合DELPHI源代码。此版本为delphi4或者delphi5源代码,但稍加移植后即可用于delphi7-curve_fit for curve fitting Delphi source code. This version of 3.0-5.0 delphi4 or source code, but a little after transplantation can be used delphi7
Platform: | Size: 217339 | Author: 郑元义 | Hits:

[Static controlLED

Description: Curvefit.cpp。Curvefit.h。Digistatic.cpp。。。。LED相关源码。
Platform: | Size: 34581 | Author: tanxh | Hits:

[Other resourcecurvefit1212121212

Description: 变异函数 克立金插值用,采用最小二乘法编制。请您使用。Kriging curvefit-Variograms kriged used, the preparation of the least-squares method. Please use. Kriging curvefit
Platform: | Size: 14930 | Author: York | Hits:

[Mathimatics-Numerical algorithmsCurveFit

Description: 曲线拟合-Curve Fitting
Platform: | Size: 1024 | Author: 曾敏辉 | Hits:

[GIS programcurvefit1212121212

Description: 变异函数 克立金插值用,采用最小二乘法编制。请您使用。Kriging curvefit-Variograms kriged used, the preparation of the least-squares method. Please use. Kriging curvefit
Platform: | Size: 14336 | Author: York | Hits:

[Mathimatics-Numerical algorithmsCurveFit

Description: curve_fit为曲线拟合DELPHI源代码。此版本为delphi4或者delphi5源代码,但稍加移植后即可用于delphi7-curve_fit for curve fitting Delphi source code. This version of 3.0-5.0 delphi4 or source code, but a little after transplantation can be used delphi7
Platform: | Size: 217088 | Author: 郑元义 | Hits:

[matlabMatlab_shuxuejianmo

Description: 1. MATLAB常用数学建模工具的中文帮助 2. 贡献MATLAB数学建模工具(打*号) 3. 中国大学生数学建模竞赛历年试题MATLAB程序-1. MATLAB mathematical modeling tools commonly used in Chinese to help 2. Contributions to MATLAB mathematical modeling tool (hit*) 3. China Undergraduate Mathematical Contest in Modeling questions MATLAB program calendar
Platform: | Size: 389120 | Author: 郭世雄 | Hits:

[Static controlLED

Description: Curvefit.cpp。Curvefit.h。Digistatic.cpp。。。。LED相关源码。-Curvefit.cpp. Curvefit.h. Digistatic.cpp. . . . LED-related source.
Platform: | Size: 34816 | Author: tanxh | Hits:

[matlabcurvefit

Description: 用MATLAB函数进行非线性拟合,在VB中调用-MATLAB function with non-linear fitting, call in VB
Platform: | Size: 1364992 | Author: 李刚 | Hits:

[Algorithmcurvefit

Description: 一个用VC写的曲线拟合程序,可用在数值分析计算方法方面-Writing a VC with the curve fitting procedures, can be used in numerical analysis and calculation methods
Platform: | Size: 1024 | Author: 超超 | Hits:

[Linux-Unixcurvefit

Description: source code for curve fitting includes regression mechanism
Platform: | Size: 1024 | Author: Nagaraj | Hits:

[AlgorithmCurveFit

Description: 本软件解决了非线性曲线拟合的初始值问题,不再需要输入初始值,只要定义函数模型及输入拟合数据即可求出函数的系数值。-This software solved the nonlinear curve fitting of the initial value problem, no longer need to enter the initial value, as long as the definition of function model and input data can be obtained fitting function values.
Platform: | Size: 55184384 | Author: wrshl@126.com | Hits:

[AI-NN-PRCurveFit

Description: 嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct
Platform: | Size: 2048 | Author: lijiping | Hits:

[OtherDatafitting

Description: 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary function interpolation, spline- spline interpolation, polyfit- polynomial interpolation or fitting, curvefit- curve fitting, caspe- a variety of boundary conditions of the spline interpolation, casps- spline fitting (no), interp2- binary function interpolation, griddata- the dual function of irregular data interpolation, interp- interpolation nodes is not monotonous, and lagrange- Lagrange interpolation.
Platform: | Size: 20480 | Author: 温娟 | Hits:

[matlabCURVEFIT

Description: 在优化问题中,用于求解下列形式非线性规划问题-In optimization problem, the following form for solving nonlinear programming problem
Platform: | Size: 2048 | Author: 陈诚 | Hits:

[matlabFMINCON

Description: C=CURVEFIT( 拟合模型 ,参数C初值,X数据,Y数据) 求参数C使得 sum {(FUN(C,X数据)-Y数据).^2}最小化-C = CURVEFIT ( fitting model and parameter C, initial X, Y data) for data parameters that sum {there (C) (C, X-ray data- Y j ^ 2) minimizing}
Platform: | Size: 6144 | Author: 陈诚 | Hits:

[CSharpcurvefit

Description: 调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至gaocongly@126.com咨询讨论-Call the method: CurveFitting fitting = new CurveFitting () double [] xs = fitting.Fitting (xv, yv, n, m) Note: Fitting function: double [] xs = Fitting (int [] xval, double [] val, int n, int m) xval: point of abscissa val: the value of the vertical axis point n: For the maximum number of polynomial fitting m: the number of fitting points array of xs for the return of the multi- polynomial coefficients, the number from 0 to n. For questions, please send an email to gaocongly@126.com consultation and discussion
Platform: | Size: 2048 | Author: renyuhui | Hits:

[Mathimatics-Numerical algorithmsCurveFit-2.0-win32-vc10

Description: CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支持 .NET和 JAVA 环境. CAD/CAM系统的开发人员可以把它集成到自己的软件里面拥有超强的曲线拟合功能, 提供的详细的演示程序及源代码可以帮助你只需要很少的编程知识就能方便地集成到你的系统里面去。 - CurveFit is a software development kit (SDK) to optimize curves. In many industries like ads, clothing, leather, the designed drawing by special software is in curves, the curves would be converted to line and arcs if user want to cut out them by machine. CurveFit is the library achieves this function that simplifies the lines and arc and keep the drawing in acceptable accurate level. This library accepts solver parameters and data , then generate optimized result. It can decrease up to 90 lines and arcs quantity significantly. This SDK (curve fitting library) supports most platform from 32-bit/64-bit Windows to Linux/Unix system, it supports .NET and JAVA environment also. Developers of CAD/CAM-systems can integrate it into their software, sample demo program with source code help you integrate it with your existing system or product and minimal programming knowledge required.
Platform: | Size: 12581888 | Author: nestprofessor | Hits:

[JSP/JavaCurveFit

Description: CurveFit is class to fitt an curve
Platform: | Size: 2048 | Author: teste br 123 | Hits:
« 12 »

CodeBus www.codebus.net