资源列表
ma-ta-qi-pan
- 纯C写的马踏棋盘经典算法,便于初学者学习-Written in pure C classical algorithm horse riding board, easy for beginners to learn
AVL
- 用控制台界面完美演示平衡二叉树的操作过程,用纯C编写,基于VS2008-Interface with the console perfectly balanced binary tree of the operation shows, written in pure C, based on VS2008
shujuwajue(kehuguanxi-guanli-)
- 本代码在客户管理的基础上采用数据挖掘进行深层析的分析与设计。-The code is based on the customer management for deep chromatography using data mining analysis and design.
Josephus
- 约瑟夫环,设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。以n=8,s=1,m=4为例,若初始的顺序为 n1,n2,n3,n4,n5,n6,n7,n8。则问题的解为n4,n8,n5,n2,n1,n3,n7,n6。-Joseph Wan, with n individuals sitting around a round table, is reported starting from
HufmanCode
- 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
waibupaixusuanfa
- 外部排序算法,外部排序是基于内部排序的,内部排序弄清楚了,外部排序也不难-External sorting algorithms, external sorting is based on internal sorting, internal sorting sorted out the external sort is not difficult
erchashu
- 二叉树的遍历算法与实现,有前序 后序,中序的排列,分为递归算法和非递归算法的实现-Binary tree traversal algorithm and implementation of a pre-order after the order, the order of arrangement, is divided into a recursive algorithm and the realization of non-recursive algorithm
maze
- (1)用随机函数建立一个迷宫,给定出入口 (2)设计一个模拟走迷宫的程序寻找通路,存在则将其显示在屏幕上 (3)找出其中途径最短的通路 -(1) create a maze with a random function, given the import and export (2) design procedures for a simulated maze to find access, there will be the display on the screen (3) to
tree
- 二叉链表建立及各种遍历、应用的源代码 实现-List building and all kinds of binary traversal, application source code
aa
- 图的邻接表存储及深度优先遍历的实现代码 实现代码-Adjacency table to store and depth-first traversal of the implementation code
bb
- 图及最小生成树等的实现的代码,编程代码 实现代码-Minimum spanning tree diagram and the realization of such code, programming code code
some-of-the-binary-tree-algorithm.
- 实现二叉树的一些算法,超级经典的算法,各种函数功能的实现-To achieve some of the binary tree algorithm, super-classic algorithm, the realization of various functions functions
