-
动态规划的C++实现
采用C++实现了动态规划对动态规划感兴趣的同学可以下下来看一看
- 2023-07-30 19:10:04下载
- 积分:1
-
数据挖掘Apriori算法
资源描述从文件中读取每一行字符串存入向量中
统计一项备选集支持度
生成一项频繁集
生成二项频繁项备选集
生成高项频繁项备选集
统计备选集支持度
生成高项频繁集
生成所有项频繁集
输出一项频繁集到文件中
输出高项频繁集到文件中
- 2022-02-21 08:53:55下载
- 积分:1
-
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘...
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the procedures in place to achieve matrix vector multiplication
- 2022-06-28 02:49:20下载
- 积分:1
-
多元线性回归分析算法
多元线性回归分析算法-multiple linear regression analysis algorithm
- 2022-05-07 22:58:57下载
- 积分:1
-
通过对二价谱的编程分析,对信号处理里面采样率和采样长度对fft的影响做了一针见血地分析...
通过对二价谱的编程分析,对信号处理里面采样率和采样长度对fft的影响做了一针见血地分析-By bivalent programming spectrum analysis, signal processing inside the sample rate and sample length on the impact of fft analysis done sharply
- 2023-02-03 19:35:04下载
- 积分:1
-
dynamic programming algorithm to solve the problem VC Cohong
动态规划算法解决行商问题 VC-dynamic programming algorithm to solve the problem VC Cohong
- 2023-08-26 18:55:03下载
- 积分:1
-
数值积分法的实现
数值积分法的实现-numerical integration method for the realization
- 2022-07-06 17:05:45下载
- 积分:1
-
转人民币大写C++源代码.zip
转人民币大写C++源代码.zip-turn yuan capital C source code. Zip
- 2022-02-03 12:49:05下载
- 积分:1
-
pdnMesh is an automatic mesh generator and solver for Finite Element problems. I...
pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
- 2022-01-26 01:43:40下载
- 积分:1
-
超像素图像SLIC算法
SLIC算法是一种小范围的像素迭代形成超像素的算法,与K-means算法有相似之处,不过SLIC在找最近邻居时不需要搜索整个空间,从S*S中就可以得到很好的结果。在VS2008,MFC实现。
- 2022-02-10 07:21:03下载
- 积分:1