搜索资源列表
80450_2005-06-06_179
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "Data Structures and Algorithms
一元多项式的表示及加法
- 这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
main
- 一元多项式乘法 包含密运算 新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
Prim
- 这是一个一元多项式运算的数据结构的课程设计,适合大多人的使用-This is a one dollar computing polynomial data structure design, suitable for most people the use of
polynomial-operation
- 数据结构课程设计中的一元多项式运实现,有菜单,可以对运算进行选择。-Data Structure Course Design in the realization of a polynomial transport, there is the menu, you can choose computing.
duoxiangshi
- 这是我们班做的数据结构的课程设计《一元多项式的表示及运算》-This is our class to do the data structures curriculum design " one polynomial expressions and operations,"
yiyuanduoxiangshi
- 数据结构 一元多项式的加、减、乘简单运算-Data structure of Multinomial add, subtract, multiply simple operation
shujujiegou
- 数据结构里的哈夫曼编译码、内部排序算法、算术表达式求值运算实、一元稀疏多项式的计算、最短路径-shujujiegou
yiyuanduoxiangshi
- 数据结构的一元多项式的加减乘除法的运算,仅供学习。-Data structure of a polynomial addition and subtraction multiplication and division operations, for learning.
Exp_1
- 一元稀疏多项式的表示及加法运算 (1) 多项式以指数递增的顺序输入。 (2) 设计的数据结构应有利于表示任意一元稀释多项式。 (3)输出原始多项式及运算结果。 -One yuan sparse polynomial representation and addition operations
polynomial
- 一元多项式的运算,链表实现,数据结构基本内容。-A polynomial operations, linked list implementation, the basic content of the data structure
yiyuan
- 一元多项式的运算,加、减、乘的基本操作。中国科大数据结构实验1-One yuan polynomial arithmetic, add, subtract, multiply the basic operation
poloy
- 用线性表实现一元多项式的多种运算,对初学数据结构的人佷有帮助。-Use linear table for one yuan polynomial of a variety of operations, for beginners of data structure is very helpful.
duoxiangshi--xiangjiacheng
- 数据结构一元多项式的相加、乘,实现多重*的运算-Data structure is one yuan polynomial addition, multiplication, realize multiple* operation
polynomail2
- 数据结构:一元多项式的表示,实现一元多项式加法、减法、乘法、除法等运算-Data structure: representation and computation of a meta polynomial
lxb
- 采用数据结构中的单链表来实现一元多项式的加减乘除运算-Use a single linked list data structure to achieve one yuan polynomial arithmetic operatio
Polynomial
- 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of data structure in the order of
多项式
- 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
一元多项式
- 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)