05 2022 档案

摘要:#include<cstdio> #include<algorithm> using namespace std; int n,k=1,maxi; double mins;//最小支持度 int d[15][15];//交易数据集 struct item//项集类型 { int cnt;//元素的个 阅读全文
posted @ 2022-05-27 20:14 Excim 阅读(59) 评论(0) 推荐(0)
摘要:#include<cstdio> struct node { int id; double tall,dif;//身高和相异度 int type;//类型 假定矮个为0,中等为1,高个为2 }a[105],e[105]; int cnt[10],maxcnt,typ=-1; int n,k; dou 阅读全文
posted @ 2022-05-06 08:54 Excim 阅读(51) 评论(0) 推荐(0)