资源列表

« 1 2 ... .84 .85 .86 .87 .88 2389.90 .91 .92 .93 .94 ... 2656 »

[数据结构常用算法Astar

说明:A*算法求最短路径,数据结构里的图模型。在优化算法方面有很大用途-A* shortest path algorithm,Data structure graph model. Great use in terms of optimization algorithms
<sandy> 在 2024-11-08 上传 | 大小:6.08mb | 下载:0

[数据结构常用算法Horse-riding-board

说明:马踏棋盘算法 用贪心算法求出马能够遍历整个棋盘的一条路线-Horse riding board
<MissLiu> 在 2024-11-08 上传 | 大小:148kb | 下载:0

[数据结构常用算法Matlab-runcode

说明:A new method for analysing nonlinear and non-stationary data has been developed. The key part of the method is the `empirical mode decomposition method with which any complicated data set can be decomposed into a ni
<cyc> 在 2024-11-08 上传 | 大小:186kb | 下载:0

[数据结构常用算法hashTable

说明:哈希表(hash table),在visual c++中,分别使用链表和数组来实现的,可直接调用-hash table, complemented with linkedList and array by visual c++
<王耿> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法skepTable

说明:skipList,跳表。使用c++实现,无测试用例,可直接加到项目中使用-skipList,can be directly put into projects.
<王耿> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法LinearTable

说明:LinearList,线性表,本代码主要是sorted chain,使用c++实现-sortedList implemented by C++
<王耿> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法compress

说明:(Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
<王耿> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法decompress

说明:Lempel-Ziv-Welch decompress,LZW解压的代码,使用c++编写-Lempel-Ziv-Welch decompress, coded by C++
<王耿> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法guibinpaixu

说明:归并排序和二叉线索树的c++源码,有详细注释-Clues to merge sort and binary tree of the c++ source code, there are detailed notes
<彭毅> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法HeapSort

说明:这是一个经典的堆排序算法,不错的学习经典-This is a pile of sorting algorithm
<jone> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法SelectSort

说明:经典的选择排序算法,值得学习,学习数据结构的都会-This is a selection sort algorithm
<jone> 在 2024-11-08 上传 | 大小:148kb | 下载:0

[数据结构常用算法MinMaxHeap

说明:最小最大堆的插入,删除,找最大最小值操作实现(写成C++库文件的形式,可在.cpp代码中直接调用)-MinMaxHeap, we can implement findMin and findMax in O(1) time and insert or delete in O(log n) time.
<hzf> 在 2024-11-08 上传 | 大小:2kb | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 2389.90 .91 .92 .93 .94 ... 2656 »

源码中国 www.ymcn.org