资源列表
SPFA
- SPFA算法的优化,写的比较详细,ACMER参考的绝佳资料-SPFA algorithm
binary_tree
- 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
yanweimin.rar
- 严蔚敏《数据结构(c语言版)习题集》 参考答案,-Yan Weimin`s refered answers
lists.rar
- 1·能够创建链表,只须输入数据便能自动生成升序排列的单链表; 2·能够把已存在的两个自动升序的链表合并成一个链表,并保留其中的相同元素; 3·有友好的人机卷面;,To create one list, only the input data can be automatically generated single-linked list in ascending order 2 can has been in existence for two automatic ascend
matchalgrithm.rar
- 检验括号是否匹配可以用堆栈来实现,当遇到 (、[或{进栈,遇到 ) 、]或}出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。并设置大、中、小括号的优先级(priory)为3、2、1 ,且设优先级(priory)的初始值为4。从第一个字符开始扫描表达式,如果是左括号,和栈中的括号的优先级对比,如果优先级比栈中括号的优先级高或者等于栈中的优先级,则说明不匹配,如果优先级小于栈中括号的优先级,将这个括
GPA.rar
- 对北京大学,大连理工大学,浙江大学等五所高校的GPA算法进行一个比较,找出那个更合理。,Of Peking University, Dalian University of Technology, Zhejiang University and other colleges and universities 5 GPA algorithm a comparison to find out that more reasonable.
family_manage_system.rar
- 二叉树实现家族族谱管理 功能:创建族谱、打印功能、统计功能、查询功能,Genealogy family tree to achieve management functions: Create a family tree, print functions, statistics functions, Query functions
divide.rar
- 分治法求解最近点对问题 求最近点对的分治算法实现,输入点对,输出最近点,Sub-rule method for nearest point on the nearest point on the issue of sub-rule algorithm, input points, output nearest point
a.rar
- 英语词典的维护和识别,数据结构课程设计里面的一道很经典的题目,许多同学都为他伤过脑筋,English Dictionary maintenance and identification, data structure, together inside the curriculum design classic topics, many of his classmates had brain injury
luyou.rar
- 动态路由算法,采用链路状态路由算法,显示节点信息。,Dynamic routing algorithm, using link state routing algorithm, showing node information.
txl.rar
- 数据结构课程设计 通讯录,一个很不错的系统,流程图包含在内。,Address book data structure course design, a very good system, flow chart included.
subsum.rar
- 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem