搜索资源列表

  1. 分段线性插值

    0下载:
  2. 程序中存放结点值的数组和函数值的数组之所以命名为u和v,主要是为了防止和插值点x,及对应的函数值单元y想混淆-process node storage array and the value of the function of the array has named u and v is mainly to prevent and interpolation points x, and the corresponding functi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:梁良
  1. 非等节点的分段M次Newton插值

    0下载:
  2. 非等节点的分段M次Newton插值,属于数值方法的内容-non-node sub M meeting Newton interpolation, numerical methods belong to the content
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:姚天伟
  1. lagrange多项式插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:jasa
  1. 分段积分的PID算法

    0下载:
  2. 分段积分的PID算法在温度控制系统中的应用-subparagraph integral PID algorithm in the temperature control system of
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-21
    • 文件大小:94208
    • 提供者:杨久敏
  1. ISD4004_R_W

    0下载:
  2. 这是语音芯片ISD4004的操作代码,实现分段的录音和方音功能!-This is the voice chip ISD4004 operating code, the realization of sub-dialect of the recording and functional!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:
  1. fenduan

    0下载:
  2. 数值计算程序:分段线性插值-Numerical calculation procedure: piecewise linear interpolation
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值分析(计算方法):欧拉方法、高斯-赛德尔迭代法、拉格朗日及分段线性插值、龙贝格算法、牛顿下山法、选主元高斯消去法-Numerical Analysis (calculation method): Euler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:jiabin
  1. piecewise_linear_interpolation

    0下载:
  2. 分段线性插值 包含输入数组的排序和插值点生成,希望对初学者有帮助-Piecewise linear interpolation input array sorting and interpolation points generated, and they hope to have help for beginners
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xhhs
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:3057664
    • 提供者:丁一
  1. subsection_linear_interpolate_new

    0下载:
  2. 数值分析中的分段线性插值问题,程序中含插入点个数输入界面。-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:237568
    • 提供者:丁一
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:364544
    • 提供者:周易
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:madier
  1. chap05

    0下载:
  2. ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piece
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:汤跃峰
  1. Nonlinear_differential_equation

    0下载:
  2. 这是单自由度的非线性微分方程的求解程序(分段函数),可以画出动响应图和相图。-Nonlinear differential equation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Frank
  1. ls

    0下载:
  2. 此程序为分段最小二乘算法曲线拟合,可对一模型进行分段拟合,增加准确性和精确度.-This program is sub-least-squares curve fitting algorithm can be fitted to a sub-model to increase the accuracy and precision.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:张芳
  1. interpolation

    0下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken inte
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:
  1. work

    0下载:
  2. 数值计算中Lagrange插值,分段线性插值和三次样条插值源程序,可直接调用-Numerical calculation of Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation source code can directly call the
  3. 所属分类:matlab例程

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

    1下载:
  2. 用分段IFS拟合离散序列的matlab程序 看过Hayes的一篇文章 “Using Iterated Function System to Model Discrete sequences”,我用文章中所用的分段IFS模型写了一段matlab程序以拟合一段网络流量(所用的网络流量是用txt文档保存的一维时间序列)。 程序有用分段IFS编码然后再解码合成数据的过程,还包括计算压缩比。 -IFS fitting with di
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:940032
    • 提供者:虽说
  1. CalculateMethod_Krig

    0下载:
  2. C++实现的插值算法,迭代算法实现,包括样条插值,拉格朗日插值,分段线性插值等,希望对大家有所帮助-C++ implementation of the interpolation algorithm, iterative algorithms, including the spline interpolation, Lagrange interpolation, piecewise linear interpolation, we wa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:冰火
  1. Interpolation

    0下载:
  2. 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. T
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:673792
    • 提供者:黄校园
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org