复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...
Mass+Storage+Class技术资料下载专区,收录440份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...
The GP kernel is a C++ class library that can be used to apply genetic programming techniques to all kinds of problems....
This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class ...
本文采用正向设计的方法,设计了一种应用于便携式产品中的PWM调制无滤波ClassD音频功率放大器系统。根据便携式产品对音频功放的要求,设定了合理的系统性能指标和详细地论证了系统结构的选择。性能方面分析了效率和THD的影响因素和改进方法。结构...
This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and improve it to perfect...
Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX component.
支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ON...