资源列表
[数据结构常用算法] stackarithmethic
说明:计算复杂算术表达式的值,可以计算多位数,表达式可含有括号-Complex arithmetic calculation of the value of expression, can be calculated more than the median, the expression can be found in brackets<李天宇> 在 2025-01-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] kmp_suanfa
说明:KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function<李天宇> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xishijuzhneng
说明:稀疏矩阵的运算器,数据结构课程设计的内容-Sparse matrix computation, data structure of the content of the curriculum design<xy> 在 2025-01-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] datastruction
说明:数据结构课程设计所含题目: 1运动会分数统计**, 2一元多项式计算**, 3订票系统 4猴子选大王 5最小生成树问题** 6 建立一个二叉排序树 -Curriculum design data structure contained in the title: 1 Games Score Statistics**, 2-polynomial calculation**, 3 booking system 4<Anson> 在 2025-01-17 上传 | 大小:33kb | 下载:0
[数据结构常用算法] expression
说明:需求分析 (1) 任何一个表达式都是由操作数、运算符和界限符组成的,我们称之为单词. (2) 表达式求值首先要符合四则运算规则: ① 先乘除,后加减 ② 从左到右进行运算 ③ 先括号内,后括号外 (3) 功能实现: ① 若当前单词为数字串,则压入数值栈 ② 若当前单词为运算符并大于运算栈的栈顶符号,则进栈 ③ 若当前单词为运算符并等于运算栈的栈顶符号,去括号,输出 ④ 若当前单词为运算符并小于运算<马巧英> 在 2025-01-17 上传 | 大小:106kb | 下载:0