登录
首页 » 算法 » 利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!...

利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!...

于 2023-05-05 发布 文件大小:1.12 kB
0 55
下载积分: 2 下载次数: 1

代码说明:

利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 目标检测与跟踪
    官网源码 方便大家查找学习 Efficient Online Structured Output Learning for Keypoint-Based Object Tracking 这篇论文的源码 放在这里方便大家节省一些时间
    2022-09-13 23:55:03下载
    积分:1
  • 基于连续蚁群融合的神经网络RFID 信号分布模型
    资源描述基于人工神经网络方法建立了RFID 反射信号强度分布模型. 该方法仅依赖数据,实施简 单. 为克服传统BP 算法对初值敏感、易陷入局部极值的缺陷,引入一种连续的蚁群优化算法来 确定多层神经网络的权值,该算法具有更强的全局搜索能力和效率. 讨论了算法的基本理论和具 体步骤,最后利用实际RFID 设备采集的反射信号强度数据对算法进行测试,对理论信号模型和 实际的建模结果进行了比较,并分析了算法的逼近能力和泛化能力. 结果表明在考虑到不可避免 的误差和扰动下,所提出的方法可以更好地建模RFID 信号强度的实际分布,具有良好的性能.
    2022-06-22 01:38:49下载
    积分:1
  • 数组排序的经典程序shell。
    数组排序的经典程序shell。-Sorting an array of classic shell procedures.
    2022-04-08 11:10:51下载
    积分:1
  • 一个可分解上万阶稀疏矩阵的SVD
    一个可分解上万阶稀疏矩阵的SVD算法-a million bands on the sparse matrix of SVD algorithm
    2022-12-19 12:20:03下载
    积分:1
  • 用VC编写的迷宫最短路径求解。
    用VC编写的迷宫最短路径求解。-VC prepared by the shortest path to solve the maze.
    2023-04-02 16:05:03下载
    积分:1
  • Will perform 3D Gaussian quadrature over a user
    Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function inputs need not accept vector args. -Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.Function inputs need not accept vector args.
    2023-05-07 01:50:02下载
    积分:1
  • 数据预处理的计
    应用背景简单地数据处理,计算两组数据间的相似性,应用在推荐系统的数据处理中,其他方向的数据处理也适用,比较简单易学,供学习交流。关键技术用C++语言实现的简单数据处理,在很多研究方向可以用于预处理数据,计算数据的相似性也是很多研究方向需要用到的,希望对大家有用。
    2023-07-14 06:50:02下载
    积分:1
  • 汽车加油问题的
    汽车加油问题的算法-vehicle refueling the algorithm
    2023-09-03 11:25:03下载
    积分:1
  • Lacoally weighted Regression source code
    Lacoally weighted Regression source code
    2022-01-28 07:41:20下载
    积分:1
  • vb CRC校验源码
    "CRC算法函数 Public Function CRC(STR1 As String) As String Dim CRCREG As Long Dim MVAL As Long Dim R As Integer Dim T As Integer CRCREG = 65535 For R = 1 To Len(STR1) Step 2 MVAL = Val("&H" + Mid(STR1, R, 2)) CRCREG = CRCREG Xor MVAL CRCREG = C
    2022-02-10 03:39:12下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载