资源列表

« 1 2 ... .98 .99 .00 .01 .02 1503.04 .05 .06 .07 .08 ... 2656 »

[数据结构常用算法sort

说明:各种排序算法,例如冒泡,快拍,归并,基数排序,交换-Various sorting algorithms, such as bubbling, snapshot, merge, etc.
<吴强> 在 2024-11-12 上传 | 大小:875kb | 下载:0

[数据结构常用算法MatrixChain

说明:算法,用动态规划写的矩阵相乘,里面有递归和非递归方式。菜鸟写的,可以直接运行-Algorithm using dynamic programming to write matrix multiplication, there are recursive and non recursive way. Rookie wrote, can be directly run
<吴强> 在 2024-11-12 上传 | 大小:1.59mb | 下载:0

[数据结构常用算法Prim

说明:算法,写的prim算法,用的是贪心法,里面还有用到最小生成树来写的-Algorithm, written in the prim algorithm using a greedy method, there is also used to write the minimum spanning tree
<吴强> 在 2024-11-12 上传 | 大小:851kb | 下载:0

[数据结构常用算法Dijkstra

说明:最短路径,从一个顶点到其余各个顶点的最短路径,贪心法-The shortest path from one vertex to every other vertex of the shortest path, greedy method
<吴强> 在 2024-11-12 上传 | 大小:1.59mb | 下载:0

[数据结构常用算法the-definition-of-order-form

说明:如何建立顺序表及顺序表的操作比如插入删除查找-How to establish the order form and order operations such as inserting a table lookup, and so remove
<久岳> 在 2024-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法Internal-sort-of-comparison-method

说明:1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据
<张元弟> 在 2024-11-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法delphi_A-Star_PAS

说明:一个DELPHI的A星算法源码PAS..可用于游戏等自动寻最短路径-DELPHI s a source PAS .. A star algorithm can be used to automatically find the shortest path games
<朱超超> 在 2024-11-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法data-structure-algorithms

说明:用C++实现数据结构中的各种算法,内容非常详细,适合初学者-In C++ data structure in a variety of algorithms, very detailed, suitable for beginners
<锦伟> 在 2024-11-12 上传 | 大小:67kb | 下载:0

[数据结构常用算法maze

说明:这是一个c语言编写的迷宫小程序,不过没有使用MFC,只是最初级的DOS操作界面。-C This is a small program written in a maze, but did not use MFC, only the most junior of the DOS interface.
<Gao> 在 2024-11-12 上传 | 大小:188kb | 下载:0

[数据结构常用算法kpp-2.2.1_December2006

说明:KPP program is Kinetic PreProcessor.
<jinyong LEE> 在 2024-11-12 上传 | 大小:1.15mb | 下载:0

[数据结构常用算法f2-mp-2011041215-j

说明:this file is disperison model
<jinyong LEE> 在 2024-11-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法quicksort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement
<huang> 在 2024-11-12 上传 | 大小:250kb | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 1503.04 .05 .06 .07 .08 ... 2656 »

源码中国 www.ymcn.org