资源列表

« 1 2 ... .41 .42 .43 .44 .45 246.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法Stack

说明:stack implementation using stack template
<kunal> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression

说明:表达式求值,基于数据结构课表的代码,运用站和队列-Expression evaluation
<wlh> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法kmp

说明:kmp算法 源代码 可实现多个匹配分析可实现多个匹配分析-kmp algorithm source code analysis of multiple matches
<leon_l> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:构造一个链表,然后把链表逆序,输出链表的内容-ReverseList
<xhflovemy> 在 2025-04-06 上传 | 大小: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 automati
<lizhaoyang> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法DIJSTRA

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing a node to all other nodes of the shortest path.
<浩星无恨> 在 2025-04-06 上传 | 大小: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
<浩星无恨> 在 2025-04-06 上传 | 大小: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
<浩星无恨> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quicksort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. B
<浩星无恨> 在 2025-04-06 上传 | 大小: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-04-06 上传 | 大小: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-04-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法bitree

说明:数据结构二叉树源程序,对学习数据结构的人了解使用,帮助了解书上的内容,非常适用-Source binary tree data structure, data structure for learning about the use of people, to help understand the contents of the book is very suitable
<xue> 在 2025-04-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 246.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org