?? rsesexhaustivereducer.h
字號:
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........: 960307
// Description...:
// Revisions.....:
//===================================================================
#ifndef __RSESEXHAUSTIVEREDUCER_H__
#define __RSESEXHAUSTIVEREDUCER_H__
#include <copyright.h>
#include <kernel/rses/algorithms/rsesstaticreducer.h>
//-------------------------------------------------------------------
// Class.........: RSESExhaustiveReducer
// Author........: Aleksander 豩rn
// Date..........: 960307
// Description...: Encapsulation class for RSES code performing
// calculation of all reducts.
// Revisions.....:
//===================================================================
class RSESExhaustiveReducer : public RSESStaticReducer {
protected:
//- Methods inherited from RSESStaticReducer.......................
virtual bool SetRSESParameters();
public:
//- Constructors/destructor........................................
RSESExhaustiveReducer();
virtual ~RSESExhaustiveReducer();
//- Methods inherited from Identifier..............................
DECLAREIDMETHODS()
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -