yyzincompleteis1.h

来自「某个实验事编写粗糙集智能信息处理的程序」· C头文件 代码 · 共 43 行

H
43
字号
 // YyzIncompleteIS1.h: interface for the CYyzIncompleteIS1 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_YYZINCOMPLETEIS1_H__3C9D3994_0707_11D5_BFEA_0040054EF889__INCLUDED_)
#define AFX_YYZINCOMPLETEIS1_H__3C9D3994_0707_11D5_BFEA_0040054EF889__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Setclass.h"
#include "globe1.h"
using namespace global1;
class CYyzIncompleteIS1  
{
public:
	CYyzIncompleteIS1();
	~CYyzIncompleteIS1();
	void InitIS(char* filename);
	bool perform();
	void WriteFile(char *filename);

private:
	int i;
	float **pIS;// information system
	int *pDecis;// decision of information system
	int Rec_Num;// the number of record
    Set ConAttrSet;
	Set Rset,p;
	int ConAttrNum;//the number of conditon attribute
    int* pConAttr;
	int* pNum;
	char **ConName;		//Name of each Condition Attribute
	char **ConType;		//Condition Attributes type
	int  Stage;		//the stage of the data
	char Style[20];		//the style of the data
	char* In_File;
    char ***ISTable;	
	
};

#endif // !defined(AFX_YYZINCOMPLETEIS1_H__3C9D3994_0707_11D5_BFEA_0040054EF889__INCLUDED_)

⌨️ 快捷键说明

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