资源列表
[数据结构常用算法] libgist-2.0.1
说明:Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM). -Libgist is an implementation of the Generalized Search Tree, a template index stru<hu> 在 2025-06-07 上传 | 大小:2.16mb | 下载:0
[数据结构常用算法] algorithm
说明:不算深奥,但应该是经典吧。以前经常看的一个程序。演示了最常用的算法。并且是对应的C和Pascal。无论学生或者有工作经验的,相信都会用到。-Not profound, but it should be classic. Often see a program before. Shows the most commonly used algorithms. And is the corresponding C and Pascal. Whether students or have work ex<小刀> 在 2025-06-07 上传 | 大小:2.16mb | 下载:0
[数据结构常用算法] suanfazhidao
说明:有关算法的书,不错哦 算法之道,学习算法必看-suanfazhidao very good book<wwx> 在 2025-06-07 上传 | 大小:2.14mb | 下载:0
[数据结构常用算法] MiGong
说明:1. 问题描述: 本实验假设迷宫是一个n 行n列的二维平面表格,左上角作为迷宫的入口,右下角作为迷宫的出口。迷宫问题求解的目标是寻找一条从入口到出口的通路。 2.基本要求: 设计一个程序,能自动或手动生成这样一个n行n列的矩阵maze[n][n],即每个元素都为0或1的二维数组,然后判断该矩阵表示的迷宫是否存在一条从入口到出口的通路。如果存在,将表示该通路的数组下标按顺序保存到文件path.txt如:(1,1)(2,2)(1,3)(1,4)(1,5)(1,6)(2,6)(3,6)(4<> 在 2025-06-07 上传 | 大小:2.15mb | 下载:0
[数据结构常用算法] tongjishuzi
说明:统计数字问题,从文件中读取数据,在统计0-9出现的个数,在output中输出。- Statistics Questions, read data the file, the number of statistical 0-9 arise in the output of the output.统计数字问题,从文件中读取数据,在统计0-9出现的个数,在output中输出。<刘博> 在 2025-06-07 上传 | 大小:2.15mb | 下载:0
[数据结构常用算法] obtabn-rjferred-intersection
说明:怕米上的经典文章,有限元方法求解蛇模型的算法,经典,Snake模型初始轮廓选取的研究()<dvij%24188135> 在 2025-06-07 上传 | 大小:2.15mb | 下载:0
[数据结构常用算法] 第一次实验课
说明:定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。(Define single chain table class, chain stack class, sequence queue class. 2. The<kaiser1998> 在 2025-06-07 上传 | 大小:2.15mb | 下载:0