搜索资源列表
一元多项式的表示及加法
- 这是一个用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.
ponominal
- 通过链表实现多项式得加法。。思想是3层循环建立一单向循环链表,实现循环相加-Through the list to achieve a polynomial adder. . 3 layer idea is to establish a one-way circle circle list, add up to realize the cycle
polynomialmultiplicationadditionsubtraction
- 数据结构中 实现 一元多项式的加法 减法 乘法 -Data structure to achieve a dollar' s addition subtraction multiplication of polynomials
project1
- C++写的两个一元多项式的计算,包括加法、减法-C++ to write two one-polynomial calculations, including addition, subtraction
Polynomial
- 多项式的运算,只是简单的加法和乘法。减法可以通过加法修改就可以了,但是除法就有点难度对于本人刚学的来说-Polynomial operations
Untitled1
- 在C++环境下实现一元多项式之间的加法运算-In C++ environment to achieve a polynomial addition operation between
polynominal
- 多项式 加法减法和乘法除法 的C++ 实现-realization of the addition and multiply of polinomial
duoxiangshi
- 能实现多项式的加法,简单的小程序,代码简单实用-Can realize polynomial addition
yydxsys
- 一元n次多项式运算,包括加法、加法和乘法的具体运算的实现。-Ary n polynomial operations, including the operations of addition, addition and multiplication.
polynomial
- 实现多项式的加法和乘法 用的是指针 请读者指出错误 较为繁琐-multiply and plus
Polynomial
- 多项式的加法、减法、乘法、加赋值、减赋值、乘赋值计算。-Create a class call it Polynomial. Each polynomial contains an array of terms. Each term contains a coefficient and an exponent. For example for term 5x^2. The coefficient is 5 and the exponent is 2. For constant 9, the co