资源列表
[数据结构常用算法] 37724124060626
说明:哈希表设计 针对麽个个体种的任命设计一个哈希表 使得平均查找长度不超过R,完成相应的建表和查找程序-Mody hash table design for the appointment of individual species to design a hash table to find the length of making an average of no more than R, the completion of the c<赵科星> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] togoodstudent
说明:关于数据结构中的一种重要的数据结构的解释和说明,并有源码,很详细-On the data structure of an important data structure explanation and source code, very detailed<ganma> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] z
说明:校园导游咨询参考,最短路径,最短路径(1),约瑟夫生者死者游戏-Campus Advisory reference guides, shortest path, shortest path (1), Joseph living dead game<xiezhjinbu> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] MatrixVector
说明:使用递归的方法来求取N阶矩阵的行列式,其中矩阵使用vector来表示,求取行列式的方法为代数余子式展开的方式 -Using the recursive method to obtain the determinant of N-order matrix, which matrix to use vector to represent, to obtain the determinant method cofactor way to<赵鹏> 在 2024-11-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] biaodashiqiuzhi
说明:题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,<布瓜> 在 2024-11-20 上传 | 大小:6kb | 下载:0