资源列表

« 1 2 ... .33 .34 .35 .36 .37 2138.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法Dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of t
<yjl> 在 2024-09-27 上传 | 大小:2048 | 下载:0

[数据结构常用算法SearchMedian

说明:寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境-Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
<inspire> 在 2024-09-27 上传 | 大小:4096 | 下载:0

[数据结构常用算法SpiralMetrix

说明:打印如下规律的螺旋矩阵,尽管存在求数值规律的方法,但本代码的方法更为基本和通用。vc++ 2005环境。 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 -Print the following laws of the spiral matrix, despite the existence of the law for num
<inspire> 在 2024-09-27 上传 | 大小:3072 | 下载:1

[数据结构常用算法UpperNum

说明:给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境-Given an array A, which only the 10 digits 0-9, but not necessarily all appear, and then given a value of K, and K is g
<inspire> 在 2024-09-27 上传 | 大小:4096 | 下载:0

[数据结构常用算法8_queens

说明:8_queens 经典8皇后问题 希望能为刚入门的朋友提供些许帮助-8 Queen
<FGJ> 在 2024-09-27 上传 | 大小:113664 | 下载:0

[数据结构常用算法datastructure

说明:数据结构,里面有很多算法的参考代码,学算法的要用到哦-Data structure, there are many algorithms reference code, learning algorithm to use to Oh
<nuanhuakai> 在 2024-09-27 上传 | 大小:201728 | 下载:0

[数据结构常用算法FFT_C

说明:最高1024点的FFT程序,可根据用户设定修改点数,在Microsoft Visual C++平台下调试通过-Maximum 1024 points FFT procedures, can be modified according to user set points in the Microsoft Visual C++ Platform debugging through
<> 在 2024-09-27 上传 | 大小:191488 | 下载:0

[数据结构常用算法huffman

说明:利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
<jack94> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法EX9-1

说明:遍历二叉树并使用3种方法统计结点与叶子结点-Binary Tree Traversal and use three kinds of statistical methods and leaf node node
<小龙> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法ds

说明:数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million ti
<赖泽天> 在 2024-09-27 上传 | 大小:11264 | 下载:0

[数据结构常用算法suanfa

说明:数据结构三种先序遍历非递归算法。 数据结构三种先序遍历非递归算法。-Data structure of three first traversal non-recursive algorithm. Data structure of three first traversal non-recursive algorithm.
<大王> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法datastructure

说明:数据结构的全部课程实验,车厢调度,一元稀疏,停车站,哈弗曼-Data structure of a full course of experiments, train scheduling, one dollar sparse, parking stations,哈弗曼
<鸿烈程> 在 2024-09-27 上传 | 大小:836608 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 2138.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org