文件名称:1
- 所属分类:
- 软件工程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-05
- 文件大小:
- 1.23mb
- 下载次数:
- 0次
- 提 供 者:
- mi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
将两个一元n次多项式相加,并输出相加后的新的一元n次多项式
(1) 从input.txt文件读入一元多项式的系数和指数,用尾插法建立一元多项式的链
表。
(2) 以输入系数0为结束标志。
(3) 并约定建立多项式链表时,总是按指数从小到大的顺序排列。
(4) 要求借鉴第一章课件中给出的编程思路,一元多项式链表采用带头结点的单链表
实现。-The two one yuan polynomial of degree n, and outputs the added new one yuan polynomial of degree n (1) from input.txt file is read into one yuan polynomial coefficients and indices, with the tail establish a polynomial interpolation of the list. (2) to enter the coefficient 0 to end flag. (3) They agreed to establish polynomial linked list is always exponentially small to large order. (4) requires learning courseware given in the first chapter programming ideas, one yuan polynomial linked list nodes using the lead single linked list implementation.
(1) 从input.txt文件读入一元多项式的系数和指数,用尾插法建立一元多项式的链
表。
(2) 以输入系数0为结束标志。
(3) 并约定建立多项式链表时,总是按指数从小到大的顺序排列。
(4) 要求借鉴第一章课件中给出的编程思路,一元多项式链表采用带头结点的单链表
实现。-The two one yuan polynomial of degree n, and outputs the added new one yuan polynomial of degree n (1) from input.txt file is read into one yuan polynomial coefficients and indices, with the tail establish a polynomial interpolation of the list. (2) to enter the coefficient 0 to end flag. (3) They agreed to establish polynomial linked list is always exponentially small to large order. (4) requires learning courseware given in the first chapter programming ideas, one yuan polynomial linked list nodes using the lead single linked list implementation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验一两个一元多项式相加
........................\Debug
........................\.....\main.exe
........................\.....\main.ilk
........................\.....\main.obj
........................\.....\main.pch
........................\.....\main.pdb
........................\.....\Poly.obj
........................\.....\vc60.idb
........................\.....\vc60.pdb
........................\input.txt
........................\main.cpp
........................\main.dsp
........................\main.dsw
........................\main.ncb
........................\main.opt
........................\main.plg
........................\output.txt
........................\Poly.cpp
........................\poly.h