登录
首页 » 算法 » 用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数...

用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数...

于 2023-07-12 发布 文件大小:1.31 kB
0 149
下载积分: 2 下载次数: 2

代码说明:

用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function

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

发表评论

0 个回复

  • 31个城市的TSP问题,蚁群程序
    31个城市的TSP问题,用蚁群算法编写的程序-TSP problem for 31 cities ,ACO program
    2023-02-23 07:15:02下载
    积分: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
  • KNN构建分类器(Python实现)
    Mathing Learning in action 书中第二章源代码,用Python实现KNN算法,,并用Matplotlib创建散点图,构件分类器及完整的可用系统。1.收集数据:提供文件文本2.准备数据:使用Python解析文本文件3.分析数据:用Matplotlib画二维扩散图4.训练算法:5.测试算法:6.使用算法构建分类器,并完成可用系统
    2022-01-25 16:52:08下载
    积分:1
  • 用神经网络模式识别,而且在这方面做更…
    vc++神经网络模式识别,还可以,对需要做这方面的人比较有用-vc neural network pattern recognition, but also to be done in this area were more useful
    2023-03-18 12:20:04下载
    积分:1
  • blacccy is balck as ma bummamsayd
    aagadfaadggh nasfajs sfaglasdlkg abnfgaqjg;asjf kafgakgj nklajfga;g kajfgaj;sg nkajfgasl;gf,nkajf;lajds;ghlaksgf ;
    2022-02-20 18:46:38下载
    积分:1
  • 编程输出菱形图案
                                                      *     *   *   * *  *   *   *   *         *   *  *   *   *   *  *                    
    2022-01-28 22:50:33下载
    积分:1
  • Differential Evolution Strategy C++ source code. The algorithm is to find an opt...
    微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
    2022-02-09 11:57:41下载
    积分:1
  • TSP 问题 A *
    包TSP;
    2023-01-17 11:20:03下载
    积分:1
  • 密码子模型
    在最近一份文件 ("多尺度表示和匹配的曲线密码子",Paul 松香、 CVGIP: 图形化的模型和图像处理,Vol 55页 286 310,1993年) 描述了如何分割并由曲线其中包括密码由霍夫曼和理查兹加上定义的一组标签更多的处理开放曲线、 直线节等。为了克服即在其"自然"的尺度-平滑曲线噪声问题那些描述曲线的一些定性的独特结构。在不同尺度的密码子相连,形成一个层次结构 ("子树")。图则的曲线然后匹配子模型,通过搜索密码子树。自便利匹配的密码子标签都附有各种形状的措施(如压实度,斜)。
    2023-08-05 08:20:03下载
    积分:1
  • 一维伽辽金型无网格MATLAB程序 无网格方采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计的精度,而且可以大大...
    一维伽辽金型无网格法MATLAB程序 无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。-1维伽Galerkin-type meshless method MATLAB procedures meshless method based on the point of approximation, can be completely or partially eliminate the grid, the grid does not require the initial division and reconstruction, not only can guarantee the accuracy of the calculation, and can greatly reduce the difficulty of calculation. However, due to the current meshless approximation there is no analytic expression in general, and mostly based on the Galerkin principle, the calculation of a large volume, it is necessary to go beyond the traditional finite element method In addition, the meshless approximation are fitted, so displacement of the border more difficult to deal with, the use of Lagrange law.
    2022-06-18 16:46:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载