-
prims algorithm
该算法基于贪心方法。该算法用于寻找连通无向图的最小生成树。该算法用于加权边缘。图的生成树包含图的所有顶点,如果图包含n条边,则只包含图的(n-1)条边。
- 2023-02-01 19:25:04下载
- 积分:1
-
该程序为动态规划得图论求解程序 好不好用了就知道
该程序为动态规划得图论求解程序 好不好用了就知道
-The procedure for the dynamic programming procedure for solving a graph theory better use of the know
- 2022-01-24 09:39:00下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1
-
labVIEW实现e的计算
资源描述本程序是基于LabView编程算法中的G语言(图形化编程)来实现e的计算。This program calculate e based on LabView.
- 2023-04-23 18:45:03下载
- 积分:1
-
C程序设计中欧姆定律
C语言程序代码中的欧姆定律示例
- 2023-05-01 20:55:03下载
- 积分:1
-
龙格库塔法解二阶方程的数值计算代码.
分别套用两次龙格库塔法解...
龙格库塔法解二阶方程的数值计算代码.
分别套用两次龙格库塔法解-Runge-Kutta method of numerical solution of second-order equation of the code. Were applied to two solutions of Runge-Kutta method
- 2022-08-10 01:46:04下载
- 积分:1
-
此程序为潮流计算的最后一部分功率计算程序。
此程序为潮流计算的最后一部分功率计算程序。-This program is the last part of the power flow calculation calculation program.
- 2023-01-09 19:45:03下载
- 积分:1
-
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方...
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方-Determine the random numbers for random read data, it is the primary source code, can be modified for other places
- 2022-01-30 22:01:58下载
- 积分:1
-
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。...
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。-Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.
- 2023-07-25 07:35:04下载
- 积分:1
-
NSAF程序
归一化子带自适应滤波算法的源程序
- 2022-04-13 04:38:47下载
- 积分:1