资源列表
zuoye
- 快速排序,北航数据结构课的第四次数据结构作业。-Quicksort, Beijing University of Aeronautics and Astronautics fourth data structure of the data structures course job.
Dijkstra
- Dijkstra算法求最短距离,代码中包含了详细的注释。-Dijkstra s algorithm for the shortest distance, the code contains detailed notes.
wuhan-traffic
- 一、 目的: 对应数据结构课程所学的基本原理和方法,学习图状结构求最短路径的算法,将理论知识运用于实际。 二、 任务: 请根据附图和附表,设计一个武汉市交通导引系统。用户输入起点站和目标站,系统显示起点站到目标站的最短路径。 三、 要求: 1. 提示用户输入起点站和目标站 2. 系统向用户显示一条最短路径(经过站数最少的路线),如果有两条以上最短路线,则按换乘次数排序显示。 3. 显示每一条路线时,不仅要显示应搭乘的车次,还要显示应搭乘站的站名。 四、 提示:
dksql
- 迪克斯屈拉算法,最做算法设计的朋友有借鉴意义,加油-algorithm design friends to do the most worth learning, refueling
代码
- 在多维数组中,求3*4矩阵中所有元素的最大值(Finding the maximum of all elements in a matrix)
jiaotusanku
- “狡兔三窟”是说兔子有很多可以躲藏的洞穴来保护自己的安全,现在有一只狐狸,一只兔子,还有兔子的10个洞(洞口编号0~9)。 狐狸是这样找兔子的,首先:狐狸站在0号洞口,步长是1(此时步长为1),则下一个洞口是1号洞,站在1号洞口,步长+1(此时步长为2),则下一个洞口是3号洞,站在3号洞口,步长+1(此时步长为3),则下一个洞口是6号洞...等等 问:狐狸能不能抓到兔子,请写代码证明。-The "Jiaotusanku" means many rabbits can hide the c
floyed
- 用floyed算法实现求最短路径,可以求出每个点到其他点的最短距离-With floyed the shortest path algorithm
sort_explain
- 内部排序算法的分析比较,2009年暑期数据结构课程设计的说明书-Analysis of the internal sorting algorithm compared to the summer 2009 curriculum design data structure specification
three_methods_sort
- 三种排序算法比较,冒泡算法,选择算法,快速算法。-Comparison of three sorting algorithms, bubble algorithm selection algorithm, fast algorithm.
erchashu
- 数据结构中二叉树的基本操作,如先序,中序,后序遍历,递归和非递归遍历-Basic operation binary tree data structure, such as the first-order, in-order, post-order traversal, recursive and non-recursive traversal
YuanGongGuanLi
- 自己用C++编写的数据结构的课程设计,是员工管理系统,并且还有相关的报告。-Own use C++ prepared by the data structure of the curriculum design, is a staff management system, and also the related report.
Huffman
- 哈弗曼编/译码器,实现以下功能:初始化,编码,译码,打印代码文件,打印哈夫曼树-Huffman encoder/decoder, the following functions: initialization, encoding, decoding, printing code file, print Huffman tree
