yyzincompleteis2.h

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

H
40
字号
 // YyzIncompleteIS2.h: interface for the CYyzImcompleteIS2 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_YYZIMCOMPLETEIS2_H__89F92361_0C2F_11D5_BFEA_0040054EF889__INCLUDED_)
#define AFX_YYZIMCOMPLETEIS2_H__89F92361_0C2F_11D5_BFEA_0040054EF889__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "setclass.h"

class CYyzIncompleteIS2  
{//限制容差关系
public:
	CYyzIncompleteIS2();
	virtual ~CYyzIncompleteIS2();
	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_YYZIMCOMPLETEIS2_H__89F92361_0C2F_11D5_BFEA_0040054EF889__INCLUDED_)

⌨️ 快捷键说明

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