Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - interpolation
Search - interpolation - List
牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
Update : 2008-10-13 Size : 1449 Publisher : 文理

建立带表头结点的单链表,打印所有结点的数据域;输入一个值,若某个结点的数据域为该值,则在其后插入另一个新结点,若无此结点,则在表尾插入新结点,然后打印;给一个值,删除结点的数据域是该值的所有结点,然后打印。(表生成时可用前插法或后插法)-table with the establishment of the first node of a single linked list, print all nodes of the data domain; An input value, If a node's data fields for the values, and subsequently inserted in a new node, in the absence of such nodes, at the end of the insertion of a new form nodes, then Print; to a value of the node to delete data domain is the value of all the nodes, then Print. (Table Generation available houses or after interpolation)
Update : 2008-10-13 Size : 4178 Publisher : 张伯泉

DL : 0
拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use of derivative solving differential (differential), the equations of N = 4 Runge - Kutta method. Jacobian Davis iterative method of solving equations AX = B, least squares polynomial fitting, portfolio Simpson formula for integration, with a triangular decomposition method of solving equations AX = B.
Update : 2008-10-13 Size : 7783 Publisher : wangshen

DL : 0
此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
Update : 2008-10-13 Size : 1023 Publisher : 张俊杰

径向基RBF多维空间插值算法,用于空间散乱点曲面重建,优于多项式插值-RBF RBF multidimensional spatial interpolation algorithm for space scattered surface reconstruction, better than polynomial interpolation
Update : 2008-10-13 Size : 127835 Publisher : 王克东

《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential - such.
Update : 2008-10-13 Size : 210896 Publisher : yyy

《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.
Update : 2008-10-13 Size : 590096 Publisher : yyy

DL : 0
* 用拉格朗日插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -* Use Lagrange interpolation method based on N-known data points even function * Input : n -- known data points the number N-1 * x -- known data points of the first N-dimensional coordinates listed Vector * y -- Known number stronghold of the second N-dimensional coordinates listed Vector * xx-point first interpolation * Coordinate output : function return values for the second interpolation point coordinates
Update : 2008-10-13 Size : 2754 Publisher : xuyan

DL : 0
* 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function * Input : n -- known data points the number N-1 * x -- known data points of the first N-dimensional coordinates listed Vector * y -- Known number stronghold of the second N-dimensional coordinates listed Vector * xx-point first interpolation coordinates * eps -- Accuracy * output : function return values for the second interpolation point coordinates
Update : 2008-10-13 Size : 2758 Publisher : xuyan

DL : 0
* 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function * Input : n -- known data points the number N-1 * x -- known data points of the first N-dimensional coordinates listed Vector * y -- Known number stronghold of the second N-dimensional coordinates listed Vector * xx-point first interpolation * Coordinate output : function return values for the second interpolation point coordinates
Update : 2008-10-13 Size : 2832 Publisher : xuyan

这是一个批量缩放(采用双线性插值)的工具程序,采用VC++编写,可以直接作为模式识别图像归一化工具使用,希望能给你带了方便!-This is a mass scale (using bilinear interpolation) process tools using VC + + preparation, Pattern recognition can directly image as a tool to use, with the hope of giving you a convenient!
Update : 2008-10-13 Size : 60993 Publisher : Lqh

图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
Update : 2008-10-13 Size : 818 Publisher : 王华

C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cpp Lagrange polynomial interpolation. c
Update : 2008-10-13 Size : 2662 Publisher : 鸿鹤

牛顿插值法求线性方程组 自己做的 有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
Update : 2008-10-13 Size : 11948 Publisher : 老虎

DL : 0
GPS星历内插资料,分别采用拉格朗日,牛顿法,是不错的资料!-GPS ephemeris data interpolation, using Lagrange, Newton's Law, which is good information!
Update : 2008-10-13 Size : 215996 Publisher : 于兴旺

利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
Update : 2008-10-13 Size : 1141 Publisher : liuyi

插值法求出阶跃响应的Ts,Tr,deta,性能指标。方法准确,简单-interpolation step response is calculated by the Ts, Tr, deta, performance indicators. The method is accurate and simple
Update : 2008-10-13 Size : 1408 Publisher : sahfasf

DL : 0
有关格网的插值小程序,采用数组指针进行数据分块的还待改善!如果那位下了改善后联系 知道zd_piaopiao@eyou.com-the grid of small interpolation procedures using the array pointer for the data block has to be improved! If that under the improved ties know zd_piaopi ao@eyou.com
Update : 2008-10-13 Size : 9195 Publisher : 张浩

DL : 0
shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。-shamir secret-sharing mechanism in the original language. Threshold secret sharing mechanism, the use of Lagrange polynomial interpolation to restore.
Update : 2008-10-13 Size : 184303 Publisher : 黄海凌

Otherchabu
DL : 0
数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular interpolation : DDA interpolation method first, the two-quadrant inverse arc.
Update : 2008-10-13 Size : 63062 Publisher : chen
« 1 2 ... 45 46 47 48 49 50»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.