资源列表

« 1 2 ... .32 .33 .34 .35 .36 2537.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法FW

说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path bet
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Floyd-Warshall

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

[数据结构常用算法HEAPSORT

说明:在计算机内部排序的各种算法中 ,用比较大小的方法进行排序时间耗费的最好特性为 O(nlog2 n) ,最坏情况下还会上升到 O(n2 ) [1] 。要达到其理论下界log2 n1≈ nlog2 n- 1.4 4 n是非常困难的。Hashsort 一种散列排序方法-The best features of the computer' s internal sorting algorithm, the sort of time-con
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法heapSOS

说明:HashSort 又一个源码,经过新的优化,更好的算法-HashSort another source, new optimization algorithm
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法MST

说明: prime算法的基本思想 1.清空生成树,任取一个顶点加入生成树 2.在那些一个端点在生成树里,另一个端点不在生成树里的边中,选取一条权最小的边,将它和另一个端点加进生成树 3.重复步骤2,直到所有的顶点都进入了生成树为止,此时的生成树就是最小生成树-The basic idea of ​ ​ the prime algorithm. Empty spanning tree, take
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法PEDGE

说明:prime算法实现的另一算法,针对不同类型的不同实现,比较清晰-prime algorithm in another algorithm, for different types of
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法PHEAP

说明:联通图G的一个子图如果是一棵包含G的所有顶点的树,则该子图称为G的生成树 生成树是联通图的极小连通子图。所谓极小是指:若在树中任意增加一条边,则 将出现一个回路;若去掉一条边,将会使之编程非连通图。生成树各边的权 值总和称为生成素的权。权最小的生成树称为最小生成树,常用的算法有prime算法和kruskal算法。 -Unicom graph G is a subgraph of G is the one that contains
<liming> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法jieshiqi

说明:用C语言编写实现解释器,希望对你们有所帮助。 #include<stdio.h> #include<stdlib.h> #include<string.h> main()-C language interpreter, you want to be helpful.# Include <stdio.h># Include <stdlib.h># Include
<杨晨> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法ryglxi

说明:基于C语言所写的人员管理系统,具有查找,储存,排序等功能!第一次上传,请支持!-Based personnel management system written in C language, has to find, store, sort! First upload, please support!
<丁腾淘> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法xiaohaifentang

说明:数据结构解决数学问题算法,关于小孩分糖果的问题算法实现。-Data structure to solve mathematical problems algorithms about the child points candy algorithm to achieve.
<songyanlin> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法quicksort

说明:实现quicksort的简单代码,输入数字 能用quicksort排序-Achieve quicksort simple code, enter the number can quicksort sorting
<段雨佳> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法KMP

说明:数据结构中KMP算法c语言实现,vc6.0环境-KMP algorithm in c language data structure, vc6.0 environment
<jingaofang> 在 2024-12-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 2537.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org