资源列表
[数据结构常用算法] Hierarchical
说明:数据挖掘中常用的经典算法——层次聚类算法!该程序是基于凝聚的!-Hierarchical Cluster<扛> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] DSGraphAndSearchingAlgorithm
说明:数据结构的图的面向对象封装,包括各种搜索算法的实现-The data structure of the object-oriented packages, including various search algorithms to achieve<MJ> 在 2025-06-24 上传 | 大小:37kb | 下载:0
[数据结构常用算法] QuickSort
说明:算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati<> 在 2025-06-24 上传 | 大小:706kb | 下载:0
[数据结构常用算法] DecisionTree
说明:数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve<> 在 2025-06-24 上传 | 大小:7kb | 下载:0
[数据结构常用算法] ansys-APDL-programme
说明:ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis<leo> 在 2025-06-24 上传 | 大小:440kb | 下载:0
[数据结构常用算法] CHMM
说明:解决了连续马尔科夫模型训练、观测向量概率计算、输出参数估计问题,需安装HMM工具包-CHMM model,trianing and estimation<YouChengxin> 在 2025-06-24 上传 | 大小:3kb | 下载:0
[数据结构常用算法] With-partition-method-of-quick-sort
说明:快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first number as a reference, the arra<zhongdecai> 在 2025-06-24 上传 | 大小:11kb | 下载:0
[数据结构常用算法] houzuishuzhu
说明:后缀数组的代码模板,讲解了俩种RMQ方法-Suffix array code templates, explained the two kinds of methods RMQ<wuleizhihen> 在 2025-06-24 上传 | 大小:18kb | 下载:0
[数据结构常用算法] 8-2
说明:在查找二叉树中增加三个功能:删除小于某一值的所有元素;删除大于某一值的所有元素;删除某一范围中的所有元素。-Increase in the binary tree to find three functions: remove all elements smaller than a certain value delete all elements is greater than a certain value delete a range of all the elements.<李雷> 在 2025-06-24 上传 | 大小:242kb | 下载:0