资源列表
[数据结构常用算法] Project8
说明:简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and shipped by a single digit O<stephen> 在 2025-06-17 上传 | 大小:1.72mb | 下载:0
[数据结构常用算法] Project6
说明:使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 different integers inserted rand<stephen> 在 2025-06-17 上传 | 大小:1.66mb | 下载:1
[数据结构常用算法] VerifyBSTPosOrder
说明:验证一个输出序列是否为一个二叉树的后续遍历-Validation of a follow-up traversal output sequence is a binary tree two<箫筱沐羽> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MinKDigits
说明:用最短的时间寻找最小的K个数,带有详细的解题说明-Use the shortest time to find a minimum number of K<箫筱沐羽> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] PalindromeJudge
说明:c++代码,代码功能为:判断一个字符串是否为回文串-c++ code, the code for the function: to determine whether a string is a palindrome string<yangyang> 在 2025-06-17 上传 | 大小:1.78mb | 下载:0
[数据结构常用算法] String-All-Permutation
说明:c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways<yangyang> 在 2025-06-17 上传 | 大小:1.91mb | 下载:0
[数据结构常用算法] templateme
说明:通过群体优化算法优化的基于内容的图像检索方法,通俗易懂,非常容易理解。-Through group optimization algorithm optimization method for content-based image retri , user-friendly, very easy to understand and learn.<binglu> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ZigZag-Conversion
说明:Zigzag:即循环对角线结构( 0 8 16 1 7 9 15 17 2 6 10 14 18 3 5 11 13 19 4 12 20 ) 向下循环:nRows 斜角线循环:nRows-2(减去首尾两个端点) 重复-The string PAYPALISHIRIN<www> 在 2025-06-17 上传 | 大小:1kb | 下载:0