资源列表

[数据结构常用算法图的最短路径之迪杰斯特拉和弗洛伊德算法

说明:数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现(Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs)
<大爱快船> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法单链表

说明:单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)
<三猪1112> 在 2024-12-25 上传 | 大小: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> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法seg_tree

说明:segment tree 的简要实现,主要是面对与搜索的数据结构(Let us consider the following problem to understand Segment Trees. We have an array arr[0 . . . n-1]. We should be able to 1 Find the sum of elements from index l to r where 0 <= l
<875545328> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法SeqList

说明:用C语言定义一个顺序表以及对顺序表的基本操作,如查找,删除,插入等(Define a sequence table and basic operations on the sequence table.)
<gnoix> 在 2024-12-25 上传 | 大小:1kb | 下载:0

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

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

[数据结构常用算法union

说明:Program to find UNION, INTERSECTION of input SETs.
<Nipun> 在 2024-12-25 上传 | 大小:1kb | 下载:0

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

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

[数据结构常用算法KuaiPai

说明:对输入数据进行排序,采用的方法是快速排序法(quick sort)
<Donal Zhang> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法jiugong

说明:重排九宫问题,实现从输入到目标九宫图的解的过程(Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution)
<BOB> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Demo

说明:建立二叉树;对其进行遍历,遍历过程中输出结点的值;求出该二叉树的高度;并查询二叉树中是否 存在值为x的结点。
<陈荣辉> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法cLanguage-and-loop-move-left

说明:动态建立两个数组,将原数组循环左移,产生循环移位的效果,学习队列使用~(by using the key word malloc ,and basic loop to realize the function)
<王泡泡> 在 2024-12-25 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org