资源列表
[数据结构常用算法] maze-Examples
说明:c++实现 迷宫求解问题 数据结构 算法 利用数组实现-c++ data structures to achieve the maze solving algorithm uses an array of issues to achieve<杜鹃> 在 2025-12-26 上传 | 大小:250kb | 下载:0
[数据结构常用算法] DataStructurePresentation
说明:这是一组数据结构课程的演示动画,Flash(.swf)格式,供热爱、学习、研究数据结构的朋友们使用。-This is a group of animation data structure course, Flash (. Swf) format, for love, learning, research using the data structure of friends.<*飞> 在 2025-12-26 上传 | 大小:948kb | 下载:0
[数据结构常用算法] EightDigital
说明:算法求解八数码难题,包括详细设计说明和实验报告-Eight puzzle algorithm, including the detailed design notes and lab report<chenb> 在 2025-12-26 上传 | 大小:570kb | 下载:0
[数据结构常用算法] RK
说明:实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number<chenb> 在 2025-12-26 上传 | 大小:213kb | 下载:0