CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - interpolation

搜索资源列表

  1. 3ciyangtiao

    0下载:
  2. 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2940
    • 提供者:
  1. 计算方法实验报告

    0下载:
  2. 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands - grid algorithm library, langrang interpolation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10084
    • 提供者:郝来雨
  1. Example028-缩放时使用插值模式控制图像质量

    1下载:
  2. 使用VC.n。et,编写一个应用程序,用来缩放时使用插值模式控制图像质量。-VC.n use. Et, to prepare an application that used to zoom use interpolation mode control image quality.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:65085
    • 提供者:刘亚平
  1. C程序的插值

    0下载:
  2. 这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3780
    • 提供者:刘晓朱
  1. zhixianchabu

    1下载:
  2. 这是一个两连杆机器人的末端位置直线插补程序。-This is a two-link robot position at the end of linear interpolation procedures.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5903
    • 提供者:张绍立
  1. laguer

    0下载:
  2. 计算方法大作业(拉格朗日插值法)个儿你觉得很实用,经过检验,可运行-calculation large operations (Lagrange interpolation) tall you feel very practical tests can be run. !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:吴雄芝
  1. Newtonandyangtiao

    0下载:
  2. 计算方法牛顿插值和样条插值,不足之处,望指出-Newton's method and spline interpolation, inadequate, Wang said
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2129
    • 提供者:吴雄芝
  1. algorithm_using_c

    0下载:
  2. 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8566
    • 提供者:lisa
  1. antibezier

    0下载:
  2. 在给定n个插点的情况下,在最小2乘解的意义下,求m个控制点的最接近Bezier曲线-in a given n interpolation points circumstances, a minimum of 2 x sense solutions, m for the nearest control point Bezier curve
  3. 所属分类:C#编程

    • 发布日期:2014-01-14
    • 文件大小:1121
    • 提供者:piggy
  1. hermit

    0下载:
  2. 在求n阶差商时,考虑有重节点的情况,使用Hermite插值法-seeking to n-poor, consider the weight of the nodes, the use of Hermite interpolation
  3. 所属分类:C#编程

    • 发布日期:2014-01-14
    • 文件大小:1206
    • 提供者:piggy
  1. newtown

    0下载:
  2. newtown 插值法 拟合曲线 其中N》=20,愿代码,可以模拟曲线,非常好用-newtown interpolation curve fitting which N "= 20, and is willing to code can be simulated curves, very handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:yama
  1. 4

    0下载:
  2. c# +AE9.2 栅格数据操作 ESRI栅格数据生成 插值 采用自带算法和一个反梯度算法-c#+ AE9.2 Raster Data Manipulation ESRI raster data interpolation used to generate its own algorithm and an anti-gradient algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:68986
    • 提供者:徐光岩
  1. 绘制构造等高线

    1下载:
  2. 用csharp开发的距离距离反比插值算法,用来对离散点加密,本程序是计算地质上的构造高度为目的的 我的邮箱feiyuno2@163.com-Development with csharp distance inverse distance interpolation algorithm used to encrypt the discrete points, this program is to calculate the height of geological structure on th
  3. 所属分类:C#编程

    • 发布日期:2012-12-31
    • 文件大小:345839
    • 提供者:飞鱼
  1. cSharp-interpolation

    1下载:
  2. 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:550163
    • 提供者:许从
  1. Interpolation

    0下载:
  2. 数学分析基本函数,包括拉格朗日插值,牛顿插值等。-Interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:曾思栋
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。-Bilinear interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:202288
    • 提供者:宋杰
  1. Cubic-spline-interpolation

    0下载:
  2. 选择一曲线,本实例为正弦曲线,实现三次样条的插补-Select a curve, the instance of a sinusoidal curve, cubic spline interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:3840023
    • 提供者:scorpion
  1. Lagrange-interpolation-method-

    0下载:
  2. 运用拉格朗日插值方法C语言编程,按照提示输入参数进行计算-Lagrange interpolation method using the C programming language, follow the prompts to enter the parameters were calculated
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:3731
    • 提供者:纪成
  1. Newton-interpolation

    0下载:
  2. 这是一个用C语言完成的,牛顿插值法的小程序-This is a C language, Newton interpolation applet.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:514
    • 提供者:LiYi
  1. Interpolation-function

    0下载:
  2. 插值函数c#版本,调用即可-Interpolation function
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1068
    • 提供者:小戴
« 12 3 4 »
搜珍网 www.dssz.com