Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • jisuanff.zip 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现
  • s.zip 计算三次样条插值函数
  • plexus-interpolation Plexus-archiver =============== The current master is now at https://github.com/codehaus-plexus/plexus-interpolation
  • Haskell-Interpolation-Library ... and generation Multiline strings and interpolation ----------------------------------- Quasiquote 'str' implements multiline strings with interpolation. Interpolating a value into the string is done by $$ and interpolating anything ...
  • Polynomial-Interpolation ... by a Newton's divided differences interpolation polynomial. Interpolation of a data set by a Newton's divided differences interpolation polynomial. Usage: Create a data set file with the data to interpolate and call the Interpolate procedure with the ...
  • ruby-interpolation.el Electric string interpolation for ruby `ruby-interpolation.el` is a minor mode for emacs that automatically adds `#{}` when hitting the `#` key and the point is a font lock string face. I suggest using autopair or similar.
  • paper-steel-strain-interpolation Quantifying uncertainty in steel strain interpolation paper-steel-strain-interpolation ================================ Quantifying uncertainty in steel strain interpolation
  • qml-color-interpolation ... indicating the color position in the interpolated range. ColorInterpolation { id: interpolation stops: [ ColorStop { position: [...]; color: [...] } ... ] } Then, you need to call ...
  • Cubic-spline-interpolation-Gauss Cubic spline interpolation from given points.
  • cubic-spline-interpolation ... wrapping GSL's stuff with ctypes 1D Cubic spline interpolation ===================== A simple example of using some of `GSL's ... demo.png`` should look something like: .. image:: https://raw.github.com/rossfadely/cubic-spline-interpolation/master/demo.png ...