资源列表

« 1 2 ... .14 .15 .16 .17 .18 2619.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法shujujiegousuanfa

说明:各种最小生成树算法 最短路径算法 邻接矩阵和邻接表的相互转化 求连通分量的算法(Interconversion of various minimum spanning tree algorithm shortest path algorithm adjacency matrix and adjacency list of requirements connected component algorithm)
<举杯邀月> 在 2024-11-02 上传 | 大小:13312 | 下载:0

[数据结构常用算法new-DV-Hop-code

说明:改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离
<robinkk4> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法POJceshishujuheji

说明:一位ACMer过来人的心得POJ测试数据合集 大家都看看啊~~~(Of a ACMer someone who experiences the POJ test data collection we all look at ah ~ ~ ~)
<李帅> 在 2024-11-02 上传 | 大小:17408 | 下载:0

[数据结构常用算法Data-structure-and-algorithm

说明:详细介绍vb环境中的数据结构与算法的基础内容,包括算法,堆栈,二叉树等。(Basic content, data structure and algorithm in detail in the VB environment includes the algorithm, stack, two fork tree.)
<下雨就安静了> 在 2024-11-02 上传 | 大小:212992 | 下载:0

[数据结构常用算法N-Queue_DFS

说明:BFS法求解N皇后问题,输出全部解决方案。(BFS method for solving N queens problem and output all solutions.)
<急速蜗牛> 在 2024-11-02 上传 | 大小:32768 | 下载:0

[数据结构常用算法knight-tour_DFSandBFS_SQueue

说明:在一个N*N的棋盘上指点任意一点的坐标,以马走日的方式走完整个棋盘且没有重复,试分别用DFS、BFS方法求解并输出全部可能的路径。(knight tour problem solved by the method of BFS and DFS.)
<急速蜗牛> 在 2024-11-02 上传 | 大小:43008 | 下载:0

[数据结构常用算法union

说明:Program to find UNION, INTERSECTION of input SETs.
<Nipun> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法bellFord-(2)

说明:BellFord 算法,查找图的最短路径,C++代码实现(BellFord algorithm, find out the shortest path of figure and c++ code implementation)
<小田> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法MSP_Num

说明:求网络的最小生成树的个数,C++源码实现(Calculate the minimum spanning tree number of the network , c++ source code to achieve)
<小田> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法Polynomial

说明:Visual C++实现,实现了实数多项式的加法和减法,用于了Vector和链表两种方法(Visual c++ implementation, has realized the real polynomial addition and subtraction, two methods used in the Vector and list )
<宋富洪> 在 2024-11-02 上传 | 大小:14336 | 下载:0

[数据结构常用算法sqlist

说明:顺序表操作,显示数据(遍历线性表),修改数据(提供位置和新值), 插入数据(提供位置和新值,.删除数据,读取数据(提供位置),数据反转,求表长度(Order table operation, display data (traverse linear meter), modify the data (position and provide new value), insert data (position and provide ne
<CBY> 在 2024-11-02 上传 | 大小:1240064 | 下载:0

[数据结构常用算法Cpp1

说明:用邻接表表示图,重写Dijkstra算法,输入任意带权有向图,输出其每一对顶点之间的最短路径(A diagram showing the adjacency table, rewriting Dijkstra algorithm, with the right to enter any directed graph, the output of each of its shortest path between the vertices
<梁超> 在 2024-11-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 2619.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org