资源列表
Park
- 这是长安大学的一个实习作业,是对链表、队列、堆栈的联合应用。-This is an internship job Chang' an University, is a linked list, queue, stack combination.
sort
- 排序 算法 可高效排序 容易读懂 大家可以参考 研究 学习 欢迎指正-A sorting algorithm, efficient, simple and easy to understand.
km
- Kuhn-Munkers算法的几种变形应用 1.Kuhn-Munkers算法是求最大权完备匹配,如果要求最小权完备匹配怎么办?方法很简单,只需将所有的边权值取其相反数,求最大权完备匹配,匹配的值再取相反数即可。 2.Kuhn-Munkers算法的运行要求是必须存在一个完备匹配,如果求一个最大权匹配(不一定完备)该如何办?依然很简单,把不存在的边权值赋为0。 3.Kuhn-Munkers算法求得的最大权匹配是边权值和最大,如果我想要边权之积最大,又怎样转化?还是不难办到,每条
LinStack.h
- 数据结构(c++语言描述)链式堆栈类的定义和实现
rrr
- 数据结构C语言实现一元多项式运算-C language data structures to achieve a dollar polynomial computing
Huffmancoding
- 哈夫曼编码问题解决,就哈夫曼问题,哈夫曼构造树进行了详细的解说-Huffman coding problem solving
12
- 利用链表编的c词典,可以建立,查询,删除等功能-dic
bsf
- 实用数据结构基础(第三版),实验七,标识符树与表达式求值-Based the practical data structure (third edition), experimental seven, identifier tree and expressions are evaluated
SqLis
- 线性表的顺序存储表示(结构)及实现,提供 顺序存储表示的资料-Stored in the order that the linear form (structure) and implementation, to provide that information stored in the order
mgqj
- 这小程序可以巩固数据结构中栈的知识,以及用到的递归算法。-procedures can consolidate data structure Stack knowledge, and use the recursive algorithm.
AOE
- 设计一个项目,排出AOE网络,并将数据输入计算机,用程序进行分析。
railroad
- 实现火车箱卸载的程序,但有个错误,期望大家调试一下