compdate.h
来自「数据挖掘经典的hierarchial clustering algorithm」· C头文件 代码 · 共 43 行
H
43 行
========================================================================
DEVise Data Visualization Software
(c) Copyright 1992-1996
By the DEVise Development Group
Madison, Wisconsin
All Rights Reserved.
========================================================================
Under no circumstances is this software to be copied, distributed,
or altered in any way without prior permission from the DEVise
Development Group.
*/
/*
Header for CompDate (compile date) class.
*/
/*
$Id: CompDate.h,v 1.1 1996/07/09 15:59:31 wenger Exp $
$Log: CompDate.h,v $
Revision 1.1 1996/07/09 15:59:31 wenger
Added master version number and compile date to C++ code (also displayed
in the user interface); added -usage and -version command line arguments;
updated usage message.
*/
#ifndef _CompDate_h_
#define _CompDate_h_
class CompDate
{
public:
static char *Get();
};
#endif /* _CompDate_h_ */
/*============================================================================*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?