搜索资源列表
calculator
- 采用带头结点的单链表存储一元稀疏多项式;一元稀疏多项式简单计算器的基本功能是:⑴输入并采用尾插法建立多项式的单链表;⑵输出多项式单链表,输出形式可为整数序列和指数形式⑶多项式pn(x)和qm(x)相加,建立多项式pn(x)+qm(x),可不重新开辟存储空间;⑷多项式pn(x)和qm(x)相减,建立多项式pn(x)-qm(x),可不重新开辟存储空间;-Unary sparse polynomial simple calculator Input and the establishment of
01131516409
- 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
jisuanqi
- 一元稀疏多项式简单计算器设计 数据结构 -One dollar a simple calculator designed Sparse Polynomial data structure
calculator
- 简单的计算器程序,是数据结构的简单应用,实现了计算器的基本功能-A simple calculator program is a simple application of the data structure to achieve the basic functions of the calculator
calculator
- 简单的计算器,用于大数的计算。位数没有限制。-simple large number calculator
calculator
- 计算中缀表达式,数字为整数,加减乘除四则运算 -*This program can solve simple formula *by adder, subtraction, multiplication and division, *whose operand is float, including minus float. */
Calculator
- 简单的计算器,暂时不支持复杂的函数如,三角函数等-A simple calculator, temporary does not support the complex functions such as trigonometric functions, etc.
Calculator
- 采用中缀变后缀的算法,实现简单的加减乘除的小程序-Variable suffix used infix algorithms, perform simple addition and subtraction multiplication and division of the small programs
datastructure
- there are basic source codes of data structure these codes will help study data structure about simple calculator, linkedqueue, nodelist, nodesequence, progression
simplecalculator
- there are basic source codes of data structure. these codes will help study data structure. about simple calculator
jisuanqi
- 一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队
calculator
- 初学数据结构 写的利用栈操作写得简单计算器-Beginners stack data structure write operation using a simple calculator written
calculator
- 一个简单实用的实现计算器的功能代码,便于理解学习C++编程与数据结构与算法。-A simple and practical calculator function code realization, facilitating understanding learning c++ program and data structure and algorithms.
yunsuandengshi
- 输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
MyCalculator
- 严蔚敏数据结构练习题,利用树结构实现简单的十进制计算器-using the tree data structure to realize a simple Calculator
Calculator(Stack)
- 用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
simple-calculator-in-CPP
- This code is a simple calculator coded in C-This code is a simple calculator coded in C++
Simple-calculator
- 用栈实现简单的加减乘除,并且可识别优先级及括号-Using stack to achieve simple arithmetic
Calculator
- 用java实现的简单的计算器程序,支持基本的计算器功能-In the Java implementation of simple calculator program, support basic calculator functions
Calculator
- 简单计算器。可以从控制台输入数值,进行计算。支持加减乘除和括号运算。-A simple calculator that supports addition, subtraction, multiplication, and bracketing.
