搜索资源列表

  1. byangtiao

    0下载:
  2. b样条插值,曲线逼近连续直线,任意选取 -b样条 ?逯???曲线 ???
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 数值分析当中的各种插值算法,包括:牛顿插值,三次样条插值,代数插值等等,在工程应用中非常有用!-Numerical analysis of the various interpolation algorithms, including: Newton interpolation, cubic spline interpolation, algebraic interpolation, etc., in engineering appli
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:547840
    • 提供者:诸晓明
  1. spline

    0下载:
  2. 最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of e
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 插值 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-Interpolation 1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval metho
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:freezingsnow
  1. mumerical_analysis

    0下载:
  2. 数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数-Part of numerical analysis programming exercises, including: round-off error and effective number of Newton iteration out PCA triangular decompositi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:149504
    • 提供者:fly_sea
  1. CAGD-B

    0下载:
  2. 利用C++解决CAGD中的连续的三次B样条插值问题-The use of C++ Solution CAGD in three consecutive B-spline interpolation
  3. 所属分类:其他小程序

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

    0下载:
  2. 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:14862336
    • 提供者:qiaodong
  1. san

    0下载:
  2. 数值分析方法中用三次样条插值函数求解问题-Numerical analysis method using cubic spline interpolation function to solve the problem
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 基于matlab的三次样条插值算法程序-Matlab based on the cubic spline interpolation algorithm procedure
  3. 所属分类:matlab例程

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

    0下载:
  2. 该程序能实现第一型三次样条插值,边界条件是端点的一阶导数。结果可以同时显示每段区间的插值多项式。-The program to achieve the first-type cubic spline interpolation, boundary conditions is the endpoint of the first order derivative. Results can be displayed at the same t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:潘晓惠
  1. mathvalue_1

    0下载:
  2. 从人口普查统计,已知某国新生儿母亲的年龄累计分布为N=N(t),其中t为母亲年龄,N为新生儿的母亲年龄低于或等于t的新生儿数目。下表给出了间距为5的数据。 t 15 20 25 30 35 40 45 50 N 0 7442 26703 41635 49785 50209 50226 50230 取边界条件为N’(15)=N’(50)=0,利用三次样条插值求出15至50岁之间,每一年龄(即x=15,16,……,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:桦华
  1. work

    0下载:
  2. b样条插值滤波,是个很好的代码程序,有需要的尽管下啊-b-spline interpolation filter, is a very good code procedures, despite the need of ah
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:shishengli
  1. bbb

    0下载:
  2. 用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:ren
  1. sanciyangtiao

    0下载:
  2. 三次样条插值公式C语言编程示例-Cubic spline interpolation formula C language programming examples
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 一个三次样条插值的源代码!!经过验证,好用的-A cubic spline interpolation of the source code! ! After authentication, use the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:sheldon0
  1. Interpolation.VC6

    0下载:
  2. 刚学数值分析,就碰到了插值。于是用VC编写了这个小程序。功能:绘制原函数、Lagrange插值、三次样条插值函数。移动鼠标就可以查看函数值。Enjoy it!-Just learning numerical analysis, we encountered interpolation. VC was used to prepare this small program. Functions: rendering the original
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 三次样条插值的源代码,可以用dsp实现,希望对大家有用!-Cubic spline interpolation of the source code, can be used dsp realize, in the hope that everyone useful!
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值分析中三次样条插值算法,运行稳定,并能画出最后的插值曲线-Numerical Analysis of cubic spline interpolation algorithm, running stability, and can draw the final curve interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:yanghy
  1. ResearchandDevelopmentBasedonthe3DAutomatic-dynami

    0下载:
  2. 基于ANSYS的三维动态建模系统研究与开发 针对ANSYS软件三维数值建模的复杂性,基于三次样条插值法和趋势面分析原理,采用Borland Delphi 6.0 可视化程序设计语言开发出了三维动态自动建模系统.该系统具有操作性好、建模准确等优点,提高了建模效率,便于多方案的模拟计算. -Based on the ANSYS three-dimensional dynamic modeling system software rese
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:416768
    • 提供者:Derek Hsu
  1. sanciyangtiaochazhi

    0下载:
  2. 三次样条插值,输入边界条件1: 已知两端的一阶导数 2:两端的二阶导数已知,默认:自然边界条件\n求出三次样条插值函数-Cubic spline interpolation, type 1 boundary conditions: known at both ends of the first order derivative 2: at both ends of the second derivative is known, by d
  3. 所属分类:数值算法/人工智能

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

源码中国 www.ymcn.org