资源列表
binary
- 实现二叉树的遍历及应用。C++编写,运行速度较快。-Implementation and application of binary tree traversal. C++ is written to run faster.
LAB04_10389355_2
- 多项式类,实现对多项式的加,减,乘,求值的操作。用类模版实现的,有人机交互式见面-class of Polynomial
cidianbianweicijiansuoxitong
- 词典变位词检索系统就是从词典中查找输入单词的变位词中的合法单词的系统。(扩充) 根据课程设计任务书要求,本系统开发主要完成以下功能和性能。 (1) 处理词典文件:从用户给出的词典文件中读取单词进线性表。 (2) 求出变位词并输出合法单词:输入单词后输出单词字母所有可能形成的变位词,即单词的全排列,然后从词典中检索出生成的全排列中的合法单词。 (3) 循环输入单词:系统可以循环输入单词进行检索。 -gu ge fan yi bu chu lai
QM
- QM算法的程序实现,比较详尽,且有用法的说明-QM algorithm
2
- CSV文件解析 要求程序接受Excel能解析的CSV文件,解析结果用html table形式输出。 解析后的结构,与Excel解析结果一致。 //文件包含源码、解题报告等-CSV file parsing requirements accepts Excel can parse CSV file, parse the results output html table format. After structural analysis, analytical results are
jevonsea
- 包括用VC开发的五子棋程序 以及VRML语言写的虚拟地理环境程序
eight-queens--problem
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该源码实现八皇后问题。-8 queens problems, is an ancient and famous problem, is the typical examples of retrospective algorithm. This source realize 8 queens problems.
String-matching
- 这是一个实现字符匹配的代码,使用kmp算法实现字符匹配。-This is a realization of matching characters code, use KMP algorithm matching characters.
Josephus
- 用C++实现Josephus约瑟夫问题,简单的小程序,供初学者参考-In C++ implementation Josephus Josephus problem, a small little program
avinrwr
- 最大流详解,解释很全很清楚,为acm学习不可多得材料()
BinaryTree
- 这是在VC环境下编写的一个数据结构的经典问题二叉树问题-This is written in VC environment, the classic problem of a binary tree data structure problem
lcs
- 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method