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

搜索资源列表

  1. C_Complexity_SP

    0下载:
  2. 计算离散时间序列的复杂度,只要是离散序列就可以计算其“LZ”复杂度,采用基本C语音编程-Discret Time Signal s Complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1251956
    • 提供者:yanjun
  1. 51478222fast_select

    0下载:
  2. 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as: Operational × volume = search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1178
    • 提供者:罗鹏
  1. MIMOOFDMood

    0下载:
  2. 该方案不需要任何的反馈 电话到变送器和其计算复杂度 类似于MRRC。比起MRRC,如果总数 辐射功率是保持不变的,发送的多样性 -The program does not require any feedback from telephone to the transmitter and its computation complexity is similar to MRRC. Compared to MRRC, if the total radiated power is k
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4410576
    • 提供者:丁蓉
  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. Union

    0下载:
  2. 在一些有N个元素的集合应用问题中,我们通常是在开始时让每个元素构成一个单元素的集合,然后按一定顺序将属于同一组的元素所在的集合合并,其间要反复查找一个元素在哪个集合中。这一类问题近几年来反复出现在信息学的国际国内赛题中,其特点是看似并不复杂,但数据量极大,若用正常的数据结构来描述的话,往往在空间上过大,计算机无法承受;即使在空间上勉强通过,运行的时间复杂度也极高,根本就不可能在比赛规定的运行时间(1~3秒)内计算出试题需要的结果,只能采用一种全新的抽象的特殊数据结构——并查集来描述。-N ele
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1228
    • 提供者:宋航
  1. Games-Chan

    0下载:
  2. 在流密码中,计算二元周期序列的线性复杂度,周期为2的n次方-Calculated binary periodic sequence with a period of 2 ^ n
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:780
    • 提供者:李琴琴
  1. LS_esprit

    0下载:
  2. 传统的解相干方法主要有空间平滑和子空间拟合两类,但这些方法或者阵列利用率低或者计算复杂度高,因此寻求计算量小且阵列利用率高的解相干测向方法有重要意义.该文基于前后向矢量重构理论,-The traditional decoherence methods spatial smoothing and subspace fitting into two categories, but these methods or array utilization rate is low or high compu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:900
    • 提供者:王刚
  1. cnt_1.tar

    0下载:
  2. 可以计算一个数的二进制表示中1的个数,在字长为n时最差情况下的时间复杂度为O(n)。-Can calculate the binary representation of a number in a number, when word length is n, in the worst-case time complexity is O (n).
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:961
    • 提供者:罗滋宽
  1. skip_early_terminated

    0下载:
  2. AVS模式选择模块中skip模式预选,为了提高效率,降低计算复杂度-AVS mode selection module skip mode preselection, in order to improve efficiency and reduce computational complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:517
    • 提供者:shuang
  1. OFDM

    0下载:
  2. 基于深度限幅的OFDM峰均比抑制器的设计 (限幅法是最简单直接的一种,以降低误码率性能 频谱畸变和计算复杂度为主要代价。)-matlab OFDM
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:646
    • 提供者:吴镇洲
  1. ComplexityCompute

    0下载:
  2. 计算Lempel复杂度, 计算Lempel复杂度,-compute Lempel complexity
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:567
    • 提供者:dawei
  1. MinusDate

    0下载:
  2. 计算两个日期相差年数,月数,日数的完整MFC项目,适合新手入门。里面对天数差的计算复杂度是O(1)的,而非常规的O(n)逐年的计算累加,因而效率更高。且程序的算法不依赖于time结构,因而不存在过多的日期范围限制(理论上上下几亿年没问题,不过由于几亿年的闰年制其实是经不起推敲的......)-Calculate the difference between two dates the number of years, months, days MFC program number, the nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:58952
    • 提供者:dfag
  1. Checker

    0下载:
  2. 能够模拟物体表面颜色细节或几何细节的计算机图形学技术称为纹理映射技术(texture    mapping  technology)。利用纹理映射技术,可以在不增加场景绘制复杂度,不显著增加计算量的前提下,大幅度提高图形的真实感。-Checkerboard texture mapping
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:83763
    • 提供者:左岸
  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. jenlao_v44

    0下载:
  2. 数据包传送源码程序,wolf 方法计算李雅普诺夫指数,LZ复杂度反映的是一个时间序列中。- Data packet transfer source program, wolf calculated Lyapunov exponent, LZ complexity is reflected in a time sequence.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5948
    • 提供者:朱文
  1. jienei_v62

    0下载:
  2. LZ复杂度反映的是一个时间序列中,保证准确无误,是学习通信的好帮手,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。- LZ complexity is reflected in a time sequence, Ensure accurate communication is learning a good helper, Including the final calculation of the compressed image peak signal to noise ratio an
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6773
    • 提供者:田云玲
  1. 01-复杂度1 最大子列和问题

    0下载:
  2. 计算最大子列和 并使用最低的时间复杂度,真的特别厉害(Compute maximum subsequence sum)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:47104
    • 提供者:张阿
  1. 指标和时间复杂度

    0下载:
  2. c和c++数据结构指标的位置和时间复杂度的计算(The calculation of the location and time complexity of the index)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:172032
    • 提供者:sandy110
  1. svd_evd_complexity

    2下载:
  2. 有关奇异值分解和特征值分解的复杂度计算比较,包含多种方法(Comparison of complexity calculations for singular value decomposition and eigenvalue decomposition, including multiple methods)
  3. 所属分类:其他

    • 发布日期:2019-11-13
    • 文件大小:1433600
    • 提供者:六月尘
  1. LAMBDA

    1下载:
  2. 根据输入参数完成基于LAMBDA方法的双差整周模糊度固定仿真,以实现载波相位伪距双差模式相对定位中最关键和复杂的计算模块。(Fixed ambiguity simulation based on LAMBDA method is completed according to the input parameters to realize the most critical and complex calculation module of carrier phase pseudorange do
  3. 所属分类:其他

    • 发布日期:2020-07-04
    • 文件大小:12288
    • 提供者:lwy06
« 12 3 »
搜珍网 www.dssz.com