⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yyzincompleteis3.h

📁 某个实验事编写粗糙集智能信息处理的程序
💻 H
字号:
 // 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -