资源列表
OSTU--VCPP
- OSTU算法目的就是计算出一连通区域的阈值,然后对该区域二值化-OSTU algorithm purpose is to calculate the threshold of a connected region, then the binary in the region
Data-structure1800
- 数据结构是一门研究在非数值计算的程序设计问题中,计算机的操作对象及对象间的关系和施加于对象的操作等的学科-Data structure is a study in non-numerical programming problems, computer operating objects and relationships between objects and object manipulation imposed on the subject
binary-search
- 数据结构 查找中的折半查找 算法 源代码-binary search binary search
Data
- 常见数据结构中的几种链表编程,用C在VS2008环境下的编程-data struct line vs2008
Maze
- 数据结构课程设计,利用堆栈求解迷宫路径的演示程序.能够演示如何求解迷宫图形化程序,采用MFC编写.-Data structure course design, the use of the path stack demo program to solve the maze. To demonstrate graphically how to solve the maze procedure, the use of MFC to write.
expression
- 数据结构中输入表达式,求解答案的算法程序-Enter the expression data structures, algorithms for solving the answer program
Graph
- 数据结构中图的操作,包括有向图,无向图,加权图,无加权图.还包括生成最小生成树,以及霍夫曼编码.-Data structure in operation, including a directed graph, undirected graph, weighted graph, non-weighted graph. Also generate minimum spanning tree, and Huffman coding.
Tree
- 数据结构中对二叉树的操作,利用递归进行前序,中序,后序,层次遍历.完成根据前序,中序生成二叉树并输出其后序操作.-Binary tree data structure of the operation, prior use of recursive sequence, in order, postorder, level traversal. Completion of the previous order, the order was subsequently generated and ou
dynamic-presentation
- 动态演示数据结构的各种算法,包括顺序表、链表、栈、队列、串、数组、树、图等。-Dynamic presentation of various algorithms data structures, including the sequence tables, linked lists, stacks, queues, strings, arrays, trees, graphs and so on.
1
- 这是一个拓扑排序的程序,他可以对一个有向无环图进行排序-This is a topological sort of the process, he can be a directed acyclic graph to sort
Data-Structures-a-Algorithms-in-Java
- Data Structure in Java
quicksort
- quicksort的三种写法,主要体会最复杂情况的边界优化-about quicksort
