stats.h

来自「ROSETTA C++库是一个C++类库和例程集合」· C头文件 代码 · 共 35 行

H
35
字号
/* -*-C-*-
********************************************************************************
*
* File:         Stats.h
* RCS:          $Header: /cvsroot/rosetta/rosetta/src/kernel/sav/library/ea/Stats.h,v 1.1.1.1 2000/11/01 21:34:08 aleksander Exp $
* Description:
* Author:       Staal Vinterbo
* Created:      Tue Aug 18 14:17:13 1998
* Modified:     Tue Aug 18 14:19:44 1998 (Staal Vinterbo) staalv@or.idi.ntnu.no
* Language:     C
* Package:      N/A
* Status:       Experimental (Do Not Distribute)
*
* (c) Copyright 1998, Staal Vinterbo, all rights reserved.
*
********************************************************************************
*/

#ifndef INCLUDED_STATS_H
#define INCLUDED_STATS_H

#include "../copyright.h" // Added 000323 by Aleksander 豩rn.

#include "AbstractOperation.h"
#include "Population.h"

class Stats : public AbstractOperation
{
 public:
  Population & apply(Population &p, int generation = 0);
};


#endif

⌨️ 快捷键说明

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