资源列表
mySOR
- 实现N阶线性方程组Ax=b逐次超松弛迭代法的通用程序
总成绩、平均分、最高分、最低分
- 接收10名学生的成绩,并且统计学生的总成绩、平均分、最高分、最低分以及各分数段的人数。
relaxation08_3
- 松弛法进行迭代,求解方程组的解。先输入矩阵维数、迭代最高次数、松弛因子、误差范围,然后输入系数矩阵、长数矩阵,程序自动根据松弛法进行迭代求解。-Iterative relaxation method, to solve equations. Input matrix dimension, the maximum number of iterations, relaxation factor, error range, then enter the coefficient matrix, long
duoxiangshixiangjia
- 程序的应用,求多项式的相加的算法,利用数据结构的思想。-The application process, find the sum of polynomial algorithms, data structures using the idea.
binary-tree
- 实现二叉树的各种遍历,层次遍历,先序遍历,后序遍历等-Realize all kinds of a binary tree traverse, LevelOrder Traverse , preorder traversal ,postorder traversal
Kruskal
- 求最小生成树,Kruskal算法实现,想学Kruskal算法可以参考一下-Find the minimum spanning tree, Kruskal algorithm, Kruskal' s algorithm can refer to learn about
tree
- 遍历树,用于存储节点信息及其他查找树操作,仅供学习参考-Traverse the tree, for storing information and other search tree node operation, only to learn information
heap
- 堆排序程序实现,c++语言描述。调整大顶堆等-Heap sort program implementation, c++ language to describe
matrici
- MATH.h / math.cpp done at school.
erchashu
- 二叉树的建立与三种遍历Establishment with three traversal of a binary tr-Establishment with three traversal of a binary tree
QueueInitial
- 实现基于顺序表的顺序栈(数据结构定义+基本运算)-Sequence stack-based sequence table (data structures defined the+ basic arithmetic)
FDTDc
- FDTD模拟一维TM传播,源代码为c语言。。,-FDTD simulation of one-dimensional TM spread, the source code for the c language. . And
