资源列表

« 1 2 ... .58 .59 .60 .61 .62 2363.64 .65 .66 .67 .68 ... 2656 »

[数据结构常用算法Hierarchical

说明:数据挖掘中常用的经典算法——层次聚类算法!该程序是基于凝聚的!-Hierarchical Cluster
<> 在 2025-01-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法DSGraphAndSearchingAlgorithm

说明:数据结构的图的面向对象封装,包括各种搜索算法的实现-The data structure of the object-oriented packages, including various search algorithms to achieve
<MJ> 在 2025-01-12 上传 | 大小:37kb | 下载:0

[数据结构常用算法LCS

说明:最长公共子序列的算法LCS:包括随机输入两个字符串,输出这两个字符串的最长公共子序列。-The longest common subsequence algorithm LCS: including random two input strings, the longest common subsequence outputs of the two string.
<yang wen > 在 2025-01-12 上传 | 大小:216kb | 下载:0

[数据结构常用算法QuickSort

说明:算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including pos
<> 在 2025-01-12 上传 | 大小:706kb | 下载:0

[数据结构常用算法DecisionTree

说明:数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve
<> 在 2025-01-12 上传 | 大小:7kb | 下载:0

[数据结构常用算法ansys-APDL-programme

说明:ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis
<leo> 在 2025-01-12 上传 | 大小:440kb | 下载:0

[数据结构常用算法CHMM

说明:解决了连续马尔科夫模型训练、观测向量概率计算、输出参数估计问题,需安装HMM工具包-CHMM model,trianing and estimation
<YouChengxin> 在 2025-01-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法test

说明:数据结构 求解城市间最短路径 课程设计 交通图-数据结构 求解城市间最短路径
<章琦> 在 2025-01-12 上传 | 大小:10kb | 下载:0

[数据结构常用算法With-partition-method-of-quick-sort

说明:快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first n
<zhongdecai> 在 2025-01-12 上传 | 大小:11kb | 下载:0

[数据结构常用算法houzuishuzhu

说明:后缀数组的代码模板,讲解了俩种RMQ方法-Suffix array code templates, explained the two kinds of methods RMQ
<wuleizhihen> 在 2025-01-12 上传 | 大小: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 r
<李雷> 在 2025-01-12 上传 | 大小:242kb | 下载:0

[数据结构常用算法8-3

说明:要求把插入、查找和删除函数用非递归的方式实现。-Asked to insert, find and delete functions for non-recursive way.
<李雷> 在 2025-01-12 上传 | 大小:236kb | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 2363.64 .65 .66 .67 .68 ... 2656 »

源码中国 www.ymcn.org