Location:
Search - least square C
Search list
Description: 这是本人学习数学分析时编写的程序,最小二乘法-this is my learning math analysis prepared by the procedure, the least square method
Platform: |
Size: 203776 |
Author: 周龙龙 |
Hits:
Description: 最小二乘的C语言程序-最小二乘原理学习参考的好例子。-Least-squares of C language programming- the principle of least squares learning a good example of reference.
Platform: |
Size: 3072 |
Author: 纪晓岚 |
Hits:
Description: GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录:
Complex Numbers
Roots of Polynomials
Special Functions
Vectors and Matrices
Permutations
Sorting
BLAS Support , BLAS(Basic Linear Algebra Subprograms)
Linear Algebra
Eigensystems
Fast Fourier Transforms
Quadrature
Random Numbers
Quasi-Random Sequences
Random Distributions
Statistics
Histograms
N-Tuples
Monte Carlo Integration
Simulated Annealing
Differential Equations
Interpolation
Numerical Differentiation
Chebyshev Approximation
Series Acceleration
Discrete Hankel Transforms
Root-Finding
Minimization
Least-Squares Fitting
Physical Constants
IEEE Floating-Point -err
Platform: |
Size: 2842624 |
Author: 贺强 |
Hits:
Description: 计算方法中最小二乘法程序设计的源代码,具有很强的通用性-Method of calculating the least square method in the source code of program design, and highly versatile
Platform: |
Size: 46080 |
Author: lao qiao |
Hits:
Description: LMS滤波器示例程序,在TURBOC中运行
这是一个简单的可图形显示的C程序
输入信号是一个被噪声污染了的sin信号。 */
/* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号
-LMS filter sample programs, run in TurboC This is a simple graphical display can process the C input signal is a noise contaminated signal sin.*//* Running, the top of the screen is the input signal, the bottom is the result after the LMS filter output signal
Platform: |
Size: 4096 |
Author: 蜗牛 |
Hits:
Description: C语言精彩百例第71-93例
第三篇 常用算法篇
实例71 链表的建立
实例72 链表的基本操作
实例73 队列的应用
实例74 堆栈的应用
实例75 串的应用
实???76 树的基本操作
实例77 冒泡排序法
实例78 堆排序
实例79 归并排序
实例80 磁盘文件排序
实例81 顺序查找
实例82 二分法查找
实例83 树的动态查找
实例84 二分法求解方程
实例85 牛顿迭代法求解方程
实例86 弦截法求解方程
实例87 拉格朗日插值
实例88 最小二乘法拟合
实例89 辛普生数值积分
实例90 改进欧拉法
实例91 龙格-库塔法
实例92 高斯消去法
实例93 正定矩阵求逆-C-100 cases of the first 71-93 cases of brilliant third chapter examples of commonly used algorithm list 71 list 72 examples of the establishment of the basic operation examples of the application of 73 queue 74 application stack 75 is the application of string??? 76 trees Examples of the basic operation of Act 77 of Bubble Sort Example 78 Example 79 HEAPSORT merge sort examples 80 examples of disk file to sort the order of 81 to find 82 examples of the dichotomy to find examples of 83 trees to find examples of the dynamics of 84 black-and-white examples of solving equations 85 Newton iteration method Example 86 string cut-off equation method Lagrange interpolation equation examples 87 examples of 88 examples of least square method 89 Simpson numerical integration example 90 examples 91 Improved Euler method Runge- Kutta method Gaussian elimination example 92 examples 93 positive definite matrix inversion
Platform: |
Size: 22528 |
Author: 杨志亮 |
Hits:
Description: 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by something like this.
CPolyFit<double> PolyFitObj
double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A)
where X and Y are vectors of doubles which must have the same size and
A is a vector of doubles which must be the same size as the number of
coefficients required.
returns: The correlation coefficient or -1 on failure.
produces: A vector (A) which holds the coefficients.-Polynomial curve fitting the number of arbitrary referral Purpose- Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector
Platform: |
Size: 12288 |
Author: bilka |
Hits:
Description: 最小二乘曲线拟合圆,vc的源代码和推导过程-Least squares curve fitting circle, vc source code and derivation
Platform: |
Size: 126976 |
Author: 孟辰 |
Hits:
Description: 用最小二乘法解决实际问题,如曲线拟合,插值分析,-Least square method in solving practical problems, such as curve fitting, interpolation analysis
Platform: |
Size: 1024 |
Author: 郭豫川 |
Hits:
Description: 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
Platform: |
Size: 1024 |
Author: 唐荣 |
Hits:
Description: 最小二乘法用于分形维数中的计算,应用于c下-Least square method
Platform: |
Size: 1024 |
Author: andy |
Hits:
Description: 用matlab编的最小二乘法拟合的GUI程序,可以实现最小二乘法的计算-Matlab made by the least squares fitting procedure of the GUI, you can achieve the least square method of calculation
Platform: |
Size: 7168 |
Author: ldd |
Hits:
Description: 拉格朗日差值与最小二乘法拟合,c语言实现-Lagrangian difference with the least square method, c language
Platform: |
Size: 2048 |
Author: jcz |
Hits:
Description: 最小二乘法拟合是一种曲线拟合方法,它不要求近似曲线过已知点,只要求尽可能反应数据点的基本趋势。这是它的C语言程序-Least square method is a curve fitting method, which does not require similar curves have been known, the only response to the extent possible, the basic trend of data points. This is the C language program
Platform: |
Size: 1024 |
Author: 张霄霄 |
Hits:
Description: 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative method, Romberg formula, least square method, the fourth-order Runge-Kutta formula, Simpson formula and the principal component elimination method
Platform: |
Size: 2718720 |
Author: shz |
Hits:
Description: least square it is used to calculate the least square root codes in c..
Platform: |
Size: 1024 |
Author: loplop |
Hits:
Description: 最小二乘法-曲线拟合,,c语言程序。。经测试正确。。计算方法-Least square method- curve fitting,, c language program. . The test correctly. . Calculation
Platform: |
Size: 197632 |
Author: 星沉 |
Hits:
Description: 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a linear equation.
Platform: |
Size: 5120 |
Author: 王帅 |
Hits:
Description: c语言非线性最小二乘法的程序,解决非线性最小二乘法问题-The nonlinear least square method
Platform: |
Size: 1024 |
Author: 宋海宁 |
Hits:
Description: C语言实现最小二乘法的文档说明,内含有代码,可以直接实现。-the methed to realize the least square in C language
Platform: |
Size: 134144 |
Author: 王三 |
Hits: