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