搜索资源列表
chengxu
- 线性表的链式存储结构、线性表的顺序存储结构、循环链表等源程序。
chengxu
- 城市之间路径查询 自行输入数据-Between cities on their own path query input data
chengxu
- 数据结构的一些比较经典的程序,适合刚学的人,里面的一些程序都是比较常用的-Data structure of some of the more classical procedures, suitable for those who just study, which compared a number of procedures are commonly used
chengxu
- 数据结构的建立 遍历程前序 中序 后序 c语言-Over the course of establishing the data structure in order before the order after the order c language
chengxu
- 从键盘输入若干字符,统计每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出每个字符及对应的哈夫曼编-Enter the number of characters from the keyboard, statistics, the frequency of each character, the character frequency of occurrence as the node weights to build the Huffm
chengxu
- 九方格移动问题,用的是普通的方法,可能算法一般-Nine grid movement problems, using a common method
chengxu
- 在VC的环境下,设计出一个实现可连通的随机迷宫!大家参考一下!-In the VC environment, design an implementation can be connected random maze! Your reference!
wuxiangtu
- 无向图的邻接矩阵表示法验证程序的源代码比较初级便于练习-wuxiangtu linjie juzhen yanzheng chengxu yuandaima chuji
chengxu
- 从一文本中读取单词,统计其出现的频率,并按频率大小输出到另一文本中。这里的单词是分二种,一种是ASCII码大于0x20小于0X80字符,第 二种是小于0x20以及大于0x80的字符。这里我用的是哈希表,这样能很快查找读取的单词是否已经存在。排序我用的是二个循环,按理来说可以改进-It is very good program!
chengxu
- 查找算法实现与性能分析 要求:(1)数据结构的定义 (2)静态查找算法(顺序,折半)实现 (3)动态查找实现(二叉排序树建立、查找) (4)性能分析(用大批量数据测试算法的执行时间) -Search algorithm and performance analysis of requirements: (1) data structure definition (2) static search algorithm (the order of half) (3) dynami
bahuanghouwenti
- 用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-chengxu
