资源列表
[数据结构常用算法] eight-queen
说明:八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-8 queens problems in the 19 th century famous mathematician gauss put forward in 1850. His problem is: in 8* 8 board pl<fairy> 在 2024-11-15 上传 | 大小:862kb | 下载:0
[数据结构常用算法] bahuanghou
说明:最简单的、传统的八皇后问题,利用了C++中的栈结构-This is the most simple one.There are program designs of eight queens chess problem.<郭明峰> 在 2024-11-15 上传 | 大小:862kb | 下载:0
[数据结构常用算法] MILLER_RABIN
说明:MILLER_RABIN随机算法,计算100000之200000之内的素数,测试生成个数和具体数。-MILLER_RABIN,probobility algorithm,used to test the sushu in 100000 to 200000<monica> 在 2024-11-15 上传 | 大小:861kb | 下载:0
[数据结构常用算法] DirectedGraph
说明:这是一个针对有向图寻找出两点之间最短路径的程序 是基于最短路径算法完成的-an algorithm to find the shortest path<zidanyu> 在 2024-11-15 上传 | 大小:861kb | 下载:0
[数据结构常用算法] hebingyiyuanduoxiangshi
说明:合并一元多项式,非常简单易懂的代码,适合学习数据结构的链表-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt entry of the power, and t<古灵> 在 2024-11-15 上传 | 大小:861kb | 下载:0
[数据结构常用算法] duanyuanlujin
说明:计算机算法分析师习题,单源最短路径问题,使用的是贪心选择算法实现,通过调试,c言语实现-The the computer algorithms analyst exercises, single source shortest path problem, use greedy selection algorithm implementation, through debugging, c speech achieve<yangyu> 在 2024-11-15 上传 | 大小:862kb | 下载:0
[数据结构常用算法] HuffManSLN (1)
说明:霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbol<one1234> 在 2024-11-15 上传 | 大小:861kb | 下载:0