资源列表

« 1 2 ... .58 .59 .60 .61 .62 2563.64 .65 .66 .67 .68 ... 2656 »

[数据结构常用算法Hotname

说明:数据结构采用的是独立链法。用一个maxtimes和maxname实时跟新最大次数及对应的名字。使用了一个 hash函数: hash = hash * 131 + (int)name[j] int serial = hash 10007 (先要卷乘131,然后将得到的结果模一个和10000相近的素数,采用10007)(网络上的现成的算法)。然后生成一个链表,链表由节点组成,节点里面装入姓名和出现的次数;如果出现次数为0,则新建节点,否则在
<周嘉莉> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法TSP

说明:使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weight
<周嘉莉> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法EK

说明:ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum
<liang xinglun> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法List

说明:List的结构,根据数据结构与算法分析第三版书上的程序写成-The structure of the List, according to the data structure and algorithm analysis of the third version of the program written in the book
<ping> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Cpp1

说明:打开软件后,会随机输出一个迷宫,并给出走出迷宫的路径-Open the software, it will output a random maze, and gives a path out of the maze
<姚曦宇> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法zuichanggonggongzichuan

说明:本代码描述了寻找两个字符串的最大公共子串问题,算法描述清楚,适合初学者。-This code describes the search for two strings greatest common subsequence problem, the algorithm clearly described, suitable for beginners.
<sceleryhuang> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Hilbert_Curve

说明:将地理位置相邻的二维坐标,处理为队列的一维编号,实现空间降维。-The location adjacent to the two-dimensional coordinates, treated as one-dimensional queue number, spatial dimensionality reduction.
<ht> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法lcs

说明:根据X和Y序列,利用动态规划计算出的所有LCS-The X and Y sequences is calculated using dynamic programming all LCS
<shenjiayang> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法5exp1

说明:数据结构 c++邻接表构图 深度遍历和广度遍历-C++ adjacency list data structure traversal depth and breadth traversal
<张天> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Stack_Public_Interface

说明:< Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>>
<xushihao> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法Chained-HashTable_Public_Interface

说明:< Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my dow
<xushihao> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法mergeLinkList

说明:算法设计课程作业,按序合并两个有序链表。-Algorithm design course work, sequential merge two sorted linked list.
<jason> 在 2024-12-28 上传 | 大小:1kb | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 2563.64 .65 .66 .67 .68 ... 2656 »

源码中国 www.ymcn.org