资源列表
[数据结构常用算法] calacomplie
说明:设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A pr<kelvin> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] binary_tree
说明:从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。-Binary list results from two keyboard input binary tree traversal, memory, and restore the binary tree traversal results, and the binary tree is displayed on the scree<王伟> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] TelManagerSys
说明:用C++语言实现电话信息管理系统,练习单链表的使用-Data structures class-based C++ language, practice the use of a linked list<小易> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] ZiFuChuang_CaoZuo
说明:数据结构中有关串的操作,可以借此理解字符串的基本概念和基本算法-Data structure relating to the operation of the string can take this understanding of the basic concepts and basic algorithm of the string<小易> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] BankPaiDuiSys
说明:用C实现的银行排队系统,全面展示了栈、队列在该方面应用的的优势,想了解栈和队列的实际用处的可以参考下-Bank queuing system implemented in C, a comprehensive display of the stack, queue advantages in the application<小易> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] TSP-source-code
说明:C++环境下,用蚁群算法解决TSP旅行商问题-The TSP problem ant colony algorithm to solve the C++ environment<terry> 在 2024-12-29 上传 | 大小:3kb | 下载:0
[数据结构常用算法] shortest-mileage-query-procedures
说明:城市间火车最短里程查询程序,实现了最短路径算法,通过自动化生成两个城市之间的最短路径方案.-Inter-city train shortest mileage query procedures to achieve the shortest path algorithm, the shortest path between two cities program generated by the automation.<随赛> 在 2024-12-29 上传 | 大小:3kb | 下载:0