资源列表

« 1 2 ... .72 .73 .74 .75 .76 1877.78 .79 .80 .81 .82 ... 2656 »

[数据结构常用算法Algorithms-Unplugged

说明:这是另一本算法书籍,可供学习完我上传的三本书的人继续学习。-Algorithms Unplugged
<御风卫空> 在 2025-06-17 上传 | 大小:5.37mb | 下载:0

[数据结构常用算法duipaixu

说明:用MFC实现的数据结构中的堆排序算法。程序可运行。-MFC implementation of data structures in the heap sort algorithm.The program can run.
<一夜长大> 在 2025-06-17 上传 | 大小:1.8mb | 下载: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

[数据结构常用算法Floyd

说明:Floyd算法介绍,说明了Floyd算法介绍的功能和使用条件。并且附带有代码-Floyd algorithm, the Floyd algorithm described features and conditions of use. And incidental code
<yx> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfp

说明:关于DFP算法的全局收敛性,个人认为是一篇非常不错的文章- a paper for optimization
<kimiwu> 在 2025-06-17 上传 | 大小:294kb | 下载: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

[数据结构常用算法Floyd1

说明:Floyd算法,Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, the Floyd algorithm, also known as Freud algorithm, interpolation point method is used to find a given weighted graph between vertices shortest path algorithm
<yx> 在 2025-06-17 上传 | 大小:23kb | 下载:0

[数据结构常用算法8

说明:快速排序(Quicksort)是对冒泡排序的一种改进,快速实现数据的排序,程序简单容易实现。-quick sort
<yebuyi> 在 2025-06-17 上传 | 大小:401kb | 下载:0

[数据结构常用算法dijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
<yx> 在 2025-06-17 上传 | 大小:96kb | 下载:0

[数据结构常用算法RBTree

说明:红黑树源码并显示结点图像,他是数据结构中的有关树部分的一种算法,具有以下特点:每一结点被涂成黑色或红色,各个分支的黑高度相同,红结点的孩子结点为黑结点,且为平衡二叉树。-red and black tree ,it describes a certain data structure.
<乐珊> 在 2025-06-17 上传 | 大小:55kb | 下载: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
« 1 2 ... .72 .73 .74 .75 .76 1877.78 .79 .80 .81 .82 ... 2656 »

源码中国 www.ymcn.org