-
DataMining_Description
关联规则挖掘是近年来数据挖掘研究中一个非常活跃的领域,给出了关联规则及相关术语的定义,对关联规则挖掘中的频繁模式、频繁闭模式及并行/分布式挖掘作了阐述,着重介绍了近几年来发表的一些新算法,
并对未来的发展趋势进行了预测和展望。(关联规则挖掘研究综述.caj)
- 2009-03-16 21:35:01下载
- 积分:1
-
time
自己做的一个基于单片机的万年历的程序 用液晶显示(Own a calendar based on single-chip liquid crystal display using the procedures)
- 2009-01-05 14:23:29下载
- 积分:1
-
hpxxar561
Resource name HTTP and multi-threaded download
- 2018-11-26 14:44:27下载
- 积分:1
-
MATLAB_vc_hybrid
介绍了matlab与vc的混合编程,和常见问题解决方案(Introduces MATLAB and VC mixed programming, and common problems and Solutions)
- 2012-05-07 13:45:27下载
- 积分:1
-
单例模式-基本代码
说明: dahua hikvision test door access control
- 2020-06-24 07:20:02下载
- 积分:1
-
粒子群优化算法POS
粒子群优化算法
const int PNum = 20; //微粒个数
const int PDim = 2; //微粒维数
double Xup[] = {100, 100}; //自变量上界
double Xdown[] = {-100, -100}; //自变量下界
//主程序
void main()
{
MyPSO pso(PDim, PNum); //生成微粒群实例
pso.SetXup(Xup); //设置自变量上界
pso.SetXdown(Xdown); //设置自变量下界
pso.SetVmax(0.2); //设置最大速度
pso.SetCom(MyCom); //设置通讯函数
cout
- 2022-01-22 13:42:39下载
- 积分:1
-
vc6.0videocapture
vc6.0控制摄像头进行视频捕捉的小程序,不是本人制作的,还在研究中(vc6.0 controlled video camera to capture a small procedure, is not my production, still studying)
- 2007-10-18 13:25:07下载
- 积分:1
-
weixin_Protocol
web版微信协议分析。当前分析到登陆部分。举一反三,后续的拉取好友列表和发送消息等协议都好分析出来了。作者:孙强壮。(The web version of the micro-channel protocol analysis. Current analysis to the landing part. Giving top priority to, the subsequent pull friends list and send messages agreements out a good analysis.)
- 2012-09-11 23:46:01下载
- 积分:1
-
sdfreader
read protel SDF file to perform offline analyse
- 2011-01-17 13:00:01下载
- 积分:1
-
Simpwin
ce programme permet de calculer la transformer en ondelette sous matlab
- 2011-12-23 03:53:54下载
- 积分:1