-
kmeans聚类源代码
kmeans聚类算法,在数据挖掘当中的应用,可用于时间序列数据的聚类,并能够显示聚类中心曲线,和聚类所用时间。代码简单容易实现。
- 2022-08-07 09:48:14下载
- 积分:1
-
leetcode 3longest substring
应用背景leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。关键技术就是找到最长的子序列,就是找到最长的子序列就是找到最长的子序列就是找到最长的子序列就是找到最长的子序列
- 2023-01-19 03:10:04下载
- 积分:1
-
算法导论 -快速排序
利用C++编写的快速排序,重要思想是利用分治法对数组元素进行比较。其效率是几种排序中最好的。编程的时候关键是要注意索引。对于比较的数,可以选择第一个或者是最后一个元素。文件是与其它的排序算法写在一个工程下的,因此读者需要自己创建新的项目
- 2023-08-27 00:50:04下载
- 积分:1
-
这个程序可以实现最优的2
这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行。-this procedure can achieve optimal two-tree structure retrieval, mapping and retrieval, please Turbo running under 2.0.
- 2022-06-18 15:45:21下载
- 积分:1
-
目标分配问题
目标分配问题 应用遗传算法进行优化 使其对遗传算法的功能有一个较为全新的认识 适合初学者进行学习。
- 2023-08-02 20:15:03下载
- 积分:1
-
Selfdelete
selfdelete 几个程序在 c + +。向自动删除文件从硬盘上......
- 2022-06-18 19:15:17下载
- 积分:1
-
fft111算法实现通过对相应参数的人机界面对话输入绘制出相应的采样图及频谱图
fft111算法实现通过对相应参数的人机界面对话输入绘制出相应的采样图及频谱图-fft111 algorithm corresponding parameters of the man-machine interface dialogue draw the corresponding input sampling plan and the spectrum
- 2022-02-05 00:18:30下载
- 积分:1
-
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法...
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法-Published in Science this year, in 2007 a paper on the code, a new and effective clustering algorithm
- 2022-02-14 18:15:22下载
- 积分:1
-
64位数的计算,是科学计算类的
64位数的计算,是科学计算类的-64 median is calculated kind of scientific computing
- 2022-03-26 03:47:58下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1