⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compdate.c

📁 Solaris环境下的数据挖掘算法:birch聚类算法。该算法适用于对大量数据的挖掘。
💻 C
字号:
/*  ========================================================================  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.*//*  Implementation of CompDate (compile date) class. *//*  $Id: CompDate.c,v 1.1 1996/07/09 15:59:29 wenger Exp $  $Log: CompDate.c,v $  Revision 1.1  1996/07/09 15:59:29  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. */#define _CompDate_c_#include "CompDate.h"/* * Static global variables. */#if !defined(lint) && defined(RCSID)static char		rcsid[] = "$RCSfile: CompDate.c,v $ $Revision: 1.1 $ $State: Exp $";#endifstatic char *	srcFile = __FILE__;/*------------------------------------------------------------------------------ * function: CompDate::Get * Return the compile date. */char *CompDate::Get(){    return __DATE__;}/*============================================================================*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -