资源列表

« 1 2 ... .49 .50 .51 .52 .53 2454.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法MergeSort2

说明:二路合并排序算法,使用分治策略,时间复杂度O(nlog2n), 需要和待排记录等数量的辅助空间,是一种稳定的排序算法-two-way merge sorting algorithm, the use of divide-and-conquer strategy, the time complexity O (nlog2n) Pai and the need to record the number of auxiliary spac
<mxm> 在 2024-11-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Erathosthenes

说明:Erathosthenes给一个自然数a,判断是否为质数,最高效的-Erathosthenes to a natural number one, to determine whether the quality of a few, the most efficient. .
<李锐> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法dataandstructure

说明:送给大家的新年礼物,关于数据结构的东西,希望能给你大家写帮助.-gave you for the New Year gifts, the data structure of the things that would give you to help you to write.
<fsfasf> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法FibonacciHeap

说明:斐波那契堆基于二项式堆,在支持以O(1)时间实现插入、合并和以O(log n)实现删除最小元素的基础上,进一步实现了以O(1)实现指定节点值减少和用O(log n)时间完成删除任意节点操作-Fibonacci heap-based binomial heaps of support to the O (1) time to achieve insertion, Merger and O (log n) to achieve the sm
<wt> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法suanfa

说明:这是我今年数据结构的课程设计,课题是实现冒泡排序,快速排序,直接插入排序,直接选择排序的算法比较 绝对原创哦-This is my data structure of this curriculum design, the task is to achieve bubble sort, quick sort, direct insertion sort, directly choose Sort Algorithm relative
<李枫> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法MinHeapimplementmintree

说明:数据结构中,主要是运用最小堆,实现最小代价生成树-data structure, the main use is the smallest pile, to achieve the minimum price Spanning Tree
<wt> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法ImproveShortestPathArithmetic

说明:应用斐波纳契堆和邻接表改进单源最短路径算法,使其算法的时间复杂性由O( )减少为O(nlogn+e),其中e为有向图的边的条数。-application Fibonacci heap and the adjacent table to improve single source shortest path algorithm, its algorithm's time complexity of O () reduced to
<wt> 在 2024-11-07 上传 | 大小:7168 | 下载:0

[数据结构常用算法doublelink

说明:我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non- recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please giv
<lllld> 在 2024-11-07 上传 | 大小:614400 | 下载:0

[数据结构常用算法Three_Dim_Link

说明:我的三维链表程序,非递归算法实现,希望各位提出宝贵意见,实际上完全可以从此得出任意多维链表的算法.-3D chain procedures, non- recursive algorithm, hoping to give valuable advice Since then, in fact, can draw arbitrary multi-dimensional chain algorithm.
<lllld> 在 2024-11-07 上传 | 大小:32768 | 下载:0

[数据结构常用算法MMA32

说明:一种盲均衡算法的matlab仿真程序 信道为多经信道-a blind equalization algorithm Matlab simulation program for multi-channel by channel
<overtone> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法puzzle_dev_c

说明:经典迷宫算法,效率高。适合初学者熟悉数据结构的堆栈。-classic maze algorithm, high efficiency. For beginners familiar with the data structure of the stack.
<孙迪> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法2501425708

说明:此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)-the procedure used to upgrade method is the second generation wavelet transform%% I use a non-inte
<刘树春> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 2454.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org