登录
首页 » 算法 » 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程...

关于数值计算的一些源代码,包括了从矩阵分解到解微分方程...

于 2022-01-31 发布 文件大小:6.83 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations

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

发表评论

0 个回复

  • VC++ ECC
    本文档提供了基于openssl的ECDSA算法实现  提供了密钥对生成,签名,验签,获得椭圆曲线的值,设置椭圆曲线的值等接口。
    2022-04-19 03:42:43下载
    积分:1
  • NRF51822 UART
    /* Copyright (c)  2013 Nordic Semiconductor. All Rights Reserved.  *  * The information contained herein is property of Nordic Semiconductor ASA.  * Terms and conditions of usage are described in detail in NORDIC  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.  *  * Licensees are granted free, non-transferable use of the information. NO  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from  * the file.  *  */
    2022-06-19 21:29:20下载
    积分:1
  • DS理论用于数据融合
    附有论文《D_S证据理论在火灾探测中的应用》,及MATLAB程序
    2022-03-14 13:25:56下载
    积分:1
  • 基于的PCA故障诊断方
    一个基于主元分析的故障诊断的程序,是一个数值仿真实验
    2022-07-26 18:41:40下载
    积分:1
  • multi
    多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array position, it should be given the largest peacekeeping index
    2022-03-04 16:08:08下载
    积分:1
  • n the total number of individuals the possibility of ranking algorithms, ranking...
    有n个人,求这n个人排名的可能总数算法,排名统计.-n the total number of individuals the possibility of ranking algorithms, ranking statistics.
    2022-07-22 00:48:24下载
    积分:1
  • 最小二乘
    这是一个比较实用的最小二乘法,涵盖了最小二乘法的基本内容,通过学习本代码,可以掌握最小二乘法的精华,为以后的数据平差打下一个基础。
    2022-03-10 13:43:37下载
    积分:1
  • 数据结构图操作
      输入任意的一个网,用普里姆(Prim)算法构造最小生成树。 要求建立图的存储结构(邻接表或邻接矩阵),输入任意的一个图,显示图的深度优先搜索遍历路径。 要求建立图的存储结构(邻接表或邻接矩阵),输入任意的一个图,显示图的广度优先搜索遍历路径。
    2023-01-29 23:35:04下载
    积分:1
  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • 利用两点距离计经纬度的matlab程序,欢迎交流。
    利用两点距离计算经纬度的matlab程序,欢迎交流。-use latitude and longitude distance calculation procedures of Matlab, welcomed the exchange.
    2023-03-27 23:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载