搜索资源列表
gausss
- 使用C语言实现高斯塞德尔迭代算法,GS迭代发是一种用于计算方程组的经典方法。
高斯-赛德尔算法
- 高斯-赛德尔算法 解线性方程组
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
SOR
- 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
nuaa1507_DancingLink_trackback.cpp
- 高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示-Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration
diedaijiefangchengzu
- 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
The_Art_of_Computer_Programming.Vol4
- 该书是计算机程序设艺术的第四卷。主要内容是讲 组合算法。是高德纳老爷子呕心沥血之做(Vol 4: Combinatorial Algorithms)