搜索资源列表
多项式相乘
- 一个java多项式相乘的程序 jnakdaldlakda-a multiplication of polynomials procedures jnakdaldlakda
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
多项式乘法
- 自己编的用来算多项式相乘的程序,很好用,打开文件后编译运行就可以了-their part to the multiplication of polynomials counting procedures, useful, open documents can be compiled on the run
计算两个以单链接表表示的多项式相乘的程序
- C++实现计算两个以单链接表表示的多项式相乘的程序,属于数据结构方面。
多项式相乘C++实现
- 用C++语言实现多项式相乘
多项式乘法
- 自己编的用来算多项式相乘的程序,很好用,打开文件后编译运行就可以了-their part to the multiplication of polynomials counting procedures, useful, open documents can be compiled on the run
多项式相乘
- 一个java多项式相乘的程序 jnakdaldlakda-a multiplication of polynomials procedures jnakdaldlakda
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\相减\相乘\求导\求X值\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \ sub
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
duoxiangshixiangcheng
- 可基本实现多项式的相乘,根据数据结构中的多项式相乘-Can basically achieve multiply polynomials, according to the data structure of polynomial multiplication
polynominal
- 多项式相乘作业,用两个循环链表实现。是数据结构这门课的平时作业-Polynomial multiplication operations, with two linked lists to achieve the cycle. Data structure is the course of normal operations
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。 -First, the problem described in the design of a simple calcul
excise2
- 在数据结构中实现两个一元多项式的相加、相减和相乘-In the data structure of the polynomial realize one of the two together, subtract and multiply
dx
- 课程实验关于多项式相加和相减,相乘 数据结构-Add and subtract polynomials, multiply
MULTI
- 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
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.)