-
MS-PS算法实现
MS-PS是data mining 的实用算法之一。其有多个minimum support, 对数据进行更有利的提取。得到想要的association rule 和sequential pattern.
- 2022-11-26 22:30:04下载
- 积分:1
-
Enigma密码算法实现的清晰的语言原则…
密码学中 enigma算法的 c语言实现
原理清晰-Enigma cryptography algorithm implementation of the principles of clear language c
- 2022-08-03 13:35:20下载
- 积分:1
-
there are 100 c program in the document.
there are 100 c program in the document. -there are 100 c program in the document.
- 2022-01-25 16:54:01下载
- 积分:1
-
TI DSP DM642图像处理程序,
TI DSP DM642图像处理程序,---直方图均衡-TI DSP DM642 image processing procedures,--- histogram equalization
- 2022-12-17 16:25:03下载
- 积分:1
-
Bayesian forecasting of operations research is on the machine is important exper...
运筹学的贝叶斯预测,是上机进行运筹学实验的重要实验。-Bayesian forecasting of operations research is on the machine is important experimental operations research experiments.
- 2022-04-08 04:16:45下载
- 积分:1
-
C语言链表
应用背景初学数据结构基础,链表创建,插入,查找,删除关键技术C语言链表测试程序,包括创建,插入,查找,删除,输出等,各部份分文件存放,包含测试demo,有简单的字符界面,有提示帮助信息
- 2022-02-26 16:00:14下载
- 积分:1
-
数据结构dfs使用例子:找出输入阵列中的十字个数
资源描述本代码是数据结构dfs算法的一个例子,用C++编程,程序员输入由o和#组成的阵列,算法实现找出阵列中以#为单位的整体形成多少个十字型,相邻的#组成一个整体(上下左右为相邻,斜对角不算)。
- 2022-02-03 22:43:21下载
- 积分:1
-
LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。...
LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。-LDL decomposition source. Import data from the document, compiled the results after the operation output in the output document.
- 2022-07-18 02:37:59下载
- 积分:1
-
Meshless method: RKPM, calculating plate bending
无网格法:RKPM,计算平板弯曲-Meshless method: RKPM, calculating plate bending
- 2023-01-07 00:10:04下载
- 积分:1
-
DBSCAN算法java实现
DBSCAN算法的Java实现 DBSCAN是一种基于密度的聚类算法,它的基本原理就是给定两个参数,ξ和minp,其中 ξ可以理解为半径,算法将在这个半径内查找样本,minp是一个以ξ为半径查找到的样本个数n的限制条件,只要n>=minp,查找到的样本点就是核心样本点
- 2023-01-24 09:05:04下载
- 积分:1