登录
首页 » matlab » Desktop

Desktop

于 2018-07-23 发布 文件大小:1KB
0 261
下载积分: 1 下载次数: 2

代码说明:

  雅克比迭代法就是众多迭代法中比较早且较简单的一种,其命名也是为纪念普鲁士著名数学家雅可比。雅克比迭代法的计算公式简单,每迭代一次只需计算一次矩阵和向量的乘法,且计算过程中原始矩阵A始终不变,比较容易并行计算。(The jacobian iteration method is one of the earlier and simpler iteration methods, which is also named in honor of the famous Prussian mathematician jacoby. The calculation formula of jacobian iterative method is simple. Every iteration only needs to calculate the matrix and vector multiplication once, and the original matrix A is always the same in the calculation process, which is easier to calculate in parallel.)

文件列表:

floyd.m, 299 , 2000-11-29
mintreek.txt, 1347 , 2018-07-23
gauss -seidel迭代法.txt, 229 , 2018-07-23
Jacobi迭代法.txt, 229 , 2018-07-23
实例最小路径.txt, 653 , 2018-07-23

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

发表评论

0 个回复

  • ChargeringBMS
    实现充电桩协议报文的全监测,通过CAN 通信历程更改,功能未调试,不过也没啥难点。(Implement protocol message full monitoring, charging pile through the CAN communication course changes, function not debugging)
    2020-07-02 04:20:01下载
    积分:1
  • 800X600真彩色源代码
    说明:  石器时代大屏真彩色源代码,支持32位大屏,包含sever和客户端dll(c++ origin code include server and client)
    2021-04-24 12:38:47下载
    积分:1
  • Socket_WPF
    C#的Socket入门程序,简单demo(C # Socket Starter Program, Simple Demo)
    2020-06-17 10:20:02下载
    积分:1
  • 很好的一个原代码,用C++编写 请各位欣赏
    很好的一个原代码,用C++编写 请各位欣赏-a good source, C appreciate prepared please
    2022-04-14 18:22:29下载
    积分:1
  • GridStorageBatt
    可以应用于电网的电池储能模型,建模十分详细。(It can be applied to the battery energy storage model of power grid, and the modeling is very detailed.)
    2020-11-13 17:09:43下载
    积分:1
  • 自己编写的logistic程序,简单明了速度快
    自己编写的logistic程序,简单明了速度快-I have written a logistic procedure, simple fast
    2022-10-21 07:50:03下载
    积分:1
  • Net+移动开发例程,C# 开发手机游戏
    Net+移动开发例程,C# 开发手机游戏-Net+ Mobile development routines, C# Development of mobile gaming
    2022-01-24 18:55:59下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • xaper
    本文主要介绍了1维music算法的基本matlab仿真程序 推荐给大家(1 d music algorithm is mainly introduced in this paper the basic matlab simulation to recommend to you)
    2017-05-12 06:42:35下载
    积分:1
  • data_ex_dPETSTEP_modelFitting
    说明:  测试代码,用于osem代码测试,仅仅是自己使用。(Test code, for osem code testing, just for your own use.)
    2020-12-23 15:09:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载