?? stats.h
字號:
/* -*-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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -