资源列表
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
LCS
- 最长公共子序列的算法LCS:包括随机输入两个字符串,输出这两个字符串的最长公共子序列。-The longest common subsequence algorithm LCS: including random two input strings, the longest common subsequence outputs of the two string.
DSGraphAndSearchingAlgorithm
- 数据结构的图的面向对象封装,包括各种搜索算法的实现-The data structure of the object-oriented packages, including various search algorithms to achieve
MazeSearchingObjects
- 面向对象实现迷宫路经搜索的模拟。包括界面模拟显示。-Object-oriented simulation maze path search. Including interface analog display.
图像卷积代码
- 用c语言,最简洁的方法实现了图像卷积操作
Hierarchical
- 数据挖掘中常用的经典算法——层次聚类算法!该程序是基于凝聚的!-Hierarchical Cluster
堆栈的c语言源代码
- 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
Node
- 用类来实现一个链表,包括链表的创建、插入、删除、销毁。-To implement a list with the class, including the creation of the list, insert, delete, destroy.
graph
- 数据结构Java版图的实验,作业,大学 数据结构作业 图的实现-Java map data structure experiment, assignments, university of the realization of the data structure flow chart
infixtopostfix
- This a progran for inx to postfix conversion in c language.-This is a progran for inx to postfix conversion in c language.
CommonAlgorithm
- 下面是一些在准备采访整理常用算法。大多数写自己的实现,标题的一部分来自于“编程之美”,以及一些知名的网上博客。-Here are some commonly used algorithms in preparation for the interview finishing. Most write their own implementation, part of the title comes from the Program of the United States , as well a
juzhenchengfa
- 用C++简单实现数据结构中以链表的形式实现矩阵乘法-With C++ simple data structure to achieve matrix multiplication in the form of the list