|
特别提示
源码搜搜是一个自动搜索中英文源码的搜索引擎,所以,如果请仔细阅读搜索到的英文源代码,它们和您的想要的中文有很大的关联。
另外,为了保证您得到最全面的结果,建议您直接搜索中文。
暂不支持繁体中文,请谅解!
相关搜索
相关词条
牛顿,(1643年1月4日-1727年3月31日)是英国伟大的数学家、物理学家、天文学家和自然哲学家。1643年1月4日生于英格兰林肯郡格兰瑟姆附近的沃尔索普村,1727年3月31日在伦敦病逝。
牛顿1661年入英国剑桥大学三一学院,1665年获文学士学位。随后两年在家乡躲避瘟疫。这两年里,他制定了一生大多数重要科学创造的蓝图。1667年回剑桥后当选为三一学院院委,次年获硕士学位。1669年任卢卡斯教授直到1701年。1696年任皇家造币厂监督,并移居伦敦。1703年任英国皇家学会会长。1706年受女王安娜封爵。他晚年潜心于自然哲学与神学。
牛顿在科学上最卓越的贡献是微积分和经典力学的创建。
站内搜索
|
"牛顿插值"的最佳翻译为"newton interpolation",相关的英文翻译自动加入检索 MATLAB实现牛顿插值 (Newton's Interpolation )算法源代码 Free Source Code for Newton's Interpolation formula 2008年05月18日 Matlab R11. http://www.codesoso.com/code/Matlab-Newton-Interpolation-Code.aspx 但是从实现的角度看并不很好,而牛顿很好的解决了这个问题。 牛顿插值是基于下面这些的公式: f[x0,x1,......最终进行一个点的计算的时间复杂度是O(n)。 这个matlab程序实现了牛顿插值 (Newton's Interpolation )算法。 http://www.matlab-download.cn/Code/Newtons-Interpolation.html Syntax: ui=NewtFit(x,y,z,u,xi,yi,zi)
3D interpolation. It may be used where griddata3 fails to find a3D interpolation using modified 4-point vector Newton interpolation Approximations and Interpolation. " http://www.mathworks.com/matlabcentral/fileexchange/8970 I'm working with large 3D data and have to interpolate in 3D space. With Matlab's interp3 function myA Matlab mex function to perform trilinear interpolation. Approximations and Interpolation. mex, trilinear, http://www.mathworks.com/matlabcentral/fileexchange/19687 三次样条插值 cubic spline interpolation 2008年12月30日 sunyan 热心分享 Matlab 三次样条插值的一般算法程序 源代码及技术文章下载(请点击下面的原文链接下载) There isn't any http://www.codesoso.com/code/cubic-spline-interpolation.aspx 拉格朗日(Lagrange)多项式插值算法源代码 Lagrange polynomial interpolation 2008年05月18日 Maltab R10 这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。 http://www.codesoso.com/code/Lagrange-polynomial-interpolation.aspx how to compile a function that performs univariate interpolation into a COM object. External Code Interfacing. MATLAB, Excel, Builder, Example, interpolation, univariate http://www.mathworks.com/matlabcentral/fileexchange/2950 a 5x-50x speedup over interp2 Approximations and Interpolation. fast, 2d, 2-dimensional, interpolation,...function performs 2-dimensional interpolation similar to MATLAB's built-in function interp2 with a considerable http://www.mathworks.com/matlabcentral/fileexchange/10772 Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib This function performs interpolation faster than MATLAB's "interp1" function. http://www.mathworks.com/matlabcentral/fileexchange/10286 Performs linear interpolation with a speed acceleration of (up to) 4x. Approximations and Interpolation....dll file in a directory recognizable by MATLAB. You won't need lininterp1f. http://www.mathworks.com/matlabcentral/fileexchange/8627 Set of functions that can be used for interpolation and and approximation of scattered data of any d ...25:10; f = sin(x);
xi = 0:.1:10;
%Matlab interpolation
fi = interp1(x,f,xi); http://www.mathworks.com/matlabcentral/fileexchange/10056 Performs N-D FFT interpolation with upsampling, downsampling, or mixed up- and downsampling... MATLAB 7 (R14) image processing, interpolation, http://www.mathworks.com/matlabcentral/fileexchange/22665 for 3 < x < 4 y = 27*x^2 - 183*x + 305 MATLAB 7.4 (R2007a) general, gui, interpolation, piecewise, splines http://www.mathworks.com/matlabcentral/fileexchange/22912 Incredible speed boost in comparision to the Matlab implementation. (interp2)This code is inpired by Alexander Huth's bilinear interpolation approach ( http://www.mathworks. http://www.mathworks.com/matlabcentral/fileexchange/23795 Fast 2D linear interpolation of scalar of vector valued 2D images.... put NaNs in ZI. The function is similar to Matlab's native ZI = INTERP2(Z,XI,YI,'linear',NaN), http://www.mathworks.com/matlabcentral/fileexchange/24183 Fast 3D linear interpolation of scalar or vector valued 3D images.mirt3D_mexinterp is fast mex version of Matlab's interp3 function. http://www.mathworks.com/matlabcentral/fileexchange/24177 This is called subsample peak interpolation and is used in radar, delay estimation,... MATLAB 7.4 (R2007a) communications, dsp, gaussian, interpolation, http://www.mathworks.com/matlabcentral/fileexchange/24465 Which is the right Matlab function to use? It concern to interpolate ... MATLAB 7.7 (R2008b) matlab interpolation http://www.mathworks.com/matlabcentral/fileexchange/25107 GPU assisted fast bilinear interpolation Utility. cuda, 2d bilinear interpolation, fast mex...
BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, http://www.mathworks.com/matlabcentral/fileexchange/20248 how to compile a function that performs univariate interpolation into an Excel COM object. External Code Interfacing. MATLAB, COM, "Builder example", "univariate interpolation" http://www.mathworks.com/matlabcentral/fileexchange/2947 |