资源列表
rodrigues
- 3x1旋转向量可转化成3x3的正交单位矩阵.即向量与X,Y,Z的夹角。-rotation drigue
zdlj
- 这个程序是关于图的最短路径的一个算法,很好的,希望大家都用得上。
maopao
- 一个简单的排序算法 冒泡排序算法 下载
3
- ACM模拟试题 火星人 附件中有详细的题目要求和运行通过的源代码 -ACM mock examination papers Martian in detail the subject of the annex to the requirements and run through the source code
sjjgsjjg
- 数据结构小程序,用于迷宫路径查找,及迷宫最短路径查找-Applet data structure for the maze to find the path, and the maze to find the shortest path
1.191.204.30
- 数据结构习题集答案,经多次修改而成,比答案册还要清楚简单。-data structure answer to the questions set by several revisions, but clearly the answer List simple.
tutrav
- 此程序用来求图的遍历问题……题中采用的是图的邻接矩阵存储-the procedure used to plan for the traversal issue ... that is used in the adjacency matrix storage
nhuanghou
- 八皇后问题是大数学家高斯于1850年提出来的。该问题是在8×8的国际象棋棋盘上放置8个皇后,使得没有一个皇后能\"吃掉\"任何其他一个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。要求编一个程序求出该问题的所有解。骑士游历问题是放在8×8的国际象棋棋盘上的一个马,按照马走\"日\"字的规则是否能够不重复地走遍棋盘的每个格。要求编一个程序求出该问题的一个解。
huffman
- 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。
ds
- 一个数据结构课程设计源码,关于插入排序、快速排序、堆排序、选择排序、希尔排序的实现及其相互效率的比较-A data structure of the curriculum design source, on the Insertion Sort, Quick Sort, Heap Sort, select Sort, Hill sort of realize their mutual comparison of the efficiency of
pairheap
- 标准数据结构pairheap的C语言实现,很规范,供参考-The standard of data structure pairheap the C language specifications for reference
stack
- 自定义数据类型的堆栈数据结构实现,早些时候学习的时候写的代码了,-Custom data types of the stack data structure to achieve the earlier study, when writing code, and
