CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 插值法

搜索资源列表

  1. Lagrange 插值法

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14802
    • 提供者:姚天伟
  1. 一维黄金 插值 格点法

    0下载:
  2. 本程序可以对任意输入的一元二次函数,算法利用了黄金分割法,插值法,格点法求出最小值-the arbitrary procedures for the importation of a quadratic function, the algorithm using the Golden Section, interpolation, the lattice method, the minimum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:82101
    • 提供者:杜莉
  1. 三弯矩插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18215
    • 提供者:jasa
  1. 三转角插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18074
    • 提供者:jasa
  1. lagrange多项式插值

    1下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:21613
    • 提供者:jasa
  1. newton插值绘制曲线

    0下载:
  2. 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2857
    • 提供者:杨磊
  1. 图象插值方法的研究和实现

    1下载:
  2. 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2899
    • 提供者:张正
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. Mag_Color_Snake.rar

    0下载:
  2. 可以将应用双线性插值法放大的图像进行边缘的锐化,比方向扩散的效果要好,Can be applied bilinear interpolation to enlarge the image edge sharpening, than the direction of the effect of the proliferation of better
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1317
    • 提供者:朱丽平
  1. InterpolationAlgorithm.rar

    0下载:
  2. 常用的差值算法:牛顿插值法,追赶法,三次样条插值,Common difference algorithm: Newton interpolation, catching method, cubic spline interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:190552
    • 提供者:guoguo
  1. interpolation.rar

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. Bilinear_Interpolation.rar

    2下载:
  2. MATLAB双线性插值法对图像进行放大和缩小,MATLAB bilinear interpolation image zoom in and out
  3. 所属分类:Database system

    • 发布日期:2017-03-23
    • 文件大小:1303
    • 提供者:shen hong
  1. lagelangrichazhi

    1下载:
  2. 拉格朗日插值法matlab程序,希望大家在学习《数值分析》的课程时多动手实践,还是那句话,兴趣最重要;-Lagrange interpolation matlab program, I hope everyone in the study, " Numerical Analysis" many hands-on experience when the curriculum, or that sentence, the most important interest Ha ha
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:766
    • 提供者:buckly
  1. pic_magnify

    0下载:
  2. 在CCS平台上优化过的基于C64x+的图像放大程序,用双线性插值法。-In the CCS platform optimized based on C64x+ The image to enlarge procedures, using bilinear interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:56113
    • 提供者:chenjing
  1. optimizationinC

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6539
    • 提供者:xnkl
  1. Nearest_Neighbor_Interpolation

    0下载:
  2. MATLAB最近像素插值法对图像进行放大和缩小-MATLAB recently pixel interpolation method of image zoom in and out
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:866
    • 提供者:shen hong
  1. sanciyangtiaochazhi

    0下载:
  2. 计算方法\计算方法程序\sanciyangtiaochazhi 三次样条插值法.rar-Calculation method of calculation procedures sanciyangtiaochazhi cubic spline interpolation. Rar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9748
    • 提供者:jc
  1. insertvalue

    0下载:
  2. 拥有界面的函数插值程序,可以模拟牛顿插值法和拉格朗日插值法。-Interface has a function interpolation procedures, can simulate the Newton interpolation method and the Lagrange interpolation method.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:3759
    • 提供者:zhangbo
  1. ImgRotate

    0下载:
  2. 实现图像处理中常见的图像旋转功能。运行程序时可以通过选择近邻域插值法、线性插值法或者三阶卷积插值三种复杂度不同的算法来实现。-Image processing to achieve common image rotation function. Can run the program by selecting the neighbor domain interpolation, linear interpolation, or third-order convolution interpolat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:1244395
    • 提供者:谭璐芬
  1. Cubicspline

    0下载:
  2. 三次样条插值法,是运用的数值计算方法的算法实现的-Cubic spline interpolation method is the use of numerical method of implementation of the algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:366476
    • 提供者:kevin
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com