资源列表
Multistagegraph
- 多段图的算法,用C++写的,完全没有问题-Multi-stage graph algorithm, written using C++, no problem
Datastructur
- 数据结构 c++ 语言描述.rar,用C++写的,容易读懂-Data structures c++ language descr iption. Rar, written with C++, easy to read
Huffman
- 哈夫曼编码和译码.rar,用C++写的,能够运行-Huffman encoding and decoding. Rar, written with C++, able to run
Subset
- 子集和数问题.rar,用C++写的,可以运行-Subset of several problems. Rar, written in C++, you can run
Queens
- 皇后问题.rar,用C++写的皇后问题,包括递归和非递归-Queens problem. Rar, written in C++, the Queen, including recursive and non recursive
btree
- 树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establish binary 1), enter the tree th
12
- 以堆栈为例说明算法设计,队列的算法与堆栈类似。 在这里先说明一下“第一可见对象”这个词,在本报告中指的是在堆栈或队列中第一个可以输出或者弹出的的对象。在堆栈中自然是指栈顶的对象,队列中自然是指队头的对象。 (1) 堆栈中的每个对象都包含 数据元素element和指向本类型的一个指针变量link。element用来存储新压入的元素(在本实验中,为简化代码,直接将其设为int型),在每一对象中link用来指向下一个可见对象。如第一可见对象中的link指向第二可见对象,第二可见对象的link指
search
- ACM 搜索好书 资料 大家要下阿 我好不容易收集俄-ACM Search Books Information
pattern_maching
- 提供三种不同的字符串匹配的源码,并有一个比较各自性能的程序-Provide three different string matching source, and has a program to compare their performance
zuixiaoshengchengshu
- Prim算法构造 最小生成树 -Prim算法构造 最小生成树
zuixiaoshengchengshu
- 图(邻接表存储) 的遍历-图(邻接表存储) 的遍历
balancebinarytree
- 平衡二叉树,功能包括插入删除节点,保持平衡性-Balanced binary tree, features include insert and delete nodes, to maintain balance
