-
实现Apriori算法基本功能,获取测试数据集的关联规则
实现Apriori算法基本功能,获取测试数据集的关联规则-Realize the basic functions of Apriori algorithm,Access to test data sets of association rules
- 2022-02-09 13:08:37下载
- 积分:1
-
小生境遗传算法(NGA)的MATLAB工具箱及四个应用实例
小生境遗传算法(NGA)的MATLAB工具箱及四个应用实例,这个代码可以和支持向量机融合,根据自己的需要,来编写程序,这是最新的研究算法
提供给对支持向量机感兴趣的人
- 2022-08-15 03:08:51下载
- 积分:1
-
此算法是牛顿欧拉法(在VC环境下)
此算法是牛顿欧拉法(在VC环境下)-this method is newton-euler method
- 2022-04-30 09:53:49下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
用c++编的N个实例子, 有参考价值
用c++编的N个实例子, 有参考价值-With c++ Allocation of N examples son, a reference value
- 2023-01-01 23:50:03下载
- 积分:1
-
school students encountered trouble is not the means to study the polymorphism u...
学C++的同学是不是遇到麻烦了,就是学不懂多态性的呀,我这么有好多实例,那样你就不用担心了-school students encountered trouble is not the means to study the polymorphism understand it, I have so many examples, as you do not have to worry
- 2022-05-12 20:25:35下载
- 积分:1
-
UserCF 协同过滤
基于用户的协调过滤推荐算法iserCF 的visual c++ 的实现代码,MovieLens数据集。
- 2023-01-28 22:20:04下载
- 积分:1
-
打破数字
此代码可用于打破数字。它的一个例子: 让说,用户输入"561365"作为输入,现在程序将放置在数组中的每个位数的这一数字。所以以后你可以做任何需要使用此 number 位数的操纵。
- 2022-08-21 13:16:20下载
- 积分:1
-
拼写校正
应用背景使用最小编辑距离算法检查拼写校正 ;关键技术C源代码检查拼写校正的最小编辑距离和显示正确的单词在字典。
- 2022-12-10 13:25:03下载
- 积分:1
-
修道士和野人问题
经典的修道士和野人过河问题,
1、可以选择修道士和野人的人数,
2、可以输出过河的详细方案,
3、代码清晰含注释,
- 2022-05-16 12:35:42下载
- 积分:1