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

📄 hits.cpp

📁 粗糙集应用软件
💻 CPP
字号:
// Hits.cpp: implementation of the Hits class.
//
//////////////////////////////////////////////////////////////////////

#include <stdafx.h> // Added 980901 by Aleksander 踙rn.
#include "../copyright.h" // Added 000323 by Aleksander 豩rn.

#include "Hits.h"
#include "HitsMessage.h"
#include <kernel/system/assert.h>
#include "HitsKeeper.h"

void simplify(const Vector(Bits) &in, 
              Vector(Bits) &out, 
              const Vector(HittingSetInfo) &w_in, 
              Vector(HittingSetInfo) &w_out);
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////



Hits::Hits(const Vector(const Bits*) &bits, Parameters &parameters)
  : sets(bits), 
    params(parameters) 
{

  stat_initialized = 0; // Added 990317 by A

⌨️ 快捷键说明

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