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

搜索资源列表

  1. Algorithm

    0下载:
  2. 通过时、空复杂度,对算法在具体问题上的性能进行分析。PPT,很适合算法爱好者学习参考-Through time and space complexity of the algorithm in the performance of specific issues for analysis. PPT, lovers learning algorithm is very suitable reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2334478
    • 提供者:superduck1
  1. C

    0下载:
  2.  二分查找又称折半查找,它是一种效率较高的查找方法。   【二分查找要求】:1.必须采用顺序存储结构 2.必须按关键字大小有序排列。   【优缺点】折半查找法的优点是比较次数少,查找速度快,平均性能好 其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。   【算法思想】首先,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:515
    • 提供者:pxs
  1. main2

    0下载:
  2. 使用c++解决算法中的社会名流问题:找出一组人中,被所有其他人认识,同时不认识其他人的人,算法复杂度为O(n)-Algorithm using c++ to solve the problem of the celebrities: to find a group of people, by all the other people understand, while others who do not know, the algorithm complexity is O (n)
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:172077
    • 提供者:丁欢
  1. A

    3下载:
  2. OFDMA系统中低复杂度比例公平资源分配算法(原文+代码)-Adaptive Resource Allocation in Multiuser OFDM Systems With Proportional Rate Constraints
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:761854
    • 提供者: 20066995
  1. agnes

    0下载:
  2. 此源程序为层次聚类中AGNES聚类法算法部分,测试数据须自己输入,测试前最好先看下源码 测试数据只有2个属性,可根据自己需求修改数据结构体属性个数,与对象间欧式距离计算函数 本源码若算法复杂度有可改进的地方或有BUG请高手指出,计算500条以上的数据时须耐心等待结果 -The source code for the hierarchical clustering algorithm in part AGNES clustering method, the test data requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2072
    • 提供者:odile zhu
  1. NumberOfK

    0下载:
  2. 在VC++中实现查找链表倒数第K个元素,采用简单高效的算法,算法复杂度为O(1)-Find the list from the first k elements
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:4597
    • 提供者:Joyce
  1. Chow

    1下载:
  2. MIMO-OFDM系统中的自适应算法中的一种。Chow算法是根据各个子信道的信道容量来分配比特的。与Hughes-Hartogs算法相比,没有了大量的搜素和排序,简化了算法复杂度。-MIMO- OFDM systems in one of the adaptive algorithm. Chow algorithm is based on the channel capacity of each channel to allocate bits. Compared with Hughes- Ha
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:刘晨
  1. MergeSortedLists

    0下载:
  2. 对两个链表进行合并排序, 算法复杂度为nlogn-merge two lists sorted
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5129
    • 提供者:lala
  1. theDesignAndAnalysisOfAlgorithmTest1

    0下载:
  2. 最大间隙问题和最多约数问题,在算法设计与分析这么课程中学习算法复杂度计算-Maximum clearance and at most a few problems in the algorithm design and analysis of such a course of learning algorithm complexity of computation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4112
    • 提供者:薛逍遥
  1. longest substring

    0下载:
  2. 利用C++实现Leetcode题目中的寻找最长子序列问题,即从一个序列中查找符合标准的子序列,算法复杂度和时间复杂度均较好(C++ implementation of the oldest sequence)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:51200
    • 提供者:多舒服撒
  1. 7

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

    • 发布日期:2017-12-26
    • 文件大小: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. 冒泡排序改进版

    0下载:
  2. 对冒泡排序进行改进。减少循环次数,降低算法复杂度(Improved bubble sort)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:707584
    • 提供者:周蛋宝
  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. milk-master

    0下载:
  2. 机器学习python类库,机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。(Machine learning Python class library)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:201728
    • 提供者:sy22006
  1. PCA分析源代码

    0下载:
  2. PCA主成分分析源代码,PCA是用于降维是经典方法,现在仍有很多人用主成分分析方法进行降维,降低算法复杂度。(PCA is the source code of principal component analysis. PCA is a classical method for dimensionality reduction. Many people still use principal component analysis to reduce dimension and reduce a
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:小臭臭666
  1. Sort

    0下载:
  2. 计算各个排序算法的时间复杂度,以及给出各个排序算法代码(The time complexity of each sorting algorithm is calculated and the code for each sort algorithm is given)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:
  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:126976
    • 提供者:SUSHAN666
  1. 019420

    0下载:
  2. FFT 算法的动态链接库 自己做的 算法复杂度一般()
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:8192
    • 提供者:Jooepk
  1. 算法时间复杂度的实验测试

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

    • 发布日期:2018-05-06
    • 文件大小:172032
    • 提供者:xiaoyisha
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com