util.h,v

来自「charm是基于垂直数据集挖掘关联规则的一个著名算法」· H,V 代码 · 共 45 行

H,V
45
字号
head	1.1;access;symbols;locks	zaki:1.1; strict;comment	@ * @;1.1date	2001.06.12.16.41.58;	author zaki;	state Exp;branches;next	;desc@Charm with Hashing.@1.1log@Initial revision@text@#ifndef _UTIL_H#define _UTIL_H//#ifdef __GNUC__//#pragma interface//#endif#include "assoc.h"template <class Items>class Util{public:   static boolean Bsearch(int min, int max, Items *itary, Items it,                          CMPFUNC cfunc, int& ret);   static int Realloc (int newlen, int elsz, Items*&ary);};int Choose(int n, int k);#endif //_UTIL_H@

⌨️ 快捷键说明

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