资源列表
[数据结构常用算法] expression
说明:表达式求值,基于数据结构课表的代码,运用站和队列-Expression evaluation<wlh> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 3
说明:利用队列实现停车场功能,能判断停车位是够已经满,若已满,来的车进入队列,若有车离开,队列头自动进入停车,并能计算停车费用-Using Queuing parking function is enough to determine parking is full, if full, to the cars into the queue, if cars leave the queue to enter the first automatic parking, and parking fees ca<lizhaoyang> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Nqueensproblem
说明:题目说明: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 题目要求: (1)依次输出各种成功的放置方法。 (2)最好能画出棋盘的图形形式,并动态的演示试探过程。 (3)程序能方便的移植到其它规格的棋盘上。 -Title Descr iption: In an N × N chess board in place N queens, so that the N-Queen can not eat each other to be each<浩星无恨> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanCoding
说明: Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding in 1952 proposed a method based on characters appear completely different prefix probability to construct the average length of the shortest code word, som<浩星无恨> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Quicksort
说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b<浩星无恨> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] linerchaige
说明:数据结构线性链表源程序,对学习数据结构的人了解使用,帮助了解书上的内容,非常适用-Linear linked list data structure source code, to learn about data structures were used to help understand the contents of the book is very suitable<xue> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] singleloopchain
说明:数据结构单循环链表源程序,对学习数据结构的人了解使用,帮助了解书上的内容,非常适用-Single loop data structure linked list source code, to learn about data structures were used to help understand the contents of the book is very suitable<xue> 在 2025-07-13 上传 | 大小:1kb | 下载:0