资源列表
acm_hdu_2045
- 杭电 不容易系列之(3)—— LELE的RPG难题 题解 http://acm.hdu.edu.cn/showproblem.php?pid=2045-HDU ACM program for No.3 LELE s RPG problem
Josephus
- 约瑟夫环的实验,包括一个cpp源代码文件以及doc说明文档。-Joseph ring experiments, including a cpp source code files and documentation.
Dijkstra
- Dijkstra算法,矩阵存储在txt文件,有详细的提示和演示过程,在输出时也有排版。-Dijkstra algorithm, the matrix is stored in the txt file, with detailed tips and presentation process, when a layout in the output.
EvaluateExpression
- 数据结构经典程序,表达式求值,完整的程序,有详细的注释,执行时会有详细的提示,主要遵照于 严蔚敏《数据结构》 里面的表达式求值程序,对该程序进行完善。-Classic procedure data structure, expression evaluation, complete program, with detailed notes, there will be a detailed implementation tips, mainly in strict accordance with
NET
- 求图的最小生成树 VC++6.0环境下 DOS界面-Seeking the minimum spanning tree Tu
Single_linked_list
- 单链表的各种操作,很完整,包括有构造单链表、插入、遍历、查找、删除、排序、合并、逆置等等。-Single list of the various operations are complete, including a structure linked list, insert, traverse, search, delete, sort, merge, reverse home and so on.
solution
- 一个简单的C++算法,用于WINDOWS系统中,较短。-algorithms
classic_C_algrithm
- 里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等 -Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc.
4
- 数据结构 二叉树相关函数实现 数据结构 二叉树相关函数实现-Correlation function of the data structure of binary correlation function of a binary tree of data structures to achieve
wmScaner
- 基于wm的多模字符串扫描,稍微做了点改进,预先多扫描后一个字符,使的能够多跳一个位置。-Wm-based multi-mode string scanning, done some little improvements over pre-scan a character, so a place that can multi-hop.
Tautology-course-design
- 重言式课程设计 1.一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况下既非重言式,也非矛盾式。本演示程序通过真值表判别一个逻辑表达式属于上述哪一类。 2.在本演示程序中,逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”,“&”和“~”,分别表示或、与和非,运算优先程度递增,但可由括号改变,即括号内的运算符优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 3.若是重言式或矛盾
General-List
- 广义表 基本操作:    InitGList(&L)   操作结果:创建空的广义表L。CreateGList(&L,S) 初始条件:S是广义表的书写形式串。操作结果:由S创建广义表L。DestroyGList(&L) 初始条件:广义表L存在。操作结果:销毁广义表L。CopyGList(&T,L) 初始条件:广义表L存在。操作结果:由广义表L复制得到广义表T。GlistLength(L) 初始条件:广义表L存在。操作结果:求广义表L的长度,即元素个数。GlistDep
