-
bp算法的VC程序
bp算法的VC程序-bp algorithm VC Program
- 2023-09-06 06:00:03下载
- 积分:1
-
Prim算法求解最短路径
import java.util.ArrayList;
public class Prim {
double[][] matrix; //从0开始,邻接矩阵
double t; //记录时间
int num; //节点数
float bestc; //最优路径距离
int start = 0; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-20 15:11:11下载
- 积分:1
-
一个完整的FTP程序源代码
资源描述这是一个完整的ftp的c语言代码,适合有一定基础的同学学习,希望对大家有所帮助
- 2022-01-30 13:10:34下载
- 积分:1
-
pdnMesh is an automatic mesh generator and solver for Finite Element problems. I...
pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
- 2022-01-26 01:43:40下载
- 积分:1
-
研究生数学建模关于交警服务平台调度问题
此程序为2011年研究生数学建模试题的解答。程序中用到了Floyd算法,遗传算法,很好的解决了该问题。
- 2023-07-06 21:55:03下载
- 积分:1
-
C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等...
C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate a straight line, fork plot computing, the segment拐向, arbitrary polygon area calculations to determine the location of the point, line segment intersection judge, and the convex hull and so on.
- 2023-01-01 05:25:03下载
- 积分:1
-
This is the basis of others I write the algorithm simulation of the car park c p...
这是我根据别人的算法写的模拟停车场问题的c程序,原有算法有一些指针调用的错误!,现已改正-This is the basis of others I write the algorithm simulation of the car park c procedures, some of the original algorithm called the wrong target! That has now been rectified.
- 2022-10-02 02:20:03下载
- 积分:1
-
static Huffman
static Huffman
- 2022-09-12 13:20:03下载
- 积分:1
-
网络图边介数简单
利用最短路径求网络图的边介数,得到每个结点的重要程度,首先得到某个结点到每个的最短路径即最小短路径树,而后根据最短路径树求最短路径个数
- 2023-08-03 08:15:03下载
- 积分:1
-
jmetal5.3集成多种进化算法
JMetal是一个集成的可以更方便地比较各种算法的平台,包括的算法是流行的,常用的多目标进化算法,包括NSGA2,SPEA2,NSGA3等。
- 2023-08-03 00:10:11下载
- 积分:1