登录
首页 » 算法 » 计算三次样条插值函数

计算三次样条插值函数

于 2022-02-25 发布 文件大小:940.00 B
0 158
下载积分: 2 下载次数: 1

代码说明:

计算三次样条插值函数-Calculation of cubic spline interpolation function

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

发表评论

0 个回复

  • GNjava实现
    这是一个经典的社团划分,采用GN算法思想, 基本上是从昨天开始吧,着手复杂网络的GN算法,整个过程包括从GML文件中提取邻接矩阵数据,GN算法的实现,模块度的计算。 (1)GML文件的读取。做GN的时候首次知道GML(Graph Model Language),GML (Graph Modelling Language): There are many different programs that work with graphs but almost all of them use their own file format. As a consequence, exchanging graphs between different programs is almost impossible. Simple tasks like exchange of data, externally reproducible results or a common benchmark suite are much harder than neccessary. Therefore, we have developed a new file format for the Graphlet system: GML. GML supports attaching arbitrary information to graphs, nodes and edges, and is therefore able to emulate almost every other format. 从上面的英文中我们可以知道,GML是一种文件格式,试图统一大家对图结构的表达形式。这样,会很方便大家的交互,比如程序的利用。我们主要工作是从GM
    2022-02-20 11:14:43下载
    积分:1
  • 一个简单的c语言实现的纸牌程序
    用一个具有52个元素的数组(如char p[52][5])存放这52张牌的内容,如P_i表示黑桃、H_i表示红桃、C_i表示梅花、D-i表示方块;程序中可以首先初始化该数组,然后显示菜单等待用户选择输入,用户选择“发牌”,程序调用“发牌”函数;在发牌函数中,可使用C 中的产生随机数的函数(参看rand(),srand(),random()等函数的使用说明)一个随机数m,选取一张牌{p[m]},将其与最前面的牌交换位置,即将选取的牌放在最前面;然后对数组p余下的牌重复选取操作,直到所有牌均重排列;最后按13行*4列输出发牌结果
    2022-01-29 00:25:19下载
    积分:1
  • MP3编码解码
    这个是PC端实现MP3编解码,通过浮点型double类型,实现比较复杂!
    2023-07-05 07:20:03下载
    积分:1
  • 基于模糊神经网络建模的 rfid室内定位
    资源描述将模糊神经网络应用于基于技术的室内定位系统, 提出一种基于模 糊神经网络的室内定位算法, 算法将参考标签数据作为神经网络的训练样本, 建立 “标签接收信号强度与标签读写器间距离” 的映射模型然后利用最小二乘解确 定目标的位置坐标同时, 对比了传统神经网络和网络在建模和定位中的性能 在仿真和硬件平台测试中, 模糊神经网络都要比表现出更优异的性能, 表明基于模糊神 经网络的算法更适合于系统
    2022-02-04 18:26:31下载
    积分:1
  • 复数运
    复数运算库- Complex operation storehouse
    2022-01-31 08:00:31下载
    积分:1
  • 牛顿差商与差分计函数,用C语言实现,设计了多个子函数,代码略长,可供参考...
    牛顿差商与差分计算函数,用C语言实现,设计了多个子函数,代码略长,可供参考-Newton" s difference quotient and the difference calculation functions, using C language implementation, design a number of subroutine, the code slightly longer available for reference
    2022-02-13 05:14:27下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2023-04-24 15:00:03下载
    积分:1
  • Edge Detection and Image SegmentatiON
    The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections. 
    2022-05-30 00:51:05下载
    积分:1
  • 一个绝好的数学公式计类,支持多种数学公式的快速计
    一个绝好的数学公式计算类,支持多种数学公式的快速计算-a wonderful class of mathmatica fomula computing,supporting many formulas computing
    2022-01-30 18:24:11下载
    积分:1
  • 俄罗斯方块
    #include   #include   #include   #include   #include   char gcText[] = " WWWWWWW";  struct tetris {      int _pool[16][32], (*pool)[32], tmap[8][4][16];      int x, y, s, st, t;  }gt;  void trsInit() {      int sp[8][4]
    2023-08-11 01:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载