搜索资源列表
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ der
add
- 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
try
- 用类实现大数的数据结构算法,可以比较两个大数的大小,两个大数间相加,大数与普通整数相加,两个大数相乘等-Large numbers with the class implements the data structure algorithms, can compare the size of two large numbers, between the sum of two large numbers, large numbers of ordinary integer add, multipl
caculate
- 《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能-" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions
2
- 数据结构,加减法以及乘法的实现,这是对表达式求值的过程-Data structure, add and subtract, and multiply the realization that this is the process of evaluation of expressions
yiyuanduoxiangshi
- 数据结构 一元多项式的加、减、乘简单运算-Data structure of Multinomial add, subtract, multiply simple operation
16008408_E1
- 1、实现算术表达式的求值运算,程序通过键盘输入一个表达式,通过运算得到表达式的值,并在显示器上输出完整的表达式及其值; 2、程序实现时,采用栈数据结构 3、表达式以字符串的形式输入; 4、表达式中包括的基本运算符有加、减、乘、除(分别用+、-、*、、表示),表达式中包括括号的处理,括号可以嵌套;表达式中的数字可以是整数,也可以是小数-1, and the evaluation of arithmetic operations, the program through keyboard
multiply
- 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。简明、易懂、C++自编版。-Data structure on experiments- matrix multiplication. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result.
longc
- 计算无限位长整数的计算器,是数据结构综合设计的实验题目,请大家参考。-This code calculates the plus,minus and multiply operation without bit limit.It is for Data structure.
Calculator
- 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
multiply
- 数据结构实验。利用单链表实现多项式的加法和乘法。-Data structure experiments. Polynomial addition and multiplication using a single linked list.
polynomial-operation
- 在C++下,实现多项式的加减乘除算法。其中用到数据结构的理论。主要是线性表的应用-In C++, to achieve add, subtract, multiply and divide algorithm of polynomial. The theory used in data structure. The main applications of linear table
bigdata
- 简单的大数定义和计算,包括大数存储结构和加减乘除计算-A large number of definitions and simple calculation, including big data storage structure and add, subtract, multiply and divide calculation