搜索资源列表
-
0下载:
本程序的主要功能是实现多项式的求值,可以实现+,-,*,/.-the program's main function is a polynomial evaluation, can achieve +,-,*,/.
-
-
0下载:
栈的几个应用举例——顺序栈、链栈结构定义与基本操作(SqStack_exercise.cpp,LinkStack_exercise.cpp),括号匹配(matching.cpp),表达式求值(evaluation.cpp),Ackerman递归函数的实现(Ackerman.cpp)-Stack a few application examples- the order of the stack, the stack structure is defined chain, and basic op
-
-
0下载:
功能较全的表达式求值程序 C代码。mian是主函数,内设有加密密码。-Function than the expression of the whole evaluation process C code. mian is the main function, which are equipped with encrypted password.
-
-
0下载:
数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
-
-
0下载:
此程序实现简单算术表达式求值功能
参考了《数据结构 习题与解析 B级》 -This process simple arithmetic expression evaluation function
-
-
0下载:
本程序实现了用中缀转后缀做表达式求值的算法支持函数运算 支持括号/函数嵌套 是数据结构课本中简单带括号的四则运算表达式求值的深入版-This program implements the algorithm supports infix to suffix expression evaluation function calculation support brackets/functions nested data structures textbook in simple
In-dept
-
-
0下载:
实现多功能的表达式求值计算,以及任务调度模拟(Implementation of multi-function expression evaluation calculation, as well as task scheduling simulation)
-
-
0下载:
设计一个程序,演示用算符优先法对算术表达式求值的过程。利用算符优先关系,实现对算术四则混合运算表达式的求值。
(1)输入的形式:表达式,例如2*(3+4)
包含的运算符只能有'+' 、'-' 、'*' 、'/' 、'('、 ')';
(2)输出的形式:运算结果,例如2*(3+4)=14;
(3)程序所能达到的功能:对表达式求值并输出(A program is designed to demonstrate the process of evaluating arithmetic
-