搜索资源列表
Selfapplet
- 运用单链表示,并对其进行运算(主要是多项式的赋值和相加)。 分析: 一元多项式在计算机内存储时,既可用顺序表存储,又可用链表存储。但当多项式的次数很高且系数相差很大时,则更适于用链表存储(通常设计两个数据域和一个指针域)。而当要求对多项式进行运算时 -That the use of single-chain, and its operations (mainly the assignment and the sum of polynomial). Analysis: A polynomi
add
- 一元多项式的表示和相加的C++程序实现。-Polynomial representation and the sum of the C program.
Polyn
- 基于线性表的典型应用----实现多项式的加、减、乘运算的实现(The typical application based on linear list is to realize the addition, subtraction and multiplication operation of polynomials.)