-
1.8GHz-CMOS
1.8GHz CMOS高效率E类功率放大器(1.8GHz CMOS high efficiency class E power amplifier)
- 2013-10-19 10:22:16下载
- 积分:1
-
Serial-port-control-PTZ-camera
串口控制云台摄像头的程序,已经测试过了,可以参考(Serial control PTZ camera program has been tested, you can refer)
- 2014-11-26 17:47:47下载
- 积分:1
-
4qam
4QAM(QPSK)的调制解调以及计算误码率,最后将结果输出至表格。适合新手参考(The modulation and demodulation of 4QAM (QPSK) and the calculation of bit error rate, and finally output the result to the form. Suitable for novice)
- 2018-06-23 17:04:29下载
- 积分:1
-
shortest
Map of the shortest path algorithm for dynamic programming
- 2008-12-30 17:17:02下载
- 积分:1
-
Thinking-in-CPP--2nd-V2
c++编程思想!对于学习c++是一个很好的帮助!好的程序员必须要看的一本书!(think in c++!very useful to those who want to learn c++ very well!)
- 2011-08-15 20:57:32下载
- 积分:1
-
Dialog-box
界面编程的对话框初级编辑教程,适合新手学习(Programming interface dialog primary tutorial, suitable for novice learning)
- 2012-04-02 12:01:50下载
- 积分:1
-
AdoDataGrid
利用ADO操作数据库,与DATAgrid进行绑定的例子(Operation of the database using ADO with examples DATAgrid bind)
- 2009-04-10 21:20:10下载
- 积分:1
-
bwzgear
ug平台上基于MFC的变位直齿轮参数化设计的开发,连接Access数据库。(ug platform development based MFC displacement spur gear parametric design to connect Access database.)
- 2020-09-12 09:27:58下载
- 积分:1
-
ExecuteProcessCommandLine
source for executing any external command line program from VC++
- 2009-09-28 03:39:43下载
- 积分:1
-
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