资源列表

« 1 2 ... .67 .68 .69 .70 .71 2272.73 .74 .75 .76 .77 ... 2656 »

[数据结构常用算法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-06-14 上传 | 大小: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-06-14 上传 | 大小: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-06-14 上传 | 大小: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-06-14 上传 | 大小: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-06-14 上传 | 大小: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-06-14 上传 | 大小: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-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Generalized_inverse_of_matrix

说明:求矩阵的广义逆。对矩阵没有限制,可以是方阵,也可以不是方阵。-Generalized inverse of a matrix. There is no limit on the matrix, can be square, you can not square.
<yyc> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法a

说明:校园导航,实现最短路径。每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Campus navigation, to achieve the shortest path. Between every two places can have different paths, and path length may be different, to find another place to reach from any place the best
<zhangqingshui> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法BTREE

说明:the program shows the implementation of the Binary tree search in data structures.
<Shreya> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法haffman

说明:哈夫曼树编码算法的构造,使用C++语言设计实现。-huffman encoding
<shitou> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法public-sequence

说明:使用动态规划的思想,给出两个序列。判断两个序列的最长公共子序列。-the longest public sequence
<shitou> 在 2025-06-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 2272.73 .74 .75 .76 .77 ... 2656 »

源码中国 www.ymcn.org