-
遗传算法的代码
附加的文件是由 Java 语言实现的遗传代码。这是个不错的做法,为遗传算法。请参阅原始网页链接的进一步信息或疑问。
- 2022-02-11 21:45:12下载
- 积分: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
-
在MATLAB环境中,用于实现线性方程组的快速运算,加快计算效率...
在MATLAB环境中,用于实现线性方程组的快速运算,加快计算效率-Gauss method
- 2022-07-21 19:32:31下载
- 积分:1
-
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算...
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算-Fast Fourier Transform of C realized, the introduction of a new reverse algorithm, program code, only more than 100 lines, it is necessary to achieve the 1000 sampling points calculation
- 2022-03-23 21:12:52下载
- 积分:1
-
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题...
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equation. In solving this problem, the first to organize the structure of the procedure will change coefficient of quadratic terms added to the list of factors, and make it more conducive to the complexity of some of the problem solving. To this end, we use a class to manage to solve this problem, first write a statement of this type for the header files EllipticEquation.h
- 2022-10-04 20:40:03下载
- 积分:1
-
日益特特塔尔 而呕吐噶尔噶尔额儿童噶尔额艾提尕尔他阿尔饿死噶尔...
日益特特塔尔 而呕吐噶尔噶尔额儿童噶尔额艾提尕尔他阿尔饿死噶尔-Tetetaer while increasing the amount of children vomiting Gar Gar Gar amount of Id Kah starved to death, he al-Gar
- 2023-05-06 10:55:03下载
- 积分:1
-
基于GPU进行快速科学计算,速度远比CPU快得多。这是在GPU上实现FFT运算的程序代码...
基于GPU进行快速科学计算,速度远比CPU快得多。这是在GPU上实现FFT运算的程序代码-GPU-based fast scientific computing, speed is much faster than the CPU. This is achieved in the GPU computing FFT code
- 2023-04-28 22:25:04下载
- 积分:1
-
Fourier Transforms WAPAPI FFT function, display waveforms and sound very good
FFT傅立叶转换
WAPAPI 函数, 显示波形和声音, 非常不错的-Fourier Transforms WAPAPI FFT function, display waveforms and sound very good
- 2022-03-10 04:14:01下载
- 积分:1
-
贝叶斯分类器
基于朴素贝叶斯算法的文本分类器,使用java语言编写。可以使用搜狗的文本库作为样本数据库。整个代码的结构层次感很强,结构清晰,对于学习贝叶斯分类器的学习者有较大的帮助,尤其可在短时间内快速的上手,并获得仿真结果。。
- 2022-06-01 20:31:50下载
- 积分:1
-
线性表操作
基于数据结构的操作,包括线性表结构建立,线性表元素的增删和线性表置空清空等操作,本代码的操作语言为C
- 2022-03-18 15:53:25下载
- 积分:1