搜索资源列表
-
0下载:
三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
-
-
0下载:
三次样条插值C源程序,解决数值计算中的一些难点问题-Cubic spline interpolation C source code to address some of the numerical calculation of difficult problems
-
-
0下载:
选择一曲线,本实例为正弦曲线,实现三次样条的插补-Select a curve, the instance of a sinusoidal curve, cubic spline interpolation
-
-
0下载:
三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation
-
-
0下载:
自己写的一个三次样条插值以及函数绘图,支持第一种和第二种边界条件,随机生成坐标点数,以及指定插值点数-To write a cubic spline interpolation and function mapping, support for the first and second boundary conditions, randomly generated coordinate points, and to specify the interpolation points
-
-
0下载:
使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
-
-
0下载:
不仅运用C#具有内置的方法来实现图像的几何变换:旋转,缩放,错切和平移,而且还运用仿射变换算法来实现上述的几何变换。最后,运用双线性插值和三次卷积插值算法实现图像的插值运算-Not only the use of C# has a built-in method to achieve an image of geometric transformations: rotation, scaling, shearing and translation, but also the use of the
-
-
0下载:
图像处理 旋转、缩放、平移 仿射变换 双线性插值 三次卷积-Image processing, rotate, zoom, pan, affine transformation, bilinear interpolation, cubic convolution
-