搜索资源列表
一元稀疏多项式计算器
- 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
程九思--一元稀疏多项式计算器
- 程九思--一元稀疏多项式 计算器.doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计算器.doc计算器.doc
yiyuanjishuqi
- 关于一元稀疏多项式计算器的算法,上传给大家看一看,给一点意见,谢谢了!-of one yuan calculator sparse polynomial algorithm, we look to upload to the point, thank you!
Polynomial_SL
- 用C++写的一元稀疏多项式,具体内容见程序,在此就不多说明了,-C wrote one yuan sparse polynomial, of the specific details see proceeding, in not more than clear that,
st200408202223-06
- 一元稀疏多项式简单计算器,小程序一个,发上去让大家分享-one yuan sparse polynomial simple calculators, a small procedure, made up for sharing
computerconter
- 一元稀疏多项式计算器,功能完善,无解压密码-one yuan sparse polynomial calculators, functions, without extracting passwords
一元稀疏多项式
- 一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
多项式运算
- 一元稀疏多项式计算器。实现稀疏多项式的加法和减法。-one yuan sparse polynomial calculator. SPARSE polynomial subtraction and addition.
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
jisuanqi
- 一元稀疏多项式简单计算器设计 数据结构 -One dollar a simple calculator designed Sparse Polynomial data structure
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
duoxiangshiCoculator
- 一元稀疏多项式计算器,MFC界面,C-Dollar sparse polynomial calculator, MFC interface, C++
1
- (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege
多项式
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(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]