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

搜索资源列表

  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. 3DComputerGraphicsAMathematicalIntroductionWithOpe

    0下载:
  2. 本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4480250
    • 提供者:蒋娟芬
  1. OnethreepointLagrangeinterpolationmethod

    0下载:
  2. 一元三点拉格朗日插值法计算实验结果等,进行数值变换-One dollar three-point Lagrange interpolation method to calculate the experimental results, numerical transform
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-10
    • 文件大小:1064
    • 提供者:陈乔
  1. LianFenShiChaZhi

    0下载:
  2. 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi],用连分式插值法计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi], used interpolation method to calculate continued fraction interpolation points t Department designated function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:罗坤
  1. AiTeJinZuBuChaZhi

    0下载:
  2. 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi]及精度要求,用埃特金逐步插值法计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi] and the accuracy requirements gradually Aitken interpolation method specified interpolation points t Depa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1326
    • 提供者:罗坤
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. szfx4

    0下载:
  2. 数值分析之计算方法与实验4:插值法 by java-Numerical analysis method of calculation and experiment 4: interpolation by java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4792
    • 提供者:SA
  1. chazhi

    0下载:
  2. 拉格朗日插值法只能算是数学意义上的插值,从插值基函数的巧妙选取,已经构造性的证明了插值法的存在性和惟一性-Lagrange interpolation can only be regarded as the mathematical sense of the interpolation, from the clever interpolation basis function selection, has been constructive proof of the existence of t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:weili
  1. perspective

    0下载:
  2. 應用透視轉換也就是線性插值法,利用矩陣的方式來顯示出結果。-Application Perspective conversion is linear interpolation method, using matrix approach to show the result.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2111
    • 提供者:shin
  1. erchafa

    0下载:
  2. 二次插值法,要用的自己下来看看吧,很好的优化程序 -Quadratic interpolation method, we should take a look at it from their own, a good optimizer
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:981
    • 提供者:王散
  1. 1

    0下载:
  2. 关于三次样条插值法求函数的源程序,非常有用-On the cubic spline interpolation method of source function, very useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:773
    • 提供者:ee
  1. nc.jar

    0下载:
  2. Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:295557
    • 提供者:shane liu
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. f2c.tar

    0下载:
  2. 克里金法 克里金法是一种在许多领域都很有用的地质统计格网化方法。克里金法试图那样表示隐含在你的数据中的趋势,例如,高点会是沿一个脊连接,而不是被牛眼形等值线所孤立。克里金法中包含了几个因子:变化图模型,漂移类型 和矿块效应。-MODULE Kriging CATEGORY User DEscr iptION kriging interpolation OUTBOARD ./kriging INPUT data field (none) Input data
  3. 所属分类:Other systems

    • 发布日期:2015-03-18
    • 文件大小:119383
    • 提供者:zhaoyang
  1. Interpolation_1

    0下载:
  2. 给定n个等距结点 上的函数值 及精度要求,利用埃特金逐步插值法计算指定插值点t处的函数近似值 。-A given node n of equidistant values of the function and accuracy requirements, the use of Aitken interpolation method step by step interpolation points t Department designated function approximation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:6820
    • 提供者:彭邦彦
  1. nihe

    0下载:
  2. 二次拟合,方法使用最小二乘法,三次埃尔米特插值法-Quadratic fitting method using least squares, three Hermite interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1216
    • 提供者:whl123
  1. nd

    0下载:
  2. 本程序利用牛顿插值法对函数表,求出各阶均差值并通过输入x值得到函数值。例如(课本 ) 给出 的函数表 X 0.40 0.55 0.65 0.80 0.90 y 0.41075 0.57815 0.69675 0.88811 1.02652 均差求至4阶,并由此计算 的近似值 运行环境:C-Free -This procedure for the use of Newton' s interpolation function table, find the diffe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:56234
    • 提供者:零下
  1. 4_newton

    0下载:
  2. newton插值法求给定插值点的插值函数,也可求某点的函数值,本算法用了我自己定义的Poly类,这是一个处理多项式的类,希望能够和大家分享-newton interpolation for a given interpolation point interpolation function, but also a point-resort function, the algorithm I used Poly-defined categories, this is a deal with the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4091
    • 提供者:mayor
  1. ifs001

    0下载:
  2. 对语音信号采用分形分段IFS的合成方法,并采用了线性插值法弥补合成效果的不足-the ifs models for speech signal systhies
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:1148
    • 提供者:keshijie
  1. 77777777

    0下载:
  2. 利用IDL进行地学数据处理的多种插值法,说明详细。-Using IDL for data processing to a wide range of interpolation method explain in detail.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:60067
    • 提供者:lv
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com