搜索资源列表
源文件.rar
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的
xyz
- 线性顺序存储结构双链表正排序逆波兰计算器二叉排序树二叉树实例
逆波兰计算器
- 数据结构经典常用算法,采用逆波兰式编制的小型计算器-data structure used classical algorithm, using inverse Polish establishment of small calculators
功能强大的计算器
- 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successful
源文件
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
Reverse-Polish-calculator
- 逆波兰计算器C语言源码 数据结构经典常用算法-Reverse Polish calculator classic C language source code data structures commonly used algorithm
DeskTop-Calculator
- 《数据结构与程序设计》第一个例子,一个简单的桌面计算器,用到逆波兰计算-The data structure and program design "the first example, a simple desktop calculator, use the inverse Poland calculation
nibolanjisuanqi
- 这事逆波兰计算器的c程序,学习数据结构中可以用来动手-This calculator inverse Poland of c program, the study data structures can be used to begin to try
math
- 用逆波兰表达式实现计算器功能的数学头文件及源文件.支持四则运算,括号,负号,三角函数,求余,求幂和阶乘.但未处理大数,所以数值大小有限.-Math header file and source file with Reverse Polish expression calculator function. Supports four operations, brackets, negative numbers, trigonometric functions, modulo exponentia
Calculator
- 基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。-Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses