搜索资源列表
文件运算器
- 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
juzhenyunsuanqi
- 数据结构的矩阵运算器,能够实现矩阵的创建,矩阵的加法,减法以及乘法-Data structure matrix calculator
Calculator
- 对一些大数进行加法减法运算的一个运算器。-Calculator
juzhenyunsuanqi
- 矩阵运算器 已完成加法减法乘法 保证上机可实现 课程设计-Matrix operations completed machine addition subtraction multiplication guarantee, can achieve
multiply2
- 三元组表示的稀疏矩阵的加法,减法,乘法运算器-Triples express the sparse matrix of the adder, subtraction, multiplication device-ples express the sparse matrix of the adder, subtraction, multiplication devic
1
- 设计一个一元稀疏多项式加法运算器,完成多项式a和b相加,建立多项式a+b。-Design a one yuan sparse polynomial adder, complete polynomials a and b are added, the establishment of polynomial a+ b.
2
- 实现一个一元稀疏多项式运算器。功能有:任意顺序输入并建立多项式;输出多项式,按指数升序排列;能完成多项式加法、乘法、减法以及求导运算。(A one - element sparse polynomial operator is implemented. Functions are: input and establish polynomials in any order; output polynomials, in ascending order of exponents; can compl