搜索资源列表
java版eval()实现
- 表达式求值JAVA版eval()内附说明.rar
JAVA闹钟
- 数据结构上机实验的一些源代码。包含哈弗曼编码译码器,二叉树的遍历,算术表达式求值,拓扑排序等。
数据结构的设计题目利用栈求表达式的值
- 数据结构的设计题目利用栈求表达式的值,可供小学生作业,并能给出分数-Data structure using a design value of the expression stack request, for primary operations, and to give scores
MyFinalCalculator
- 数据结构期末作业 带括号的算术表达式求值-Data structure with brackets at the end of the arithmetic operations for the value of expression
wangrong31str
- 表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算-Expression is evaluated, through the stack, calculate addition and subtraction multiplication and division, can do decimals, negative integers such as computing
shujujiegou
- 数据结构的设计题目利用栈求表达式的值,可供小学生作业,并能给出分数-Data structure using a design value of the expression stack request, for primary operations, and to give scores
VB_Excel
- visual Basic(简称vB)是设计windows应用程序强有力的开发工具j Excel是目前使用最广泛的办公应用软件之一,它具有强大的数学分析与计算功能,包括很多vB没有的求值数学表达式的函数和方法。由于Excel的应用程序.. -visual Basic (referred to as vB) is to design a powerful windows application development tool j Excel is the most widely used ap
biaodashiqiuzhi
- 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
Infix--to-suffix-
- 中缀表达式转换为后缀表达式,并且求取表达式值,而且能够输出表达式-Infix expression convert to suffix expression
Exep
- java 数据结构 表达式求值课程设计代码!很详细,带界面!-The java data structures that the expression is evaluated curriculum design code! Very detailed, with the interface!
sumNumber
- 实现表达式的求值计算,并且可以同时输出表达式的中缀式后后缀式(其中后缀式代码已注释,自己取消注释即可)-it is useful and it can culatulate numbers
Aviator
- Aviator是一个高性能、轻量级的java语言实现的表达式求值引擎,主要用于各种表达式的动态求值。现在已经有很多开源可用的java表达式求值引擎-Aviator is a high performance, lightweight Java language expression evaluation engine, mainly used for dynamic evaluation of various expressions. Now there are many open source
SHUJUJIEGOU
- 表达式求值、多项式相乘的详细代码、运行结果截图及详细说明-Expression, detailed code polynomial multiplication, the results screenshots and a detailed descr iption
sy0907436 李慧 作业1-2 逆波兰表达式
- 逆波兰表达式求值,逆波兰表达式求职反反复复反反复复反反复复反反复复反反复复(nicscbsniaiscasiciaciacacabinasbcabslcbacbaclaslcaslc)
多项式加法 线性表
- 我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一个幂数为负数的整数对。 同时输入表达式的幂数大小顺序是随机