资源列表
[数据结构常用算法] Algorithms-Unplugged
说明:这是另一本算法书籍,可供学习完我上传的三本书的人继续学习。-Algorithms Unplugged<御风卫空> 在 2025-06-17 上传 | 大小:5.37mb | 下载:0
[数据结构常用算法] erchapaixushu
说明:用MFC实现的数据结构的二叉排序树序程序,可以正常运行。-MFC implementation of the binary sort tree data structure sequence program can run properly.<一夜长大> 在 2025-06-17 上传 | 大小:1.82mb | 下载:0
[数据结构常用算法] shouyinzhushou
说明:根据系统全部零钱内钱币的信息,按钱币总张数最少的原则进行退币, 零钱总数:50元的10张,20元的20张,10元的50张,5元的100张,1元的100张,5角的200张,1角的500张,一角以下的可以丢弃。-According to the information system within all change coins, the coins, the total number of at least the principle of the coin, change the total n<sunhao> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 1013_digital_root
说明:数字根算法,用最简单的代码计算数字根。如果把一个大数的各位数字相加得到一个和,再把这个和的各位数字相加又得一个和,再继续作数字和,直到最后的数字和是个位数为止,这最后的数称为最初那个数的“数字根”。-Digital root algorithm, with the most simple code to calculate the digital root. If you figure in a large numbers is the sum of a, then this and you f<yx> 在 2025-06-17 上传 | 大小:91kb | 下载:0
[数据结构常用算法] dijkstra
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al<yx> 在 2025-06-17 上传 | 大小:96kb | 下载:0
[数据结构常用算法] Three-classic-C-language-program
说明:这是C语言编的三个经典程序的解读和感悟,非常实用,希望大家下载开看,很有用的。-This is the interpretation and comprehension of the three classic C language program, very useful, and hope that we download the open look, very useful.<事在人为> 在 2025-06-17 上传 | 大小:560kb | 下载:0