登录
首页 » 算法 » 数值分析牛顿插值经典源码

数值分析牛顿插值经典源码

于 2022-03-29 发布 文件大小:1.07 kB
0 387
下载积分: 2 下载次数: 1

代码说明:

数值分析牛顿插值经典源码-numerical analysis Newton"s classic source

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

发表评论

0 个回复

  • 地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
    地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
    2022-04-18 19:14:11下载
    积分:1
  • Multi-band Spectral Subtraction 1.0 Description
    Multiband_Kamath.m Description: Multiband spectral subtraction as proposed by Kamath 2002. Uses adjusts the subtraction coefficient with the frequency as well as the SNR. note that the first 0.25sec of your signal is used to model the noise. License: Shareware Related: sec, Signal, Model, Noise, Frequency, coefficient, subtraction, Spectral, proposed O/S: BSD, Linux, Solaris, Mac OS X
    2022-02-03 08:56:17下载
    积分:1
  • 数字的分区
    运用hopfield神经网络对个别数字进行目标分类,分类的效果可反复调整,不是用神经网络工具箱编,而是直接根据算法原理编译的
    2022-04-11 05:03:46下载
    积分:1
  • ACM的参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等...
    ACM的算法参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等-ACM Algorithm Book
    2022-08-16 05:25:20下载
    积分:1
  • C语言编写的标准IO界面贪吃蛇小游戏
    非常适合初学者学习的游戏,没有图形界面。可以帮助初学者深入学习二维数组和游戏算法!
    2022-03-30 03:49:30下载
    积分:1
  • 操作系统经典问题之银行家问题的源码实现及实验报告
    资源描述 实现银行家算法,C++实现,主要内容是模拟实现动态资源分配。同时编写和调试一个系统动态资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生。
    2023-04-03 07:45:03下载
    积分:1
  • poj2187给一堆点,求出其中的最远点对,凸包的应用
    poj2187给一堆点,求出其中的最远点对,凸包的应用-poj2187 to a pile of points, obtained one of the furthest points right, the application of convex hull
    2022-03-10 07:13:36下载
    积分:1
  • 2维数组 截断 追加 测试
    应用背景 二维数组的截断和追加并不像TStringList那么简单。在研究二维数组的截断和追加时,写了本例子来研究。提供给有相同问题的后来人参考,代码有点青涩,毕竟是研究算法的的demo,不喜勿喷! 关键技术 二维数组的截断和追加是一个抽象的概念,本demo把它实例化,可以给爱偷懒的程序学习者参考,不足之处欢迎拍砖。{删除动态数组指定元素的过程: 参数 arr 是数组名, 参数 Index 是要删除的索引} procedure TForm1.DeleteArrItem(Index:Integer); var    j:integer; begin   if   Length(MyProArr)>1 then   begin    for j := Index to Length(MyProArr)-2 do        begin         MyProArr[j,0]:=MyProArr[j+1,0];         MyProArr[j,1]:=MyProArr[j+1,1];      end;     setlength(MyProArr,Length(MyProArr)-1,2);    end else    begin      setlength(MyProArr,0,2);    end;
    2022-11-15 14:10:02下载
    积分:1
  • 动态规划之01背包问题
    资源描述这是一个相当经典的动态规划问题,也是背包问题中比较基础的一类问题
    2022-05-07 19:30:44下载
    积分:1
  • Polynomial fit functions === === === === RegressionObject.cls contains a cl...
    Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
    2022-11-25 05:50:02下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载