-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1
-
TMS320C6000
TIdsp课件,包括C语言初步,汇编语言初步,系统的初始化,C6000的中断系统等等(TIdsp courseware, including the C-initial, the initial assembly language, system initialization, C6000 interrupt systems, etc.)
- 2009-11-23 13:02:51下载
- 积分:1
-
vcPPbczn
VC++ 编程指南,入门教程,初学者必读(VC++ Programming Guide, Tutorial)
- 2011-07-13 14:32:41下载
- 积分:1
-
SinglePointPosition
卫星导航定位的标准单点定位算法,可实现界面化操作(Standard single point positioning satellite navigation and positioning algorithm can achieve the interface of operation)
- 2015-01-18 10:16:57下载
- 积分:1
-
GDIwin32
GDI win32实例,里面包含了一个GDI实现透明窗口的实例
- 2016-07-11 15:51:40下载
- 积分:1
-
beijiguaji
这是反恐行动永久性的挂机软件~只推荐在经典木乃伊上使用按下H 会出现声音就是了 如果要结束就按 END(this is mission against terror china afk software !! nice to use)
- 2014-02-23 13:41:04下载
- 积分:1
-
Compiler-C
compiler on c++
good luck
- 2014-01-23 00:45:17下载
- 积分:1
-
HASHGenersjy!!!!
哈希计算器,包含MD系列,SHA系列等多种计算,输入字符串或文件,生成哈希值,可复制并比对(Hash calculators, contains the MD series, SHA series such as a variety of computing, the input string or a file, to generate the hash value, can be copied and alignment)
- 2015-08-12 14:42:11下载
- 积分:1
-
terrainLod
说明: 一个关于地形LOD渲染得例子,给出了渲染得全部代码(a rendering of the terrain in LOD examples given in all rendering code)
- 2006-03-22 20:45:51下载
- 积分:1
-
Projects
一个使用PSPICE来完成的大作业,内含所有源文件(a big homework of pspice)
- 2012-07-04 12:05:26下载
- 积分:1