搜索资源列表
jiangshangfei
- 该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
Arthur
- 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more - is the realization Apart from achieving up is very complex.
DS_DESIGN
- 这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program's function is used to achieve Chain of four polynomial operations.
多项式计算
- 这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行。-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside the vc run.
Manipulation_of_Polynomials
- 用链表实现的多项式四则运算,功能还可以完善,希望对大家有帮助!-With the linked list to achieve four fundamental operations of polynomial functions can also be perfect, you want to help!
Unary-polynomial
- 一元稀疏多项式计算器设计 能实现对一元稀疏多项式的创建,销毁,清空,复制,四则运算,打印输出等功能-Design of sparse polynomial calculator a dollar on a dollar to achieve the creation of sparse polynomial, destroy, clear, copy, arithmetic, printouts and other functions
line
- 线性表的应用 运用线性表来表示多项式 实现多项式的输入以及存储 实现多项式的加减乘除四则运算并且输出结果 -The application of the linear form
poly-cacu
- 本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。 对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。 解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。 -This question required to achieve a sim
yiyuan
- 多项式的四则运算,数据结构线性链表的经典例题。-Polynomial arithmetic, linear linked list data structure classic example.
多项式运算
- 多项式运算: 本程序可以实现多项式四则运算,文件夹里含源cpp文件和exe可执行文件。 经过作者多次质量检测,程序运行质量合格,满足基本的设计要求。 本程序仍存在许多可以改进和优化之处,望您加以个性化的美化!感谢您!(Polynomial operation: Can achieve polynomial four operations, folder containing source cpp file and exe executable file. Through the aut
20163311_李颖__16计科2班_数据结构与算法实验2
- 数据结构链表的8个实验,约瑟夫环,一元稀疏多项式计算器,将元素X插入到链表中的适当位置,删除链表中所有大于mink且小于maxk的元素,就地逆置,删除线性表A中同时出现在表B和表C中的结点,构造三个循环链表,长整数的四则运算(8 experiments, data structure of Joseph ring, one dollar sparse polynomial calculator, the X element into the appropriate location in the
多项式
- 多项式运算,可以进行大量的多项式运算,四则运算等(Polynomial arithmetic, can undertake a large number of polynomial arithmetic, arithmetic, etc)