-
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
-
蓝牙文件传输,是可以直接运行的一个小程序
蓝牙文件传输,是可以直接运行的一个小程序-Bluetooth file transfer, it can directly run a small program
- 2022-07-08 12:14:34下载
- 积分:1
-
一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repe...
一个PHP Class ,能获得你的IP位置 /******* sample ***** $ipdata=new get_by_ip echo str_repeat("-=", 10)."" echo $ipdata->msg echo str_repeat("-=", 10)."" echo $ipdata->ip."" echo $ipdata->host."" echo $ipdata->netname."" echo $ipdata->country."" echo $ipdata->person."" echo $ipdata->address."" echo $ipdata->phone."" echo $ipdata->email."" ******* sample *****/-a PHP Class will have access to your IP position /******* sample***** $ ipdata = new get_by_ip echo str_repeat ("-=", 10). "Lt; Brgt; lt; brgt; "echo $ ipdata- gt; msg echo str_repeat ("-=", 10). "lt; brgt; lt; brgt; "echo $ ipdata- gt; ip. "lt; brgt; "echo $ ipdata- gt; host. "lt; brgt; "echo $ ipdata- gt; netname. "lt; brgt; "echo $ ipdata- gt; country. "lt; brgt; "echo $ ipdata- gt; person. " lt; brgt; "e
- 2022-12-14 07:00:03下载
- 积分:1
-
NameAndTypeUsageMarker
This ClassVisitor marks all NameAndType constant pool entries that are being used in the program classes it visits.
- 2013-12-06 12:07:57下载
- 积分:1
-
Socket 异步通信,用户可以用不同的方式 不必须等待一个操作结束,然后在做别的操作,可以并行操作Socket。...
Socket 异步通信,用户可以用不同的方式 不必须等待一个操作结束,然后在做别的操作,可以并行操作Socket。-Socket asynchronous communication, users can use a different method does not have to wait until the end of an operation, and then doing other operations, operating in parallel socket.
- 2022-05-17 00:03:27下载
- 积分:1
-
ff
说明: 淘宝商品放大镜代码,基本代码 (Taobao commodity magnifier code, basic code)(Taobao commodity magnifier code, basic code)
- 2020-06-17 10:20:02下载
- 积分:1
-
Timers
定时器模块程序,再也不用自己配置寄存器在了(this is for timmer ,this programme block will be helpful to you)
- 2009-12-17 16:13:37下载
- 积分:1
-
net 有服务器端和客户端的能够运行的例子
有助于学习Socket编程 非常好!...
net 有服务器端和客户端的能够运行的例子
有助于学习Socket编程 非常好!-net have a server-side and client be able to run the examples help to learn Socket programming is very good!
- 2023-01-07 03:20:03下载
- 积分:1
-
c_key
C语言关键字大全,比较全的C语言关键字介绍(The C languages Keyword Daquan)
- 2012-10-08 16:52:49下载
- 积分:1
-
SENSORLESS_VECTOR_CONTROL_OF_BLDC_USING
This Paper mainly deals with the implementation of vector control technique using the brushless DC motor
(BLDC). Generally tachogenerators, resolvers or incremental encoders are used to detect the speed. These
sensors require careful mounting and alignment, and special attention is required with electrical noises. A
speed sensor need additional space for mounting and maintenance and hence increases the cost and size of
the drive system. These problems are eliminated by speed sensor less vector control by using Extended
Kalman Filter and Back EMF method for position sensing. By using the EKF method and Back EMF
method, the sensor less vector control of BLDC is implemented and its simulation using
MATLAB/SIMULINK and hardware kit is implemented.
- 2016-01-25 00:20:24下载
- 积分:1