-
FIM最大频繁项集挖掘算法
FIM最大频繁项集挖掘算法
对出现的较快的频繁项集、频繁闭项集、最大频繁项集的挖掘算法
- 2022-08-18 11:01:30下载
- 积分:1
-
经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的...
经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的-classic algorithms, the typical recursive, HANOR procedures, vb version. . . . . Then there java version of the.
- 2022-04-01 18:25:56下载
- 积分:1
-
对散射函数值的角度计算Mie散射过程,日…
计算mie散射过程中的角度散射函数的值,对研究粒子散射有很大帮助-Mie scattering process of calculating the angle of scattering function value, the study of particle scattering are very helpful
- 2022-09-07 09:30:03下载
- 积分:1
-
n first primes in c
这个程序计算前n个素数。变量n由用户输入。
- 2022-07-02 17:38:25下载
- 积分:1
-
用汇编语言实现的PN码,长度为9。。只需要8个cycle就可以出32bit。。效率很高。。和大家一起共享:)...
用汇编语言实现的PN码,长度为9。。只需要8个cycle就可以出32bit。。效率很高。。和大家一起共享:)-using assembly language to achieve the PN code, the length of nine. . Only eight cycle will be 32 bit. . High efficiency. . And together we share :)
- 2022-02-21 19:44:59下载
- 积分:1
-
图像读取c语言程序
使用C语言对图形进行读取和处理,在过程中将bmp(位图)文件进行读取和存储的小小程序
- 2022-02-16 07:57:07下载
- 积分:1
-
单链表/顺序表删除节点
该包中,包含两个程序,一个是DeleteSqlist.txt,它是顺序表删除一个节点的程序;另一个是DeleteLinklist.txt,单链表删除一个节点的程序,该代码在VC++6.0已调试通过,并能成功运行。
- 2022-11-24 09:00:03下载
- 积分:1
-
Qt朴素贝叶斯算法代码
用Qt完成朴素贝叶斯算法,界面美观,可读性强,健壮性和时间复杂度较好,适合广大的初学者学习朴素贝叶斯算法,对算法教学也有很大的帮助,可用于嵌入式方面的研究。
- 2022-05-22 07:57:40下载
- 积分:1
-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分: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