资源列表
sort
- 几乎各种排序的集合,C++编写,简单易懂。-A collection of almost every sort, C++ written, easy to understand.
common-search-algorithm
- 这是常用搜索算法的源码。不是我自己写的,是一本书里自带的,自己运行着可以用-This is a common search algorithm source code. Not my own writing, is a book that comes with their own running you can use
search
- 查找是数据结构中非常重要的一项内容,主要基于C++实现了查找的一些算法-Search is a very important content in the data structure, mainly based on c++ implementation to find some of the algorithm
prog_pearls
- 本书是作者编程经验的结晶,由发表在杂志上的专栏文章构成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、数据结构、程序验证与测试、程序优化与效率问题,以及这些技巧在排序、查找和字符串处理等方面的几个实际应用。本书每章末尾都附带有相关内容的问题,附录中给出了一些问题的提示和解答。仔细思考问题或与同事进行讨论,可以巩固所学知识,将作者的经验应用到自己的编程实践中。
Find-LCS
- 设计一个程序求出两个子序列的最长公共子序列-Design an algorithm to find all LCS
LCS
- 设计一个算法来求出两个子序列的全部的LCS-Design an algorithm to find all LCS
2
- .假设含n个记录的序列中,其所有关键字为值介于v和w之间的整数,且其中很多关键字的值是相同的。则可按如下方法进行排序:另设数组number[v…w]且令number[i]统计关键字取整数i的记录数,之后按number重排序列以达到有序。试编写算法实现上述排序方法?(Suppose that in a sequence containing n records, all the keywords are integers between V and W, and many of them are
QuicksSort
- 《算法导论》用visual studio 实现的 通过的快速排序算法-quicksort
dd
- 二叉树的递归和非递归遍历的方法,有完整的代码和注释,希望对大家有用。-Recursive and non recursive binary tree traversal method, a complete code and comments, we want to be useful.
第二次实习
- 解决部分全国铁路路线最佳经由问题,数据仅当参考,不可用于实际生产。(The best way to solve the railway route is to solve the problem. The data can only be used as a reference and can not be used in actual production.)
SZMJBR489
- 这是一个用visualprolog7 0编写的一个专家系统的实例()
Cpair
- 最近点对算法,穷举法证明算法的正确性,可供学习和参考-Nearest point of the algorithm, exhaustive method to prove the correctness of algorithms for learning and reference
