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

搜索资源列表

  1. 123

    0下载:
  2. 值法画曲线使用插值法画出平滑曲线 在数据处理和图像处理中广泛运用-Painting method using the interpolation curve to draw a smooth curve in the data processing and image processing in the extensive use of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-03
    • 文件大小:13306
    • 提供者:蒋雯倩
  1. HJTri

    0下载:
  2. 机械优化设计黄金分割法和三次插值法,适用于无约束一维极值问题-Optimal Design of Mechanical golden section method and the cubic interpolation method, applied to non-binding one-dimensional extremum problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:785
    • 提供者:Liucan
  1. lagelangrichazhi

    0下载:
  2. 拉格朗日插值法构造通过n+1个互异点上的次数不超过n的插值多项式P(x),利用此多项式计算在某一点的值-Lagrange interpolation structures differ by n+1 points on a number of no more than n, the interpolation polynomial P (x), take advantage of this polynomial calculation of the value of a point
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:590
    • 提供者:wuruijin
  1. lagelangri

    0下载:
  2. 数据结构。拉格朗日插值法算法。通过拉格朗日算法求方程-Data structure. Lagrange interpolation algorithm. Through the Lagrange method of Equation
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:690
    • 提供者:lh
  1. niudunchazhi

    0下载:
  2. 数据结构,牛顿插值法。通过牛顿插值法求解方程-Data structure, Newton interpolation. Solving equations using the Newton interpolation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:lh
  1. gdal

    0下载:
  2. gdal做 影像校正 源码,采用二次多项式,最邻近插值法。大家可以参考一下-failed to translate。again what have i done ,i can t believe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1999
    • 提供者:luqi
  1. fenduanchazhifa

    0下载:
  2. 数值分析课程 分段插值法源代码-Numerical Analysis Course sub-interpolation method source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4207
    • 提供者:万金
  1. Voronoi

    0下载:
  2. 基于动态Voronoi图的距离倒数加权法的改进研究,效果很好,希望与大家分享,并多多交流-Dynamic Voronoi diagram based on inverse distance weighting method to improve research, a good effect, and we wish to share, and interact more
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:232043
    • 提供者:肖康
  1. NumericalAlgorithm

    0下载:
  2. 数值计算方法中部分重要算法的C语言代码实现程序。内容包括解非线性方程的迭代方法、矩阵分解的直接方法、插值法、数值积分-Numerical calculation method, some important algorithms in C language code implementation procedures. Includes iterative method for solving nonlinear equations, matrix decomposition of the di
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:20436
    • 提供者:黄旭
  1. suixinthu

    1下载:
  2. 本软件是一款基于插值法的图像变形软件。实现图像的波纹、扭曲、马赛克等变形效果。使用了OpenCV的库函数-This small software can help to distort pictures and give the picture different appearance.
  3. 所属分类:2D图形编程

    • 发布日期:2017-06-02
    • 文件大小:2918869
    • 提供者:suixinthu
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. FUXING

    0下载:
  2. 计算方法的报告:掌握拉格朗日插值多项式、牛顿插值多项式、等距节点插值、三次样条插值的理论和构造方法。对同一组数据对,用不同的插值法构造插值函数,并画出它们的图形,对插值结果进行初步分析,讨论不同插值法的优缺点。 以及报告的内容和心得-fuxing
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:92745
    • 提供者:吴宝雨
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:246401
    • 提供者:彭鑫
  1. MySDOpenGL

    0下载:
  2. 一个使用线型扩散插值法的小程序源码 实现了MFC和OpenGL应用的结合 插值结果可以以图像灰度的形式显示-A proliferation of the use of linear interpolation of the applet source code of MFC and OpenGL applications to achieve the combination of interpolation results can be displayed in the form to
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:107073
    • 提供者:朱曙鹏
  1. chazhi

    0下载:
  2. 插值法,matlab实现, pdf格式报告,内含代码-Interpolation method, matlab implementation, pdf format reports, containing the code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:936466
    • 提供者:王泽萌
  1. newton

    0下载:
  2. 在MATLAB环境中运行的两种Newton插值法-Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:949
    • 提供者:anthony
  1. DOSlspoly

    0下载:
  2. 在MATLAB环境中实现最小二乘法和有理分式插值法的程序-lspoly and DOS method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:614
    • 提供者:anthony
  1. matlab_math

    0下载:
  2. 关于数值计算中插值的一个文档。讲得简明扼要,是学习插值法的一个很好的参考。-Numerical calculation of interpolation on a document. Put it succinctly, is to learn from interpolation of a good reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102173
    • 提供者:FAN Lei
  1. chazhifa

    0下载:
  2. 本程序为利用给定节点,求未知节点插值法,包括拉格朗日插值法和牛顿向前插值法-This procedure for the use of a given node, seeking the unknown node interpolation method, including the Lagrange interpolation method and Newton' s forward interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1370
    • 提供者:源治
  1. quadraticinterpolationalgorithm

    0下载:
  2. 利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别-Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4127
    • 提供者:张靖
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com