资源列表
[数据结构常用算法] dataStructurePython
说明:python实现队、栈等数据结构,其他结构后续补充(this code implement the queue and stack data structure. the other data structure is coming later.)<runner_yang> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dijkstra算法的最短路径
说明:最短路径,可以求解图论中的两点间最短路径。程序可用。可实现效果很好(The shortest path can solve the shortest path between two points in graph theory. The program is available. The effect is very good.)<14754977> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 图的最短路径之迪杰斯特拉和弗洛伊德算法
说明:数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现(Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs)<大爱快船> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] text encryption
说明:对一个文本串以事先给出的字母映射进行加密,未映射的字符不改变。(A text string is encrypted by the alphabetic map given in advance, and the characters that are not mapped remain unchanged.)<snwajs> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] new-DV-Hop-code
说明:改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离<robinkk4> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bellFord-(2)
说明:BellFord 算法,查找图的最短路径,C++代码实现(BellFord algorithm, find out the shortest path of figure and c++ code implementation)<小田> 在 2025-02-01 上传 | 大小:1kb | 下载:0