登录
首页 » 算法 » 堆 Min_Max

堆 Min_Max

于 2022-11-21 发布 文件大小:222.01 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

代码显示的插入和删除的最小最大堆。 在塞阿拉 Estatudal 大学在计算机科学,数据结构的椅子被开发代码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab编写的FDTD模拟分析周期结构的透射场
    本源程序是使用matlab编写的FDTD(时域有限差分法)来模拟周期结构的透射场分布。其中包括二维和三维的源程序,还有详细的迭代公式推导,非常具有参考价值。
    2022-02-03 07:29:29下载
    积分:1
  • 维特比的通俗理解
    资源描述维特比算法的通俗理解就是动态规划的最短路径,在这里不再赘述,如果真的想仔细研究的话请参见《数学之美》
    2023-02-04 23:20:03下载
    积分:1
  • 高速缓存
    高速缓存算法- High speed buffer algorithm
    2022-01-21 02:48:28下载
    积分:1
  • 希尔排序的C实现
    输入原始数据,选择增量序列,通过希尔排序算法,得到升序排列的新数据,算法逻辑细致,实现简单,能有效地处理数据排序问题。
    2022-01-26 06:35:37下载
    积分:1
  • 基本矩阵运 : +
    基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *-basic matrix calculation :-*, power, transpose, trace, determinant, minor, matrix of minor, cofactor, the matrix of cofactor, adjoint, inverse, Gauss, gaussjordan, linear transformation, LU decomposition, Gram-Schmidt process, the similarity. B ) Basic vectors functions : norm, distance, innerproduct, coldim, rowdim, rank, nullity.*
    2022-07-09 08:21:12下载
    积分:1
  • k-means的java实现
    应用背景Implement k-means clustering on a training data set  to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data   mining strategy known as k-means clustering.   The 6 variables in the training data are used to plot the data and   centroids are placed to locate clumps of the 255, classified training   data. Once located, a classification value can be assigned to the 100,   test data. 
    2022-02-20 08:20:20下载
    积分:1
  • 数据挖掘统计方与实践,主要讲述统计学在数据挖掘中的应用。...
    数据挖掘统计方法与实践,主要讲述统计学在数据挖掘中的应用。-Data Mining and practice of statistical methods, mainly on the statistics in data mining applications.
    2023-07-26 23:50:05下载
    积分:1
  • HRV频率分析
    计算使用FFT,AR,和Lomb-Scargle频率域HRV
    2023-04-13 05:35:03下载
    积分:1
  • eight Queen's achievement
    八皇后c++实现-eight Queen"s achievement
    2022-04-16 20:57:15下载
    积分:1
  • DBSCAN
    % Function: [class,type]=dbscan(x,k,Eps) % ------------------------------------------------------------------------- % Aim: % Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN) % ------------------------------------------------------------------------- % Input: % x - data set (m,n); m-objects, n-variables % k - number of objects in a neighborhood of an object % (minimal number of objects considered as a cluster) % Eps - neighborhood radius, if not known avoid this parameter or put [] % ------------------------------------------------------------------------- % Output: % class - vector specifying assignment of the i-th object to certain % cluster (m,1) % type - vector specifying type of the i-th object % (core: 1, border: 0, outlier: -1)
    2022-04-08 08:12:27下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载