CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 复杂度 算法

搜索资源列表

  1. 最小生成树prim算法

    0下载:
  2. 最小生成树的prim算法 是求图中的最短路径的一个重要算法 但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:袁文
  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. 穷举算法

    0下载:
  2. 在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:凌继文
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4072
    • 提供者:韩磊
  1. 排序算法效率比较

    1下载:
  2. 分别实现选择排序,插入排序,归并排序,快速排序,分析他们的时间复杂度,并用程序统计他们实际运行的时间(随机产生20000个数),有简单界面。
  3. 所属分类:Windows编程

    • 发布日期:2010-11-28
    • 文件大小:14426
    • 提供者:wsxdrv
  1. MIMO自动球形检测算法

    0下载:
  2. 该算法利用统计裁减有效减小了自动球形译码(ASD)算法 中边界节点列表的大小 s,并可通过对参数的适当设置获得误符号率性能与复杂度之间的折衷。分析与仿真表明, 当采用较高电平调制(电平数大于 4)时,在相同信噪比范围内,PASD 在几乎不损失误符号率性能的前提下, 较 ASD 节省大于 30%的比较次数。
  3. 所属分类:matlab例程

    • 发布日期:2012-03-25
    • 文件大小:10877
    • 提供者:miaocq
  1. 这是一个将Dijkstra算法的时间复杂度

    0下载:
  2. 这是一个将Dijkstra算法的时间复杂度从O(n*n) 优化为O(nlogn)的方法,This method can reduce time complexity from O(n*n) to O(nlogn) for Dijkstra s algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:17282
    • 提供者:秦天
  1. fftcompare

    0下载:
  2. DFT与FFT算法复杂度比较,包括对数形式比较-DFT and the FFT algorithm order of complexity compares, compares including the logarithmic form
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2875
    • 提供者:卡其米奇
  1. EEG

    0下载:
  2. 脑电信号的分析算法的全面概述,包含李氏指数复杂度等-EEG analysis algorithm overview, including complexity, such as Lyapunov exponent
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:178944
    • 提供者:
  1. OFDM-Simulation

    3下载:
  2. 包含OFDM系统仿真,星状导频仿真,瑞利信道估计以及FFT与DFT算法复杂度比较。集合了12个项目,呵呵。-Contains the OFDM system simulation, the astroid pilot frequency simulation, the Rayleigh channel estimates as well as FFT and the DFT algorithm order of complexity compares. Has gathered 12 proje
  3. 所属分类:3G develop

    • 发布日期:2017-03-26
    • 文件大小:49448
    • 提供者:卡其米奇
  1. Timing

    0下载:
  2. 这是一个通过选择排序算法的计时来获得该算法的时间复杂度的程序。-This is a sorting algorithm by selecting the time to obtain the algorithm' s time complexity of the procedure.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1051
    • 提供者:cuijiao
  1. TimeComplexity

    0下载:
  2. 测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:653
    • 提供者:jj
  1. 排序算法比较

    0下载:
  2. 1. 掌握各种排序的基本思想。 2. 掌握各种排序方法的算法实现。 3. 掌握各种排序方法的优劣分析及花费的时间的计算。 4. 掌握各种排序方法所适应的不同场合。(1. master the basic idea of sorting. 2. master various sorting methods of the algorithm. 3., grasp the advantages and disadvantages of various sorting methods and
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:421888
    • 提供者:WHOAMI
  1. 7

    0下载:
  2. 7 基于纹理复杂度和差分的抗盲检测图像隐写算法(7 against blind detection based on texture complexity and difference image steganography algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:423936
    • 提供者:lushannanlu
  1. 5

    0下载:
  2. 5 基于图像复杂度的数字水印算法digital watermarking algorithm based on image complexity(digital watermarking algorithm based on image complexity)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:353280
    • 提供者:yuelu6
  1. 复杂网络算法与应用源程序

    2下载:
  2. 复杂网络构建模型,可能有小世界模型和无标度网络模型(Most social, biological, and technological networks display substantial non-trivial topological features, with patterns of connection between their elements that are neither purely regular nor purely random. Such features in
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:313344
    • 提供者:guhualu
  1. 7种复杂网络matlab经典算法

    1下载:
  2. 复杂网络的MATLAB仿真算法,包括多种复杂网络模型和统计算法,如WS,BA等模型的生成算法,度分布,聚类系数计算方法等。(MATLAB simulation algorithm for complex network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-11
    • 文件大小:4096
    • 提供者:lyaugust
  1. 算法时间复杂度的实验测试

    0下载:
  2. 以堆排序算法为例,改变输入规模n,测试算法时间复杂度(Time complexity of algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:172032
    • 提供者:xiaoyisha
  1. 天线选择算法总结

    5下载:
  2. MIMO天线选择算法中,基于最优选择算法和范数选择算法和随机选择算法的程序,能够简化硬件结构,降低通信算法的复杂度,提高通信的可靠性。穷举法,递减,递增等。(In MIMO antenna selection algorithm, the program based on optimal selection algorithm and norm selection algorithm and random selection algorithm can simplify the hardware
  3. 所属分类:通讯编程

    • 发布日期:2020-01-13
    • 文件大小:78848
    • 提供者:``afhdfhs
  1. 毫米波MIMO系统中混合预编码的交替最小化算法

    0下载:
  2. 因此,通过在数字预编码器上实施正交约束,然后提出低复杂度的AltMin算法。 此外,对于部分连接的结构,AltMin算法也是在半定理松弛的帮助下开发的。为了实际实施,所提出的AltMin算法进一步扩展到具有正交频分复用调制的宽带设置。 仿真结果将证明所提出的AltMin算法相对于现有的混合预编码算法具有显着的性能增益。 此外,基于所提出的算法,两种混合预编码结构之间的仿真比较将提供有价值的设计见解。(Therefore, by implementing orthogonal constraint
  3. 所属分类:3G/4G开发

    • 发布日期:2019-04-02
    • 文件大小:224256
    • 提供者:沐林清风
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com