问题描述
可能重复:
双打阵列的阿克玛插值
我在寻找一种算法,阿克玛插值,但谷歌上搜索了一会儿后,我无法找到一个。我写我的Objective-C的应用程序,但编程语言并不重要。
I'm searching for an algorithm for Akima interpolation, but I can't find one after googling for a while. I write my application in Objective-C, but the programming language doesn't matter.
这将是非常善良,如果你能提供任何code或链接。谢谢
It would be very kind if you can provide any code or links. Thanks
推荐答案
编辑:
看this SO回答为下面的列表的更新版本。
see this SO answer for an updated version of the list below.
原来的答案:
阿克玛的原始文件
http://student.ndhu.edu.tw/~u9111023/akima。 PDF
C#实现
https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Interpolation/Algorithms/AkimaSplineInterpolation.cs
C ++实现
<一个href="http://www.koders.com/cpp/fid1393B9D668316C1700966643DE0609660B9CB13A.aspx?s=%22Brian+Smith%22" rel="nofollow">http://www.koders.com/cpp/fid1393B9D668316C1700966643DE0609660B9CB13A.aspx?s=%22Brian+Smith%22
C实现
http://packages.debian.org/source/squeeze/spline
阿克玛的Fortran的实施
Akima's Fortran implementation
http://cran.r-project.org/web/packages/akima /
Fortran 90的实施
Fortran 90 implementation
HTTP://miyoshi.googlecode.com / SVN-历史/ R72 /中继/普通/ common.f90
Lisp实现为AutoCAD二维多段线
Lisp implementation "for AutoCAD 2d-Polylines"
http://autocad.xarch.at/$c$c/坎迪/ akima.lsp
matlab实现
http://www.mathworks.se/matlabcentral/fileexchange/1814-阿克玛插值
Python实现
HTTP://www.lfd.uci。埃杜/〜gohlke / code / akima.py.html
这篇关于阿克玛插值算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!