-
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程...
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
- 2023-05-23 21:35:04下载
- 积分:1
-
C、 人工智慧、 BFS 和 DFS
出差旅行推销员的问题,解决问题使用人工智能此代码
- 2022-08-25 16:42:27下载
- 积分:1
-
寻找最短路问题
一款用C语言写的A*最短路径寻找代码。有曼哈顿算法、欧几里得算法、切比雪夫算法和加权曼哈顿算法四个计算最短路径的算法。可以选择使用的算法来进行最短路径的计算。
- 2023-01-21 14:50:03下载
- 积分:1
-
java语言实现各种排序算法
采用java语言,实现克重排序算法,如快速排序、冒泡排序等;
- 2022-01-25 21:05:04下载
- 积分:1
-
GN算法java实现
这是一个经典的社团划分,采用GN算法思想,
基本上是从昨天开始吧,着手复杂网络的GN算法,整个过程包括从GML文件中提取邻接矩阵数据,GN算法的实现,模块度的计算。
(1)GML文件的读取。做GN的时候首次知道GML(Graph Model Language),GML (Graph Modelling
Language): There are many different programs that work with graphs but almost
all of them use their own file format. As a consequence, exchanging graphs
between different programs is almost impossible. Simple tasks like exchange of
data, externally reproducible results or a common benchmark suite are much
harder than neccessary.
Therefore, we have developed a new file format for
the Graphlet system: GML. GML supports attaching arbitrary information to
graphs, nodes and edges, and is therefore able to emulate almost every other
format.
从上面的英文中我们可以知道,GML是一种文件格式,试图统一大家对图结构的表达形式。这样,会很方便大家的交互,比如程序的利用。我们主要工作是从GM
- 2022-02-20 11:14:43下载
- 积分:1
-
c of a classical algorithm, with a variety of algorithms.
有c++的各种经典算法,里面有各种常用算法。-c of a classical algorithm, with a variety of algorithms.
- 2022-12-27 01:45:03下载
- 积分:1
-
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。...
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。-Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures.
- 2022-12-23 12:15:03下载
- 积分:1
-
武汉公交Expe5-Route
武汉市公交网络提供,各个节点,各个路段,以及他们之间的拓扑关系,和属性值,包括路畅,之间的距离,及各个公交之间的站名,公交名称等。方便查询处理,和道路的网络编辑,以及作为公交查询类网络的底层和二次开发。
- 2023-05-26 04:45:03下载
- 积分:1
-
搜索算法,可以直接使用~~~
二分查找(Binary Search) 二分查找又称折半查找,它是一种效率较高的查找方法。 二分查找要求:线性表是有序表,即表中结点按关键字有序,并且要用向量作为表的存储结构。不妨设有序表是递增有序的。
- 2022-06-15 14:57:32下载
- 积分:1
-
基于FLICM的图像分割
应用背景模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。关键技术改进的FCM算法,FLICM:Image segmentation based on local fuzzy C-means clustering algorithm
- 2022-03-19 02:17:41下载
- 积分:1