搜索资源列表
yiyuanjishuqi
- 关于一元稀疏多项式计算器的算法,上传给大家看一看,给一点意见,谢谢了!-of one yuan calculator sparse polynomial algorithm, we look to upload to the point, thank you!
st200408202223-06
- 一元稀疏多项式简单计算器,小程序一个,发上去让大家分享-one yuan sparse polynomial simple calculators, a small procedure, made up for sharing
fei
- 实现一个一元多项式简单的加法计算器。 一元多项式简单的加法计算器的基本功能为: (1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,并建立输出多项式。 用带头结点的有序链表
jisuanqi
- 求两个一元多项式A(X)=a0+a1x+a2x^2+....+anx^n和B(X)=b0+b1x+b2x^2+....+bnx^n 的和C(X),差D(X),积(X)。 算法的输入:两个多项式(分别输入各项的系数和指数) 算法的输出:多项式的和,差,积。
yydxs
- 数据结构课程设计 采用C语言编写的一元多项式计算
yuanduoxiangshi.cpp
- 一元多项式的加减算法,并有比较有好的界面!
duoxiangshijisuan
- 一元多项式计算,适用于C语言的教学研究及课程设计的应用
Ployn_Calculator
- 用链表创建一元稀疏多项式,做加法和减法计算
ex2
- 一元稀疏多项式计算器 一元稀疏多项式计算器
111
- 一元稀疏多项式计算器的程序代码,有详细的演算过程,很好的数据结构和算法的代码
c
- 一元多项式的求积,可以给学生用,平时交作业。-One dollar polynomial quadrature, can give students, usually交作业.
duoxiangshi
- 这是我们班做的数据结构的课程设计《一元多项式的表示及运算》-This is our class to do the data structures curriculum design " one polynomial expressions and operations,"
shujujiegou
- 用C++做的数据结构课程设计,内含三个项目,项目一 牛顿迭代法的数据结构,项目二 一元多项式计算,项目三 民航订票系统-Done using C++ data structures curriculum design, containing three items, the project of a Newton iteration of the data structure, project 21 yuan polynomial terms, the three civil aviation
Polynomial-together
- 数据结构,一元多项式相加。已编译通过,书本基本算法-Data structure, the sum of one yuan polynomial. Compiled by, books basic algorithm
require-the-use-of-a-linked-
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
cPP
- 一元多项式的计算,(1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,建立并输出和多项式;如:(x+10)+(2x+5)=3x+15 (4)两个多项式相减,建立并输出差多项式。如:(x+10)-(2x+5)=-x+5 -One yuan polynomial calculation, (1) the input and the establishment of a polynomial (2) polynomial output (3) two polynom
yunsuan
- (1)输入并建立一元多项式 (2)输出一元多项式 (3)多项式实现相加、相减及相乘 (4)输入多项式中的未知数,计算多项式的结果-(1) the input and the establishment of a polynomial (2) output a polynomial (3) to achieve additive, subtraction and multiplication of polynomials (4) the input polynomial o
1
- 一元多项式的加减法一元多项式的表示问题:对于任意一元多项式: n(x)= P0+ P1X1+ P2X2+ … + PiXi+ … + PnXn 可以抽象为一个由“系数-指数”对构成的线性表,且线性表中各元素的指数项是递增的: P=( ( P0,0), ( P1,1), ( P2,2), … , ( Pn,n) ) -Add and subtract one yuan polynomial
BinaryTree
- 基于二叉树实现一元多项式的加法、减法、乘法、除法,并实现算法的优化及对内存的最小使用,将结果存储在原多项式中-Based on a binary tree polynomial addition, subtraction, multiplication, division, and to achieve the optimization algorithm and minimal use of memory, and stores the result in the original polyn
duoxiangshi--xiangjiacheng
- 数据结构一元多项式的相加、乘,实现多重*的运算-Data structure is one yuan polynomial addition, multiplication, realize multiple* operation