搜索资源列表

  1. T_2CCZ

    0下载:
  2. 二次插值的计算方法,其它优化设计方法的基础。-quadratic interpolation method of calculation, other optimization approach.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:138240
    • 提供者:中国
  1. Interpolating

    0下载:
  2. FWT_DD用Deslauriers-Dubuc滤波器计算插值小波正变换 IWT_DD逆变换-FWT_DD with the 76th meeting-Philippe calculated interpolation filter wavelet transformation IWT_DD inversion
  3. 所属分类:波变换

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:
  1. LSMFIT

    0下载:
  2. 数值分析作业源码,NEWTON插值算法,输出计算结果。请高手多指点!-source, the Newton-interpolation algorithm, and the output results. 19:56 urged more!
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:34816
    • 提供者:susan
  1. Newton001

    0下载:
  2. Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:48128
    • 提供者:XL
  1. polyfit

    0下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:石林
  1. kexuejisuanchengxu

    0下载:
  2. 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:589824
    • 提供者:yyy
  1. Hermite-C

    0下载:
  2. * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points c
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:xuyan
  1. chazhejisuanfangfa

    0下载:
  2. 利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:liuyi
  1. spline11

    0下载:
  2. 这是样条插值的源代码,是大学课程计算方法中的一个例子。-This is the spline interpolation of source code, university courses calculation method is a case in point.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:刘涛
  1. wyl_shuzhisuanfa

    0下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:wangyuliang
  1. Neandla

    0下载:
  2. 计算牛顿和拉格朗日插值方法,用户输入插值结点-calculated Newton and Lagrange interpolation methods, user input interpolation nodes
  3. 所属分类:并行运算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:辛华
  1. SplineCSharp

    0下载:
  2. C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。-prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:詹华
  1. NewtonInterp

    0下载:
  2. 这个是我们用mfc写的一个关于牛顿插值的数值分析的程序,可以将数据保存到文本中,然后打开,同时计算出相应的均差来,最后进行插值,还可以得到近似的误差
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:28672
    • 提供者:yaokai
  1. xuewei02

    1下载:
  2. 反距离加权插值法,用C#开发,计算等值线和等值面用-Anti-distance-weighted interpolation method, using C# Development, calculation of contour lines and iso-surface using
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:73728
    • 提供者:xuewei
  1. lglr

    0下载:
  2. 计算方法课程设计--用C++实现的拉格朗日插值法模拟。附有源程序和设计报告-Curriculum design calculations using C++ Realize the Lagrange interpolation method simulation. With source code and design report
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:104448
    • 提供者:sera
  1. Bilinearly_Interpolate

    0下载:
  2. fortran,数值计算,双线性插值程序-fortran, numerical calculation, bilinear interpolation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:qiu
  1. spline

    0下载:
  2. matlab写的B样条函数的计算,计算插值点的值-matlab write B-spline calculation, the calculation of the value of interpolation points
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:孙伟
  1. Lagrange

    0下载:
  2. 拉格朗日插值算法,输入[x0 x1 x2]和对应的[y0 y1 y2],按拉格朗日插值发计算出[x0 x2]之间任何一个X所对应的Y值-Lagrange interpolation algorithm, type [x0 x1 x2] and the corresponding [y0 y1 y2], issued by the Lagrange interpolation to calculate [x0 x2] between an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:66560
    • 提供者:光宏
  1. Newton

    0下载:
  2. //xi 0.5 1.0 1.5 2.0 2.5 3.0 //f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809 //输入节点数及节点数据,计算并输出差商表; //输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式; //用 3 次 Newton 插值多项式计算并输出 f (1.25
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:鹰隼
  1. DCTRLE

    0下载:
  2. 实现图象的DCT变换和反变换,计算插值图象并在图形窗口显示-The realization of image DCT transform and inverse transform, image interpolation calculation and graphics window displays
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:mjlhb
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org