资源列表

« 1 2 ... .52 .53 .54 .55 .56 1557.58 .59 .60 .61 .62 ... 2656 »

[数据结构常用算法a3003@04.02

说明:本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is r
<张飞> 在 2024-10-08 上传 | 大小:1779712 | 下载:0

[数据结构常用算法Heap-Sort

说明:数据结构中所要了解及掌握的堆排序算法。-Data structure to understand and master of the heap sort algorithm. ~~~~~~
<黄崇远> 在 2024-10-08 上传 | 大小:23872512 | 下载:0

[数据结构常用算法Binary-Tree-Sort

说明:二叉树排序~~~数据结构中要求掌握二叉树的排序-Binary sort ~ ~ ~ binary tree data structure required to master the sort ~~~~~~~
<黄崇远> 在 2024-10-08 上传 | 大小:24080384 | 下载:0

[数据结构常用算法MergeSort

说明:排序算法:归并排序 根据排序原理实现,时间复杂度为NlogN。测试数据集mergesort.txt为100000个数,结果保存在sortresult.txt中 -Sorting algorithms: merge sort to achieve the principle according to sorting, time complexity NlogN. Test data set mergesort.txt of 100
<> 在 2024-10-08 上传 | 大小:565248 | 下载:0

[数据结构常用算法DSDemoW

说明:一个学习数据结构的很好的软件,能够动态的学习数据结构。-A good learning software data structures, data structures to dynamic learning.
<李勃> 在 2024-10-08 上传 | 大小:708608 | 下载:0

[数据结构常用算法00008.pgh

说明:学习数据结构的电子书,对学习书籍结构的有帮助。-Learning data structures books, books for learning the structure of help.
<李勃> 在 2024-10-08 上传 | 大小:3045376 | 下载:0

[数据结构常用算法4554564

说明:对以下6种常用的内部排序算法进行实测较: 起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序 -On the following six kinds of commonly used internal sorting algorithm measured more: bubble sort, insertion sort direct, simple selection sort, quick sort, shel
<刘青海> 在 2024-10-08 上传 | 大小:17408 | 下载:0

[数据结构常用算法6896326

说明:五大排序算法的比较,以及程序实现,已编译通过-Five sorting algorithm, and program implementation, compiled by
<刘青海> 在 2024-10-08 上传 | 大小:72704 | 下载:0

[数据结构常用算法bank

说明:银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
<曹书芹> 在 2024-10-08 上传 | 大小:228352 | 下载:0

[数据结构常用算法shortest_path

说明:求取给定图的多元最短路径,使用FLOYD算法实现,简单明了,注释详细!-Strike a given graph of multiple shortest path algorithm using FLOYD, simple and clear, detailed notes!
<Along> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[数据结构常用算法flash

说明:各种算法演示的CHM文档,比如,树形结构与人手一册算法的自动演示,内附说明-Various algorithms demonstrate the CHM document, for example, has a copy of the tree algorithm with automatic presentation, instructions included
<liliang> 在 2024-10-08 上传 | 大小:873472 | 下载:0

[数据结构常用算法ShortLoad

说明:根据贪心算法写的一个小程序,路径可以自己更改,路径是根据二维矩阵的方法获得,所以用的时候请自己改一下-According to the greedy algorithm to write a small program, the path can change themselves, the path is obtained based on two-dimensional matrix, so use your own change
<> 在 2024-10-08 上传 | 大小:995328 | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 1557.58 .59 .60 .61 .62 ... 2656 »

源码中国 www.ymcn.org