搜索资源列表
Polynomial
- 用JAVA写的多项式加法,用链表实现-written with Java polynomial addition, the use of chain to achieve
Duo--xiang_shi
- Java是最优秀的高级编程语言之一,多项式的加法运算,体现了链表数据结构的优势.-Java is the best one of the high-level programming language, polynomial multiplications. Listless embodies the advantages of the data structure.
a-quadratic-polynomial-addition
- 使用链表实现一元二次多项式的加法,学校的一个课程设计,仅供参考-Use the list to achieve a quadratic polynomial addition
polynomial
- 程序作业源码 读入源文件包含多项式的长度 以及 系数和幅值,然后进行加法运算得到多项式的结果并显示。 p1 p2 为多项式源文件。 Polynomial为算法单元 Term为单个元素的构造类 Main为读入文件并进行运算的主函数 p1 p2 请放于root下 -Read the source file contains the polynomial coefficients and the length and amplitude, then the addition
Data-structure
- 数据结构课程设计之一元多项式加减乘一、需求分析 1、顺序结构、动态链表结构下的一元多项式的加法、减法、乘法的实现。可以分为几个模块:输入模块、输出模块(升幂降幂)、数据处理模块(多项式的加减乘)、主程序模块。 -Data structure curriculum design by a polynomial subtraction, demand analysis, sequential structure, dynamic list structure under one yuan p
corba-master
- 一个CORBA的小例子,实现多项式加法,客户端给服务器不断发多项式,服务器把他们相加后显示结果。(A small example of CORBA, the realization of a polynomial addition, the client sends a polynomial to the server constantly, the server adds them to the results.)