资源列表
[matlab例程] Gauss_Seidel
说明:一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method u<梁峻超> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sortcompare
说明:针对排序数据的多少,冒泡、快速、希尔排序算法的效率比较。-Compare the efficiency of several sorting methods<yyh> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Single-linked-list
说明:已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives o<陈默> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Iterative-method
说明:这里主要是利用函数调用的方法同时实现了雅克比、高斯-赛戴尔,超松弛迭代法。-Here is the main method of using function calls while achieving a Jacobi, Gauss game Dell, super relaxation iteration method.<陈默> 在 2024-11-14 上传 | 大小:1kb | 下载:0