登录
首页 » 算法 » 计算方法的一个比较重要的高斯约当消去方法

计算方法的一个比较重要的高斯约当消去方法

于 2022-05-13 发布 文件大小:7.08 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

计算方法的一个比较重要的高斯约当消去方法-calculation of a more important about when Gaussian Elimination Methods

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

发表评论

0 个回复

  • 一维伽辽金型无网格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
  • QR方求实系数多项式方程的全部根
    QR方法求实系数多项式方程的全部根-QR method realistic polynomial equation coefficients of all-
    2022-03-11 04:15:56下载
    积分:1
  • 视频镜头分割
    资源描述csdn                                                                                                                                                                                                                                                                                     &nbs
    2022-09-02 09:25:04下载
    积分:1
  • MFC俄罗斯方块
    Windows下基于MFC的俄罗斯方块,拥有绚丽的界面。对于方块使用4*4的数组进行存储,游戏所在的墙同样使用数组存储,每次由定时器触发一次更新,如果方块能够下降则下降,否则随机生成一个方块以及一种颜色,通过每次下降前做碰撞检测来实现。                                                                                                                                                   
    2022-02-28 18:45:13下载
    积分:1
  • 自己编的一个判断浮点数的有限自动机,大家来看看啊
    自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
    2022-03-25 12:02:07下载
    积分:1
  • 这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。...
    这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。-The Matlab m-code to solve the Schrodinger equation along the bandwidth of the frequency and phase offset, showing three-dimensional image.
    2022-04-07 08:51:00下载
    积分:1
  • MD5加密
    MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。MD5中有四个32位被称作链接变量(Chaining Variable)的整数参数,他们分别为:A=0x67452301,B=0xefcdab89,C=0x98badcfe,D=0x10325476。当设置好这四个链接变量后,就开始进入算法的四轮循环运算。循环的次数是信息中512位信息分组的数目。
    2022-03-21 16:38:05下载
    积分:1
  • 高性能数值计
    文件包括了高性能数值计算库PETSC说明文档以及源代码,尤其适合做大规模并行数值计算的朋友们使用。
    2022-08-20 16:03:54下载
    积分:1
  • OPENTLD C++ source code
    TLD is an algorithm for tracking of unknown objects in unconstrained video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video. You are allowed to use TLD under the terms of the GPL version 3.0. It means that any distributed project that includes or links any portion of TLD source code has to be released with the source code under the GPL version 3.0 license or later. The details of the license can be found in file LICENSE. If you wish to use this code or any of its part for com
    2022-06-17 10:16:04下载
    积分:1
  • 基于A*的航路规划
    A*[1](A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中 f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n) 是从n到目标节点最佳路径的估计代价。保证找到最短路径(最优解的)条件,关键在于估价函数h(n)的选取:估价值h(n)实际值,搜索的点数少,搜索范围小,效率高,但不能保证得到最优解。
    2022-05-29 15:19:50下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载