-
Apriori 算法的 c + + 实现
Alpha plus 算法在 c + + 中的实现。
包括输入和输出 txt文件。
- 2022-02-03 05:38:54下载
- 积分:1
-
SVM 支持向量机
这是SVM的例,喜欢SVM可以下载,对初学者很有用,特别一点是: 要下载libsvm工具箱,然后按照例做一遍,很快就会上手的,当然一定要对SVM有兴趣才行,没兴趣的同学,那就不要下载了,呵呵
- 2022-07-07 02:54:07下载
- 积分:1
-
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!...
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!-ANSYS model can be used to convert to FLAC. Considerable body of practical numerical calculation of geotechnical software partners!
- 2022-08-11 21:00:42下载
- 积分:1
-
排列组合的第归算法
排列组合的第归算法-permutations and combinations of naturalization Algorithm
- 2023-06-22 07:10:03下载
- 积分:1
-
with Primbetov heap sorting algorithm using the shortest path to achieve the sea...
用普里姆算法借助堆排序实现最短路径的查找,用C语言实现-with Primbetov heap sorting algorithm using the shortest path to achieve the search, using C language
- 2022-11-01 15:05:03下载
- 积分:1
-
这个代码执行算术运算。这只是一个计算器。非常…
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
- 2022-03-01 14:40:36下载
- 积分:1
-
使用分布傅立叶法计算非线性薛定谔方程。可以得到光纤非线性传输特性。...
使用分布傅立叶法计算非线性薛定谔方程。可以得到光纤非线性传输特性。-Fourier method using the distribution of nonlinear Schr枚dinger equation. Can be non-linear optical transmission characteristics.
- 2023-07-18 05:25:02下载
- 积分:1
-
一次课程设计,里面有7个内容
一次课程设计,里面有7个内容-a curriculum design, there are seven content
- 2022-12-04 15:55:03下载
- 积分:1
-
K均值聚类算法源代码
K均值聚类算法源代码-K-means clustering algorithm source code
- 2022-05-05 12:42:14下载
- 积分:1
-
求10000内的完全数
给出10000以内的完全数
一个数的所有真因数加起来正好等于这个自然数本身,在数学上,具有这种性质的自然数叫做完全数。
关键是求出该自然数k的所有因子。如果k%i为0,则i为k的因子,用循环语句求出k 的所有真因子(1
- 2022-03-21 23:29:59下载
- 积分:1