资源列表
graph
- 数据结构Java版图的实验,作业,大学 数据结构作业 图的实现-Java map data structure experiment, assignments, university of the realization of the data structure flow chart
Node
- 用类来实现一个链表,包括链表的创建、插入、删除、销毁。-To implement a list with the class, including the creation of the list, insert, delete, destroy.
堆栈的c语言源代码
- 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
Hierarchical
- 数据挖掘中常用的经典算法——层次聚类算法!该程序是基于凝聚的!-Hierarchical Cluster
MazeSearchingObjects
- 面向对象实现迷宫路经搜索的模拟。包括界面模拟显示。-Object-oriented simulation maze path search. Including interface analog display.
DSGraphAndSearchingAlgorithm
- 数据结构的图的面向对象封装,包括各种搜索算法的实现-The data structure of the object-oriented packages, including various search algorithms to achieve
LCS
- 最长公共子序列的算法LCS:包括随机输入两个字符串,输出这两个字符串的最长公共子序列。-The longest common subsequence algorithm LCS: including random two input strings, the longest common subsequence outputs of the two string.
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
ansys-APDL-programme
- ansys apdl programme ,集合了大部分ansys APDL的源程序,有各个模块的数值分析-ansys apdl programme,it contains many parts of numerical analysis
test
- 数据结构 求解城市间最短路径 课程设计 交通图-数据结构 求解城市间最短路径
With-partition-method-of-quick-sort
- 快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first number as a reference, the arra
houzuishuzhu
- 后缀数组的代码模板,讲解了俩种RMQ方法-Suffix array code templates, explained the two kinds of methods RMQ
