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

📄 dm_aprioricom_i.c

📁 用VC做的一个挖掘系统的关联规则算法。COM组件的源代码
💻 C
字号:
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Sep 26 14:17:19 2001
 */
/* Compiler settings for E:\天眼计划\source code\DMiner Server\关联规则\Apriori\DM_AprioriCOM\DM_AprioriCOM.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID IID_IDM_Apriori = {0x16BC3013,0x3706,0x4596,{0xB0,0xFA,0xE8,0x60,0xCC,0xB8,0x5D,0xCC}};


const IID LIBID_DM_APRIORICOMLib = {0x04BFA2C6,0xE177,0x43FA,{0xBB,0x9D,0x3B,0xBA,0xE7,0x0A,0x2A,0x7A}};


const CLSID CLSID_DM_Apriori = {0x4169605F,0xDA8F,0x45FD,{0x96,0x49,0xEA,0xDC,0xDD,0x1D,0x65,0x13}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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