资源列表
[数据结构常用算法] expression
说明:利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression e<Sw> 在 2024-11-10 上传 | 大小:419kb | 下载:0
[数据结构常用算法] Ex2
说明:用两个栈实现队列,新颖 新颖 新颖 -Queue with two stacks, novel novel novel novel novel novel<hannianqiao> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Ex1
说明: public: List() //构造函数 int size() const //返回链表的长度 bool full() const //返回链表是否已满 bool empty() const //返回链表是否已空 void clear() //清空链表 int retrieve( int position, string &x ) const //获取链表第position位置的元素到x,成功返回0,否则<hannianqiao> 在 2024-11-10 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Joseph-Circle
说明:用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to<chen> 在 2024-11-10 上传 | 大小:971kb | 下载:0
[数据结构常用算法] Computer-rat-maze
说明:电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm<蒋星星> 在 2024-11-10 上传 | 大小:66kb | 下载:0