-
-
-
2296_Regression.zip
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression ... linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the ...
-
javatodpr.rar
Javadpr produces a Delphi project file from native methods declared in a Java class file. The project file compiles to a DLL which is used by Java to interact via the Java Native Interface (JNI.)
-
-
-
介绍C++编程语言.rar
本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。
C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言 ...
-
-
svlib_pc.zip
This class library contains more than 20 classes including feature extraction algorithms (MFCC, LPCC) and modeling techniques (HMM, GMM, DTW, VQ ) for automatic speech recognition and speaker verification
-
wavdest.zip
Writes an audio stream to a WAV file. It takes a single
audio stream as input, and its output pin must be connected
to the File Writer filter. This sample filter is based on the
CTransformFilter class.
-
RectTracker.rar
... 一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口.
还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的 ...
-