-
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
-
ImageView
利用BAYER表抖动显示图象的C++环境下的代码(use bayer table to show images)
- 2012-04-16 14:25:17下载
- 积分:1
-
ProcessMonitor
1、实时监控各个exe所做的行为;2、实时监控exe的启动和退出;3、该代码为微软的SysinternalsSuite中的Process Monitor v1.0版本源码;4、工程项目已转化为vs2010(1, real-time monitoring of individual behavior made exe 2, real-time monitoring exe startup and exit 3, the code for Microsoft s SysinternalsSuite the Process Monitor v1.0 version of the source code 4, the project has been converted to vs2010)
- 2013-12-23 18:34:50下载
- 积分:1
-
04-Qt4-Database-Applications
Qt4数据库应用-东软培训资料,对初学者很有用。这是第四部分。(Qt4 database applications- Neusoft training materials, useful for beginners. This is the fourth part.)
- 2013-07-29 09:17:14下载
- 积分:1
-
DistillSQL
vc++开发常用模块之数据库,开发中与数据库相关的模块(VC++ SQL)
- 2014-02-28 22:01:42下载
- 积分:1
-
ExcelRead
读取EXCEL 数据 里面有个的Excel 日期形式需要格式的要求 不然会当字符串读出(failed to translate)
- 2010-07-05 09:42:27下载
- 积分:1
-
lcd12864
ccs关于测试温度的一些简单小程序,希望能对大家有所帮助。(ccs project)
- 2015-12-03 11:28:52下载
- 积分:1
-
mzc1
网络报告,可以快速修改使用,方便快捷!谢谢,使用!(Network report, you can quickly modify to use, quick and easy!)
- 2013-12-25 12:50:36下载
- 积分:1
-
1302
1302驱动文件,可以直接用来驱动1302时钟芯片,调试过,好使。(1302 driver files, can be directly used to drive the 1302 clock chip, debugging, and so.)
- 2013-11-01 09:14:13下载
- 积分:1
-
yizhu
该源码实现电子医嘱管理系统,可以查询、增加、修改、删除病人信息,科室信息,就诊记录信息等。(The source code for electronic prescription management system that can query, add, modify, delete patient information, department information, medical records and other information.)
- 2015-04-22 20:24:26下载
- 积分:1