搜索资源列表
80450_2005-06-06_179
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "Data Structures and Algorithms
校园导游咨询
- 计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions: 1.Input and Creat a polynary multinomial 2.Output the pol
o
- 一个简单使用的求一元多项式相加 的程序 请大家多作点评
yiyuanduoxiangsh
- 一元多项式相加, 一元多项式相加, 一元多项式相加, -one yuan polynomial together, the sum of one yuan polynomials and polynomials together, the sum of one yuan polynomials, one yuan polynomial together, the sum of one yuan polynomials an d polynomials together, the sum of o
Add_Multiply_Polyn
- 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
duoxiangshixiangjia
- windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
c语言一元多项式相加
- 一元多项式相加 模块具体功能如下: 1.链表存储多项式的结构 2.实现两个多项式相加-one yuan polynomial function of the sum of specific modules, as follows : 1. Chain store the structure of two polynomials. Add to achieve two polynomials
yiyuanduxiangshi
- 两个一元多项式相加,C语言版,希望对大家有所帮助,-The sum of one dollar two polynomials, C language version, I hope all of you help,
duoxiangshixiangjiawenti
- 编写一个程序,实现两个一元多项式相加。要求: (1)多项式用链表存储 (2)多项式相加必须使用单独的函数实现 (3)输入时只要求输入各项的系数和指数 (4)结果输出形式如下 F(x) = an*x^n + an-1*x^(n-1) + … + a1x + a0 -The preparation of a program to realize the sum of two polynomials a dollar. Requirements: (1) polynomial
polynomial-
- 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl
Polynomial
- 一元多项式相加,输入两个一元多项式,输入的时候以系数和指数为特征值,输入完毕时以0,0结束-Polynomial the sum of one dollar, one dollar input two polynomials, when the input to coefficient and index for the characteristic value, enter the end of the conclusion to 0,0
duoxiangshi
- 用C++语言编写一段程序,该程序的功能相当于一个一元多项式计算器。它能够实现按照指数降序排列建立并输出多项式,并且能够完成两个多项式的相加、相减的运算和将其结果输入的功能。-C++ language with a program that functions as a unary polynomial calculator. It can be achieved in accordance with established and the output index in descending o
Polynomial
- 利用线性表实现一个一元多项式的以下功能:一元多项式的输入和输出;进行一元多项式相加;进行一元多项式相减;计算一元多项式在x处的值 -Linear form to achieve a unary polynomial of the following functions: a polynomial of the input and output to the sum of one dollar polynomial conducting a polynomial-phase reducti
Design-a-polynomial-sum-algorithm
- 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
Polynomial-add
- 数据结构的一道经典题目,是很好的源代码。一元多项式相加,用数组实现-Data structure a classic topic, is a good source code. One yuan polynomial using arrays to achieve
first
- 对一元多项式能实现输入、输出,以及两个一元多项式相加及结果显示。使用C语言实现链表的说明、创建以及结点的插入和删除等操作。-For a polynomial can achieve input, output, and two one yuan polynomial and the results displayed. Using C language descr iption of the list, create, and node insertion and deletion operat
chainStructurePolynomialAdd
- 一个在链式存储结构下的,解一元多项式相加的小程序,以C++实现。-A storage structure in the chain, the solution of a polynomial adding a small program to C++ implementation.
多项式
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat
Polyn
- 基于线性表的典型应用----实现多项式的加、减、乘运算的实现(The typical application based on linear list is to realize the addition, subtraction and multiplication operation of polynomials.)
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]