搜索资源列表
多项式相乘
- 一个java多项式相乘的程序 jnakdaldlakda-a multiplication of polynomials procedures jnakdaldlakda
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
plus1122
- 1问题描述: 设计一个实现稀疏多项式乘法的程序 2需求分析: 编程实现两个一元多项式相乘,要求: 2.1输入并建立多项式; 2.2输出多项式,输出形式为整数序列:n,c1,e1,c2,e2``````,cn.,en,其中n是多项式的系数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 2.3多项式a和b相乘,建立结果多项式a*b -a Problem descr iption : Design a sparse polynomial multiplicat
duoxiangshixiangcheng
- 可基本实现多项式的相乘,根据数据结构中的多项式相乘
polynominal
- 多项式相乘作业,用两个循环链表实现。是数据结构这门课的平时作业
Polynominal
- 多项式相乘,利用单链表及面向对象思想做的两个多项式相乘
pppumutiply
- 多项式相乘,这个的实现是在多项式相加得思想得基础上进一步实现得
mutiply
- 也是多项式相乘,用得数序存储得方式,这个的实现是在多项式相加得思想得基础上进一步实现的
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
polynomial_multiply
- 两个多项式相乘:两个多项式都按幂从小到大排列,把两个多项式相乘,得到的多项式也按幂从小到大排列
duoxiangshxiangchen
- 多项式相乘,运用结构c++类,很多地方还不是很理解
多项式乘法
- 自己编的用来算多项式相乘的程序,很好用,打开文件后编译运行就可以了-their part to the multiplication of polynomials counting procedures, useful, open documents can be compiled on the run
计算两个以单链接表表示的多项式相乘的程序
- C++实现计算两个以单链接表表示的多项式相乘的程序,属于数据结构方面。
多项式相乘C++实现
- 用C++语言实现多项式相乘
MULTI
- 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
dx
- 课程实验关于多项式相加和相减,相乘 数据结构-Add and subtract polynomials, multiply
link
- 两多项式相乘的C程序,作实验报告的好东西-Multiply two polynomials of C procedures, test reports for the good things
multiply
- 多项式乘法,可以完成任意次数多项式相乘~ 我们的数据结构课作业-multiply
Listmultiplier
- 数据结构经典入门实例,计算两个以 单链接表表示的多项式相乘的程序。-Classic example of data structure entry, calculation of two single-link table that the polynomial multiplication procedures.
multiply
- 实现两个一元多项式相乘,包含简单选择界面。(To achieve the multiplication of two unary polynomials,containing a simple selection interface.)