搜索资源列表
一维黄金 插值 格点法
- 本程序可以对任意输入的一元二次函数,算法利用了黄金分割法,插值法,格点法求出最小值-the arbitrary procedures for the importation of a quadratic function, the algorithm using the Golden Section, interpolation, the lattice method, the minimum
fractal7and10
- 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal
KrigingInterpolation
- Kriging 插值程序,实现二维三维数据插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and library which
Desktop
- 二维插值的应用。二维插值主要应用于图像处理和数据的可视话。主要方法有:最邻近插值;双线形插值;三次样条插值等方法。该源码可以看出其中区别。-Application of two-dimensional interpolation. Two-dimensional interpolation is mainly used in image processing and visualization of data words. Main m
InterpolationAndFitting
- 插值与拟合的一些经典算法,包含多项式插值和二维插值,以及一些数学建模实例-some classic algorithms interpolation and fitting, including polynomial interpolation and two-dimensional interpolation, as well as some examples of mathematical modeling
chazhi
- 一维插值、二维插值,三维插值也有,但是结果没有显示,各位帮我诊断一下-One-dimensional interpolation, two-dimensional interpolation, three-dimensional interpolation also has, but the results did not show, you help me diagnose what
interp
- 实现拉朗日插值、线性插值、样条插值,用MATLAB计算两种二维插值的方法。-Implementation date lalang interpolation, linear interpolation, spline interpolation, calculated using MATLAB in two methods of two-dimensional interpolation.
matlab1
- MATLAB关于一维插值和二维插值学习实例-MATLAB on the one-dimensional interpolation and two-dimensional interpolation example learning
krig2d
- 二维的克吕金插值,适用于地学类等领域,使用方便-Two-dimensional krig interpolation, applied geosciences
erweichazhi
- 改进二维插值算法,应用并实现,希望对大家有所帮助。-simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the global optimum, th
KrigingV2.0
- 克里金算法2.0版本,对二维插值有详细的工具箱-kriging algorithm V2.0 for matlab
cood-change
- 坐标转换公式,基于新函数的二维插值,见平面坐标下的任意图形转换为矩形-coordinate system change
一维优化问题
- 利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法(Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method)
Image_2D_interpolation
- 对像素点较少的原始图像进行二维插值,以提高图像的平滑度。()
插值
- 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插
double_fit
- 输入包含x,y,z信息的dat/txt/lvm数据库,通过双线性插值函数实现二维插值。(Two dimensional interpolation)
拉格朗日插值+MATLAB源程序代码
- 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathem
插值程序新
- 飞行力学里编写弹道时所用到的插值程序,包括一维插值,二维插值和三维插值。(In flight mechanics, the interpolation procedures used in compiling the trajectory include one-dimensional interpolation, two-dimensional interpolation and three-dimensional interpola
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)
Matlab各种插值法.part6
- Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)