资源列表

« 1 2 ... .24 .25 .26 .27 .28 213629.30 .31 .32 .33 .34 ... 216384 »

[数据结构常用算法dijkstra_b

说明:单源最短路径,用于路权相等的情况,dijkstra优化为bfs,邻接表形式,复杂度O(m)-Single-source shortest path for the right of way case of a tie, dijkstra optimization bfs, adjacency list form, complexity of O (m)
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bellman-ford

说明:单源最短路径,bellman_ford算法,邻接阵形式,复杂度O(n^3)-Single-source shortest path, bellman_ford algorithm, adjacency matrix form, the complexity of O (n ^ 3)
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法ijkstra_binary_heap

说明:单源最短路径,dijkstra算法+二分堆,邻接表形式,复杂度O(mlogm)-Single-source shortest path, dijkstra algorithm+ 2 sub-heap, adjacency list form, complexity of O (mlogm)
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra_mapped_heap

说明:单源最短路径,dijkstra算法+映射二分堆,正向表形式,复杂度O(mlogn)-Single-source shortest path, dijkstra algorithm+ Mapping 2 points heap, positive list system, complexity of O (mlogn)
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法graham

说明:构造凸包接口函数,传入原始点集大小n,点集p(p原有顺序被打乱!),返回凸包大小,凸包的点在convex中-Construct convex hull interface function, introduced the original point set size n, the point set p (p the original order has been disrupted!), Returns the size of the convex hull, convex hull of
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法friend_enemy

说明:带路径压缩的并查集扩展形式,用于动态维护查询friend-enemy型等价类,维护和查询复杂度略大于O(1)-With path compression and expansion of the form of search set for the dynamic maintenance queries friend-enemy type of equivalence classes, maintain, and query complexity, slightly larger than O
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法mapped

说明:映射二分堆 可插入,获取并删除任意元素,复杂度均O(logn) 插入时提供一个索引值,删除时按该索引删除,获取并删除最小元素时一起获得该索引 索引值范围0..MAXN-1,不能重复,不负责维护索引的唯一性,不在此返回请另外映射 主要用于图论算法,该索引值可以是节点的下标 //可更改元素类型,修改比较符号或换成比较函数-Mapping binary heap can be inserted, access and remove any element of complexity
<JP> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[Windows编程1.2

说明: 熟悉并掌握线性表的逻辑结构物理结构。 熟悉并掌握顺序表的存储结构基本操作和具体的函数定义。 -Be familiar with and master the linear logical structure of the physical structure of the table. Be familiar with and master the order of the basic operation of the table storage structure and speci
<谷兴飞> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[Windows编程1.3

说明:线性表插入1 熟悉并掌握线性表的逻辑结构、物理结构。 2 熟悉并掌握顺序表的存储结构、基本操作和具体的函数定义。 -Linear Table Insert Table 1 are familiar with and master the linear logical structure, physical structure. 2 familiar with and master the order of the table storage structure, the basic op
<谷兴飞> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[其他小程序Form1

说明:vb2008编写的读取内存程序 vb2008编写的读取内存程序-vb2008 program written to read the memory
<徐世龙> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[其他小程序delay

说明:c++中的一个延时函数,通过一些时间函数实现的-c++ in a delay function, a function of time achieved through a number of
<徐世龙> 在 2025-07-13 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)haarwavelet

说明:本程序实现haar小波的变换,在图像去噪。压缩等方面有很大的帮助-This procedure to achieve haar wavelet transform, the image de-noising. Compression there is a great help
<刘玄冰> 在 2025-07-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 213629.30 .31 .32 .33 .34 ... 216384 »

源码中国 www.ymcn.org