-
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
-
VBNETresource
用VBNET写的一个简单的计件工资软件,附有数据库access,密码power在程序源码中有(With VBNET write a simple piece rate software, with database access, password power source in the program have)
- 2021-01-18 11:08:43下载
- 积分:1
-
Wince2410_BuzzerDrv
2410的WINCE蜂鸣驱动程序代码,提供给大家参考学习使用 (2410 WINCE beep driver code provided for your reference learning to use)
- 2009-09-07 16:59:53下载
- 积分:1
-
houghinit
基于标准Hough变换的航迹起始,对采集的十帧数据进行分析,得到五条起始航迹(Standards-based Hough transform track initiation, the 10 data collected for analysis, the five initial track)
- 2021-04-14 20:28:55下载
- 积分:1
-
unified-ioytieam
在程序中得到dos窗口的显示输出,如在程序中执行dos命令,结果要返回到程序中,()
- 2018-04-01 13:35:56下载
- 积分:1
-
HASPHL2010
usb tool for get a code of usb and serial dongles . it′s necessary run the original program to get it
- 2013-05-24 23:00:24下载
- 积分:1
-
us_apgxy
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y.
The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)]
The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)]
where
x^2 + y^2 = r^2
R = semi-diameter
The tranmitted intensity is maximum in the center.
T is set to 0 if semi-diameter < 1e-10 to avoid division by zero. (ZEMAX source: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce xy Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP [- (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] The transmission is of the form EXP [-2 (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] where x ^ 2+ y ^ 2 = r ^ 2 R = semi-diameter The tranmitted intensity is maximum in the center.T is set to 0 if semi-diameter <1e-10 to avoid division by zero.)
- 2006-11-10 17:25:16下载
- 积分:1
-
SSHClient
Windows系统下,SSH加密机制,用户身份认证代码,主要用于检测用户弱口令。(Windows OS,SSH encrypt,check the user s password on line.)
- 2013-11-12 17:01:31下载
- 积分:1
-
chap1
Visual Basic 学习的例子 Visual Basic 学习的例子(Examples of learning Visual Basic)
- 2014-01-04 16:21:20下载
- 积分:1
-
work-with-html-layout
template for web page
- 2016-10-20 00:57:03下载
- 积分:1