资源列表
[数据结构常用算法] yy3
说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter<武朝阳> 在 2025-06-06 上传 | 大小:182kb | 下载:0
[数据结构常用算法] typedef-struct
说明:从图中某个顶点出发访问图中所有顶点,且使得每一顶点仅被访问一次,这个过程称为图的遍历。图的遍历是从图中某个顶点出发,沿着某条搜索路径对图中其余每个顶点进行访问, 并且使图中的每个顶点仅被访问一次的过程。 图的遍历是图运算中最重要的运算,也是图的基本运算之一,图的许多运算都是以遍历为基础的。试编写一个程序,完成对图的遍历。-A vertex from the graph in Figure visit all vertices, and so each vertex is visited o<谷雨> 在 2025-06-06 上传 | 大小:182kb | 下载:0
[数据结构常用算法] hexadecimal-conversion
说明:使用VC++编写的代码,编写的是数据结构中的表达式转化的算法-Use code written in VC++, written expression in the data structure conversion algorithm<bing> 在 2025-06-06 上传 | 大小:182kb | 下载:0
[数据结构常用算法] circleQueue
说明:实现了循环队列的数据结构,以及各种操作-Achieve a circular queue data structures, and various operations<徐文锋> 在 2025-06-06 上传 | 大小:182kb | 下载:0
[数据结构常用算法] NQueen_recursion
说明:递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution<keii> 在 2025-06-06 上传 | 大小:182kb | 下载:0