搜索资源列表
xishuduoxiangshi
- 一元稀疏多项式的求解等问题,输入相次幂数可以进行多项事的加减等运算-One dollar for solving sparse polynomial such as the problem, enter the number of times the power can be a number of things, such as addition and subtraction calculations
duoxiangshijishuqi
- 一元稀疏多项式计算器,包括加减乘法,可由用户输入x值,计算最终多项式输出结果-Dollar sparse polynomial calculators, including the addition and subtraction, multiplication, by the user to enter x value, calculate the final output of the results of polynomial
duoxiangshi
- 一元稀疏多项式简单计算器代码 调试过 可行-Dollar sparse polynomial
002
- 一元稀疏多项式计算器,程序执行的命令包括:输入并建立多项式、输出多项式、多项式相加、减。-Unary sparse polynomial Calculator, program execution command include: input and establish polynomial, output polynomial, polynomial add, minus.
polynomial
- 一元稀疏多项式计算器 polynomial-一元稀疏多项式计算器
Polynomial
- 用C编写的一元稀疏多项式计算器,使用链表作为数据结构,是学习链表的不错案例-Written with the C dollar sparse polynomial calculator, use the list as a data structure is a good case study and list of
POLY2
- 一元稀疏多项式编程,希望对大家的编程有点用,欢迎下载-hope it useful to you
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.
duoxiangshiCoculator
- 一元稀疏多项式计算器,MFC界面,C-Dollar sparse polynomial calculator, MFC interface, C++
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
Ploy
- 一元稀疏多项式相加相减(MFC)vc-MFC This procedure is a one dollar sparse polynomial calculator
POLY
- 一元稀疏多项式的加,减,求值,复制,插入,等操作的综合计算器。-One yuan sparse polynomial addition, subtraction, evaluation, copy, insert, and other operations of the integrated calculator.
main
- 一元稀疏多项式的计算,可以进行加减乘运算,可以与用户交互。结果保存并可显示。-A dollar sparse polynomial calculation, could add and subtract multiply operation, can interact with the user.Results the save and display.
sparse_polynomial
- 关于一元稀疏多项式计算的实现源码,数据结构相关内容-One yuan sparse polynomial
polynomial-calculator
- 该源码为一元稀疏多项式的C++实现,该计算器可完成一元多项式的相加,相减,求导等操作。-The source code for a one yuan sparse polynomial calculator C++ implementation can be achieved by adding polynomials, subtraction, and derivation.
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.
yrscdures
- 一元稀疏多项式计算器, 用户在首先在第一个提示信息的提示下选择是-One yuan sparse polynomial calculator, the user first choice in the first message cues
多项式
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat
一元稀疏多项式计算器
- 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]