-
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
-
de410
最大功率跟踪算法(mppt),差分进化算法(de),适用于多峰条件(Photovoltaic array based on booster circuit (BOOST) maximum power tracking algorithm, differential evolution algorithm.IT is suitable for the multi-peak conditions)
- 2017-06-15 21:49:09下载
- 积分:1
-
TMPractise
演算NP问题的一个小程序,上完计算智能后的一个小作业,感觉做的还可以,传上来(NP calculus problem, a small procedure, after the End of Computational Intelligence in a small operation, I feel can do, Chuan-up)
- 2009-07-10 09:31:45下载
- 积分:1
-
mfc_diskio
類似FAT檔案系統之格式
可用於單片機(FAT FILE SYSTEM)
- 2012-04-23 15:42:43下载
- 积分:1
-
engine
Miniature Engine movement in OpenGL
- 2020-09-05 15:38:05下载
- 积分:1
-
最小生成树
说明: 最小生成树问题,介绍了Kruskal,Prim算法及其优化(Minimum spanning tree problem, Kruskal, Prim algorithm and its optimization are introduced.)
- 2020-06-16 06:20:01下载
- 积分:1
-
CAN--for-FPGA
FPGA控制SJA1000实现CAN协议 适合深入学子FPGA的学生 很不错(FPGA control the SJA1000 CAN protocol for in-depth realization of the students are very good students FPGA)
- 2011-04-19 18:51:12下载
- 积分:1
-
ControlSample1
AE+C#的常用功能集合代码(菜单栏-打开、保存;属性查询;鹰眼的开发)(A collection of commonly used functions AE+C# code (menu bar- open, save attribute query Hawkeye Development))
- 2013-11-20 07:18:41下载
- 积分:1
-
WINNER II模型源代码
The channel modeling work package WP1 provides a Matlab implementation of the WINNER Phase II
Model (referred as WIM this onward). The main purpose of the WIM channel models is to generate a radio
channel realisations for a link and system level simulations. The implementation is based on the earlier
implementations of WINNER II interim model [2], WINNER I (interim) model [4], 3GPP/3GPP2 Spatial
Channel Model (SCM) [5] and SCM(E) Extension models. For details concerning the WIM model, please
refer to [1]. This document describes the SW implementation structure of WIM, its input/output interface
and its functionality.
- 2022-07-18 16:34:58下载
- 积分:1
-
ofdm-16qam
16qam的OFDM调制与解调,对ofdm信号的产生过程详细介绍,包含星座图(16QAM OFDM modulation and demodulation, ofdm signal generation process is described in detail, contains the constellation of FIG.)
- 2013-05-01 14:06:53下载
- 积分:1