文件名称:duoxiangshi
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 200kb
- 下载次数:
- 0次
- 提 供 者:
- mart*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>,
输出
以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,
零多项式的输出格式为:<0,0>,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>,
输出
以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,
零多项式的输出格式为:<0,0>,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
一元多项式相乘\Debug\一元多项式相乘.exe
..............\.....\一元多项式相乘.ilk
..............\.....\一元多项式相乘.pdb
..............\一元多项式相乘\Debug\BuildLog.htm
..............\..............\.....\mt.dep
..............\..............\.....\vc90.idb
..............\..............\.....\vc90.pdb
..............\..............\.....\一元多项式相乘.exe.intermediate.manifest
..............\..............\.....\一元多项式相乘.obj
..............\..............\一元多项式相乘.cpp
..............\..............\一元多项式相乘.vcproj
..............\..............\一元多项式相乘.vcproj.lenovo-PC.lenovo.user
..............\一元多项式相乘.ncb
..............\一元多项式相乘.sln
..............\一元多项式相乘.suo
..............\..............\Debug
..............\Debug
..............\一元多项式相乘
一元多项式相乘
..............\.....\一元多项式相乘.ilk
..............\.....\一元多项式相乘.pdb
..............\一元多项式相乘\Debug\BuildLog.htm
..............\..............\.....\mt.dep
..............\..............\.....\vc90.idb
..............\..............\.....\vc90.pdb
..............\..............\.....\一元多项式相乘.exe.intermediate.manifest
..............\..............\.....\一元多项式相乘.obj
..............\..............\一元多项式相乘.cpp
..............\..............\一元多项式相乘.vcproj
..............\..............\一元多项式相乘.vcproj.lenovo-PC.lenovo.user
..............\一元多项式相乘.ncb
..............\一元多项式相乘.sln
..............\一元多项式相乘.suo
..............\..............\Debug
..............\Debug
..............\一元多项式相乘
一元多项式相乘