搜索资源列表
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
1.5
- 一元稀疏多项式简单计算器,基本功能为输入并建立多项式
duoxiangshi
- 一元稀疏多项式简单计算器代码 调试过 可行-Dollar sparse polynomial
3
- 设计一个一元稀疏多项式简单计算器 [基本要求] 一元稀疏多项式简单计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…..,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按指数降序排列; (3)多项式a和b相加,建立多项式a+b (4)多项式a和b相减,建立多项式a—b。-Design a one dollar a simple calculator sparse polyn
a_simple_calculator_of_sparse_polynomial_with_one_
- 本程序主要利用线性表的结构和知识,实现了一个一元稀疏多项式简单计算器的功能。-This procedure mainly use the linear form of the structure and the knowledge to achieve a simple calculator of sparse polynomial with one variable.
sparsepolynomial
- 一元稀疏多项式简单计算器,输入并建立多项式 ,序列按指数降序排列 多项式A(x)和B(x)相加,相减 -Dollar sparse polynomial simple calculator, enter and establish polynomial, exponential sequence in descending order polynomial A (x) and B (x) add, subtract
Linear-table-application
- 线性表应用多项式计算.用C或C++语言设计并实现一个一元稀疏多项式的简单计算器。 一个稀疏多项式简单计算器的基本功能是: 1. 输入并建立多项式。 2. 输入多项式,序列按指数降序排列。 3. 多项式A(x)和B(x)相加,并建立多项式A(x)+B(x)。 4. 多项式A(x)和B(x)相减,并建立多项式A(x)-B(x)。 5. 给定x的值,计算多项式。 -Linear table application polynomial calculation
多项式
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat