www.pudn.com > SVM20.rar > Compute_Param.cpp


// Compute_Param.cpp: implementation of the CCompute_Param class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
//#include "svm.h" 
#include "Compute_Param.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CCompute_Param::CCompute_Param() 
{ 
 
} 
 
CCompute_Param::~CCompute_Param() 
{ 
 
}