yyzincompleteis3.h

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

H
41
字号
 // YyzIncompleteIS3.h: interface for the CYyzIncompleteIS3 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_YYZINCOMPLETEIS3_H__04E6F281_1AD8_11D5_A03A_5254AB1C47F6__INCLUDED_)
#define AFX_YYZINCOMPLETEIS3_H__04E6F281_1AD8_11D5_A03A_5254AB1C47F6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "setclass.h"
class CYyzIncompleteIS3  
{//相似关系
public:
	CYyzIncompleteIS3();
	virtual ~CYyzIncompleteIS3();
	void InitIS(char* filename);
	bool perform();
	void WriteFile(char *filename);
private:
	int i;
	char ***ISTable;//字符串记录原始信息表,用于记录“-”值

	float **pIS;// information system
	int *pDecis;// decision of information system
	int Rec_Num;// the number of record
    Set ConAttrSet,Rset,p;

	int ConAttrNum;//the number of conditon attribute
    int* pConAttr;
	int* pNum;//=new int[2];
 	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;

};

#endif // !defined(AFX_YYZINCOMPLETEIS3_H__04E6F281_1AD8_11D5_A03A_5254AB1C47F6__INCLUDED_)

⌨️ 快捷键说明

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