-
get the shortest path between two node with arithmetic of DIJ and floyd
利用迪杰斯特拉算法和弗洛伊德算法计算两节点之间的最短路径-get the shortest path between two node with arithmetic of DIJ and floyd
- 2023-01-02 03:50:07下载
- 积分:1
-
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独...
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独立的团。给定一组军队在战线上左右两端的位置及编号,求出所有的军团
-Corps issues, a country in a front (a straight line) on n-support forces deployed. If two or more than two neighboring armies, they will form a regiment. If an army is not adjacent to any one army, then it is also an independent regiment. Given a group of troops on the front left and right ends of the location and number, find all of the Army
- 2022-02-28 17:22:05下载
- 积分:1
-
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!...
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!-XU Shi-liang wrote the "Numerical Analysis and algorithm", it is with the source, a friend in need can look down!
- 2023-08-08 03:15:04下载
- 积分:1
-
acm model "center" algorithm
acm模式“中心”算法-acm model "center" algorithm
- 2022-01-26 01:32:59下载
- 积分:1
-
use VC read seismic data files
使用VC读取地震数据文件-use VC read seismic data files
- 2022-08-25 12:27:46下载
- 积分:1
-
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘...
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the procedures in place to achieve matrix vector multiplication
- 2022-06-28 02:49:20下载
- 积分:1
-
C语言源代码 矩阵相乘
C语言源代码 矩阵相乘-C language source code matrix multiplication
- 2022-12-09 14:25:03下载
- 积分:1
-
逐次超松弛迭代法(逐次超松弛法,…
逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯―塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯―塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Successive Over Relaxation Me thod, called SOR method) is the Gauss- Seidel method for an accelerated method is solution of large sparse matrix equations, one effective method, it has a simple formula, programming easy, take up less computer memory, etc., but the need for better acceleration factor (that is, the best relaxation factor). Let us first talk about the meaning of the term relaxation, and then use it to explain the Jacobi s iterative method and the Gauss- Seidel iterative method, and finally gives successive over relaxation iterative method of projection formula and the convergence condition.
- 2022-03-31 14:51:19下载
- 积分:1
-
智能车代码
应用背景智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车关键技术飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔
- 2022-03-05 08:23:41下载
- 积分:1
-
Apriori算法
Apriori算法是关联规则挖掘算法,通过连接和剪枝运算挖掘出频繁项集,然后根据频繁项集得到关联规则,关联规则的导出需要满足最小置信度的要求。是一种逐层搜索的迭代式算法
- 2022-11-20 12:15:03下载
- 积分:1