资源列表
Algorithm-design-n-problem
- 本源码是算法设计中的N后问题,他通过C++编写。-This source is N after the algorithm design, written by C++.
shexingshuzi
- 该程序的功能是对蛇形数字进行处理,希望能够帮助到你。-snake number
JAVA
- 中软java培训资料,里面是中软与sun公司合作时期的认证试题-Soft Java training material, the inside is soft and from cooperation period of the authentication test
MatrixCalculator
- 实现线性代数的矩阵运算的C++程序,矩阵计算器。-Linear algebra matrix operations C++ procedures matrix calculator.
stackaqueue
- 数据结构(C语言版)栈和队列的顺序和链式储存的多种写法。供各位不懂的朋友参考。-There are kinds of ways to code “Stack and Queue” of Data Structure for C .
pipei
- 用堆栈来实现:检查一个算术表达式中所使用的各种括号是否左右匹配。-Stack: check an arithmetic expression using various brackets around the match.
hafuman
- 根据输入的权值建立一棵哈夫曼树,并显示该树的结点序号、双亲结点、左/右孩子结点以及各结点所对应的哈夫曼编码。-Establish a Huffman tree, according to the weights of the input and displays the serial number of the nodes of the tree parent node, left/right child nodes, and each node corresponds to Huffman c
StudentInformation
- 该程序实现的是对一个学生信息系统的管理。根据菜单选项可以分别执行:输入学生信息、显示学生信息、按姓名排序、插入一个学生信息、删除一个学生信息、查找指定学生信息、从文件中整批输入、将信息输出到文件中等功能。-The program is a student information system management. Can perform according to the menu options: Enter student information, student information i
networkflow
- 网络流算法acm,需要了解残留网络和流等基础。-the acm network flow algorithm
data
- 图的链式表示,深度优先、广度优先算法,Dijkstra算法,包括源码程序和ppt所以对学习数据结构很有帮助-Figure chain, depth-first and breadth-first algorithm, Dijkstra algorithm, including the source program and ppt so helpful learning data structures
SendOptimal
- 一个PYTHON实现的次优顺序查找树的生成,可以作为一个参考。-The PYTHON achieve sub-optimal search tree in order to generate can be used as a reference.
Beauty-of-coding
- 一个微软面试的指南,也可以学到很多实用的解决问题的方法。学习算法的好书。-a guide to the interview of microsoft. and you can learn many algorithm as well.
