资源列表
[数据结构常用算法] RMI
说明:Dijkstra programming-Dijkstra programming<Dung Le Huy> 在 2025-06-23 上传 | 大小:99kb | 下载:0
[数据结构常用算法] Read
说明:实现图片的读取,各种方法,从bmp数据结构的方向考虑了图像的读取-all kinds of methods to read image<huangxiaoshui> 在 2025-06-23 上传 | 大小:3.94mb | 下载:0
[数据结构常用算法] tree
说明:c++下一个简单的多叉树实现: 利用迭代器方便地构建树, 可以递归输出,前序,后序。 利用栈实现输出。 销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only aft<张彭> 在 2025-06-23 上传 | 大小:744kb | 下载:0
[数据结构常用算法] suanfafenxi
说明:算法实验的内容 包括 fib 序列 矩阵的乘法 八枚银币问题-Algorithm experiments include fib sequence matrix multiplication eight silver issue. .<蓝夏军> 在 2025-06-23 上传 | 大小:31kb | 下载:0
[数据结构常用算法] chengshilianbiao
说明:将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-Several cities in the information into a single linked list node to take the lead. Nodes in the city information including: city name, the city' s location coordinates.<郭文明> 在 2025-06-23 上传 | 大小:65kb | 下载:0
[数据结构常用算法] zhaosewenti
说明:对于给定的图G,如果存在一种用2种颜色对顶点着色的方案,使得图中任意一条边所连接的2 个顶点着有不同颜色,则称图G 是可2着色的。-For a given graph G, if there is a vertex with two colors on the color scheme, making the graph an edge is connected to any two vertices with different colors, called graph G is 2 colo<郭文明> 在 2025-06-23 上传 | 大小:86kb | 下载:0
[数据结构常用算法] looking
说明:①建立一个查找表,使用顺序查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数。如果没有找到,则把该元素插入到该查找表中。 ②建立一个有序查找表,使用二分查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数;如果没有找到,则把该元素插入到该查找表中。-① a lookup table, using the sequential search algorithm to find its elements, and compare the output lookup<郭文明> 在 2025-06-23 上传 | 大小:142kb | 下载:0