资源列表
sequensed-list
- 这个代码是有关顺序表的数据结构的实现 可以直接加载头文件与源文件即可使用-This code is on the order of the table data structure can directly load the header files and source files can be used
tfrsp
- 实现信号的时域和频域变换的一种算法,附有详细说明-Signals in time domain and frequency domain transform an algorithm, with detailed instructions
TernaryTrie
- Terneary trie.http://en.wikipedia.org/wiki/Ternary_tr-Terneary trie.http://en.wikipedia.org/wiki/Ternary_tree
Dijkstras
- Python implementation of Dijkstra s Algorithm
euler.cpp
- 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
graphopr
- 创建邻接矩阵 广度优先搜索 深度优先搜索
main
- 基本算法处理:表达式分析,分析基本算术表达式并给出计算结果
kuohaopipei
- 输入一个只有左括号‘(’和右括号’)‘的序列,程序对括号匹配的正确性进行检查并给出结果。-Only enter a left parenthesis ' (' and right parenthesis ' )' the sequence of procedures to check the correctness of matching brackets and give the results.
wanzhengdebiaodashijisuanchengxu2
- 这个是比较完整的数据结构计算表达式的程序!-This data structure is more complete calculation of the expression of the program!
dijkstra
- 经典求最短路径算法程序--dijkstra算法。完整的C++源码程序。
c
- 包含等比数列。北大acm试题2153和1256题,为好的c语言代码。-Contains a geometric sequence. 2153 and 1256 North acm questions questions for a good c language code.
graph
- 图子系统实验,定义了图的存储结构,以及队列操作。包括邻接矩阵,深度优先遍历,以及广度优先遍历-Figure subsystem test, defines the memory structure map and queue operations. Including the adjacency matrix, depth-first traversal and breadth-first traversal
