搜索资源列表
two
- 这是一个表达式程序,主要用以实现从前缀表达式到后缀表达式的转换功能-This is an expression of procedures, mainly used for the realization of the suffix prefix expression expressions of the conversion function
Expression
- 用二叉树表示的表达式,用先序输入,显示表达式时.有括号先示优先关系,同时对表达式的变量赋值时求表达式的值
B1001@0415
- 本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除,目前没有连续运算功能操作:用户用键盘或者鼠标分别输入‘1’,‘+’,‘2’,按‘=’ 文本框显示运算结果‘3’。 2、表达式运算功能,目前只支持整数运算。操作:选择菜单Option->Expression,在文本框用键盘输入表达式如‘12/2+(4*5/4)*6’,按计算器上‘=’,文本框显示运算结果 ‘12/2+(4*5/4)*6=36’。 3、换肤功能 提供了4种skin,可以自由切换。操作:菜单Skin-&
chen1992_evaluater_v1.0
- 表达式计算DEMO 利用词法分析器原理 以及后缀表达式计算 暂不支持函数以及乘号省略
zhong_zhuan_hou_calc
- 输入中缀表达式,转换为后缀表达式,并计算出结果-Input infix expression into postfix expression, and calculate the results
01
- 一个简单的程序,中缀表达式变后缀表达式并计算-zhongzhui into houzhui
Calculator
- c++编写的科学计算器源代码,支持科学计算及表达式计算,可选择角度、弧度制,自带常量-scientific calculator source code written by c++ support scientific computing and expressions to select the angle in radians, comes with constant
7-to-3
- 写出七到三化简表达式并用verilog实现,与传统全加做比较。(内含testbench)-Write seven to three simplification expression verilog achieve, compared with the traditional full. (Including testbench)
zhongzhui
- 计算中缀表达式的值,简单算术表达式的求解-Infix expression value calculation, solving simple arithmetic expressions