资源列表
[数据结构常用算法] expression
说明:需求分析 (1) 任何一个表达式都是由操作数、运算符和界限符组成的,我们称之为单词. (2) 表达式求值首先要符合四则运算规则: ① 先乘除,后加减 ② 从左到右进行运算 ③ 先括号内,后括号外 (3) 功能实现: ① 若当前单词为数字串,则压入数值栈 ② 若当前单词为运算符并大于运算栈的栈顶符号,则进栈 ③ 若当前单词为运算符并等于运算栈的栈顶符号,去括号,输出 ④ 若当前单词为运算符并小于运算<马巧英> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] linklistreverse
说明:链表倒置操作演示程序,是数据结构中的基本演示程序之一。-List inversion operation and demonstration of procedures, data structures, one of the basic demo.<meteor> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] zuheshuxue
说明:经典的组合数学课件,国内著名大师出品!内容丰富,深入浅出!-A combination of classical mathematics courseware, the famous master of the domestic production! Content-rich, easy!<李建军> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] Car_parking
说明:主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program<陈意鹏> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] MyElevator
说明:一个关于电梯的经典算法,c++代码,运行通过-A classic on the elevator algorithm, c++ code, runs through<andy> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] C_language_version_of_the_classic_data_structures_
说明:数据结构C语言版经典教程C language version of the classic data structures tutorial -C language version of the classic data structures tutorial C language version of the classic data structures tutorial<ib> 在 2025-01-24 上传 | 大小:106kb | 下载:0
[数据结构常用算法] TowerOfHanoiProblemOfNon-RecursiveAlgorithm
说明:中大老师给出的关于汉诺塔问题的非递归算法的讲解-Tower of Hanoi problem of non-recursive algorithm<moxingwen> 在 2025-01-24 上传 | 大小:106kb | 下载:0