-
最优化问题:变尺度算法求最多元非线性函数的最值问题
最优化问题:变尺度算法求最多元非线性函数的最值问题-optimization problem : Changing the scaling algorithm for the nonlinear function of the value problems
- 2023-01-11 00:15:03下载
- 积分:1
-
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的...
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的-calculater
- 2022-05-19 11:03:01下载
- 积分:1
-
前缀跨度
PrefiSpan---执行的前缀预测的序列模式挖掘
作者: 福田康夫塔北 < tabei@cb.k.u-tokyo.ac.jp >
计算生物学学系
前沿科学研究生学院
东京大学
许可证: GPL2 (Gnu 通用公共许可版本 2)
参考资料:
PrefixSpan: 挖掘序列模式有效地由前缀预测模式的增长
健裴、 珈伟韩、 扎 Mortazavi asl、 海伦 · 平托、 启明陈、 Umeshwar 达亚尔和梅春许
IEEE 计算机协会,2001 年,页 215
要求:
C + + 编译器使用 STL (标准模板库)。
安装:
%使
用法:
./ lcm [选项] 数据
选项:
-min_sup NUM: 设置最低支持 (默认值: 1)
-max_pat NUM: 设置最大模式长度 (默认: 无穷大)
输入数据的格式:
3 1 3 4 5
2 3 1
3 4 4 3
1 3 4 5
2 4 1
6 5 3
每一行对应于每个都有一个序列的交易记录由空格分隔的项目。
结果的格式:
项目集
(ids) 频率
项目集
(ids) 频率
项目集
(ids) 频率
...
下面是一个示例:
1
(0 1 3 4): 4
1 3
(0 3): 2
1 3 4
(0 3): 2
1 3 4 5
(0 3): 2
1 3 5
- 2022-02-22 05:28:49下载
- 积分:1
-
HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H...
HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H-HMM of c realization of HMM is useful for understanding, especially in the dynamic gesture recognition, hand movements are based on modeling the basic H
- 2022-05-31 19:42:58下载
- 积分:1
-
AIRtools_matlab
资源描述% UTV Tools.
% Version 1.0 11-June-11
%
% Iterative ART Methods.
% kaczmarz - Kaczmarz"s method (often referred to as ART).
% randkaczmarz - Randomized Kaczmarz method.
% symkaczmarz - Symmetric Kaczmarz method.
%
% Iterative SIRT Methods.
% cav - Component Averaging (CAV) method.
% cimmino - Cimmino"s projection method.
% drop - Diagonally Relaxed Orthogonal Projections (DROP) method.
% landweber - The classical Landweber method.
% sart - Simultaneous Algebraic Reconstruction Technique (SART) method.
%
% Training Routines.
% trainDPME - Training method for the
- 2023-06-20 04:35:03下载
- 积分:1
-
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked obtained a law made by cutting the use of the rectangular plate height h minimum. Using recursive and partition Solving this problem
- 2022-10-31 04:20:03下载
- 积分:1
-
非常好的聚类工具包,用Matlab开发,适合于科研用途等
非常好的聚类工具包,用Matlab开发,适合于科研用途等
- 2022-02-15 05:58:17下载
- 积分:1
-
VC和Matlab的扩展编程
VC和Matlab的扩展编程-Extand program by VC and Matlab
- 2022-07-10 06:45:11下载
- 积分:1
-
ras&md5
rsa&md5 公钥和私钥就是从两个文件PublicKey.xml、PrivateKey.xml中读取出来,相当于是现实中的指定公钥和私钥;再验证时我为了方便直接验证的A计算出的HASH码,现实中应该是由B重新计算出文件M的HASH码-ras&md5
- 2023-02-13 10:50:03下载
- 积分:1
-
农夫过河问题源代码2
农夫过河问题源代码2-farmer across the river source code two issues
- 2022-03-20 18:48:10下载
- 积分:1