资源列表
shortest
- 使用最短路算法编写的一个铁路系统程序,自动计算两个站点间的最短路径-Use the most short circuit algorithm of a railway system written procedures, automatic calculation of two site of the shortest path between
BinSearch
- 数据结构二分查找算法源代码,标准头文件模板实现-Data structure binary search algorithm source code, the standard header file templates
DSDemo
- 数据结构,经典算法,C语言和BASIC语言双重代码动态演示程序-Data structure, the classical algorithm, C language and double-source dynamic language BASIC demo program
BFS
- 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
ComplexCalculator
- c++复数类计算器,支持用户直接输入日常书写习惯的表达式。原理:你波兰表达式+栈-c++ complex class calculator, support direct user input daily writing habits of expression. How it works: you Polish expression+ stack
Data-Structure-Demonstration
- 这个是数据结构算法演示系统,还算比较完善的,含算法源码-The demonstration system is a data structure algorithms, is still relatively good, with algorithm source code
ClockTest
- 时钟类代码。具有时间添加,运行,显示时间,设置时间等功能。Vs2010环境下编写。-Clock class code. Have time to add, run, display time, set the time and other functions. Preparation of the next Vs2010 environment.
The-algorithm-analysis-and-design
- 研究生上课所用的算法分析与设计相关文档PPT,分八个章节对算法进行详细介绍: 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 第7章 概率算法 第8章 NP完全性理论 -Graduate classes used in algorithm analysis and design documents the PPT is divided into eight chapters on the alg
shujujiegou
- 数据结构中的一部分:树,包括如何建立树、树的遍历等算法实现-how to set up tree
arithmetic_demonstrate_system
- 此算法演示系统展示多种编程语言的多种算法实现的动态过程,有图像化界面,能清晰展示各个算法的实现过程
MaxOfSubSegSum
- vc求最大子串和问题 分别采用分治法和蛮力法很好的解决了这个问题-vc find the largest substring and problems, and were used to divide and conquer a good brute force method to solve this problem
ramsortcomparesourcecode
- 数据结构课程设计时完成的内排序效率比较的控制台程序,程序简易,包含了主要的内排序算法,排序后统计实际运行时间输出,其中包含的精确计时算法精度可以超过10ns 。-A console program for RAM sort , include main RAM sort algorithms, count their times and output. The high resolution timer can accurate to less than 10 ns.