CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 复杂度计算

搜索资源列表

  1. 200628111717

    0下载:
  2. DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:59183
    • 提供者:吴庆庆
  1. Degree_Distribution.rar

    0下载:
  2. 复杂网络中,度分布计算,函数,并绘制出度分布的分布图,Complex networks, distributed computing degree, function, and mapping the distribution of out-degree distribution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:663
    • 提供者:sun
  1. newton_Interpolation

    0下载:
  2. C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time comple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1743
    • 提供者:yxp
  1. jacobi

    0下载:
  2. jacobi迭代计算特征值, 算法复杂度为o(n3)很大-computer eigvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3964
    • 提供者:hexing
  1. lagrange

    0下载:
  2. 用拉格朗日多项式计算在一点的差值!并且优化了计算方法,减少了时间复杂度!-Lagrange polynomial calculation point difference! And the optimized method to reduce the time complexity!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:185101
    • 提供者:Emily
  1. intelligent--location

    0下载:
  2. 所得税选址的智能算法,智能分区,降低算法复杂度,算法鲁棒性强,和穷举法一样可以获得全局最优解,同时计算量显著降低!-intelligent alogrithm for multi location porblem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1744
    • 提供者:zhuxq
  1. calculate-the-eigenvalues

    0下载:
  2. 本程序是通过反幂法计算矩阵特征值和特征向量,该方法已经调试通过。实验验证,本方法计算效率高 时间复杂度相对其他算法较低。-This procedure is calculated by inverse power eigenvalues ​ ​ and eigenvectors, the method has been debugged. Experiments, the high efficiency of this method time complexity is lo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1114
    • 提供者:张科
  1. Matrix

    0下载:
  2. 一个简单够用的矩阵类库,对于数值计算复杂度要求不是太高的情况是可用的-A simple enough matrix library, the computational complexity for numerical requirements are not too high is available
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2998
    • 提供者:小朱
  1. Sample-Entropy-VB

    1下载:
  2. 样本熵是一种有别于近似熵的不计数自身匹配的统计量,是对于近似熵算法的改进。样本熵与近似熵的物理意义一样,表示非线性动力学系统产生新模式概率的大小,主要用来定量刻画系统的规则度及复杂度。样本熵值越低,序列自我相似性越高,产生新模式的概率越低,时间序列越简单;反之,样本熵值越大,序列自我相似性越低,产生新模式的概率越高,时间序列越复杂。样本熵计算用程序VB6.0语言实现。-Sample entropy is different from the research and development o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:35413
    • 提供者:feiyun
  1. subgraph

    0下载:
  2. 复杂网络计算程序,获得subgraph中心度-Get subgraph
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:883
    • 提供者:yuzc
  1. BIGINT

    0下载:
  2. 大整数的计算和处理,经常用于算法竞赛,对算法过程和复杂度进行了优化-big int processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1018
    • 提供者:whimari
  1. PSO

    0下载:
  2. 针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。-TSP problem solving for the traditional algorithms such as genetic alg
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:314650
    • 提供者:程徐
  1. BM-algorithm

    2下载:
  2. 用于计算随机序列线性复杂度的Berlekamp-Massey算法,已包装为matlab函数,省去复杂的算法调试过程-implement the inversionless Berlekamp-Massy algorithm in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7270
    • 提供者:刘涛
  1. LZC

    0下载:
  2. 用于计算脑电信号或者心电信号的LZC复杂度,基于MATLAB开发-Use for calculating the LZC with one-dimensional vector.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:582
    • 提供者:李刚
  1. faigun

    0下载:
  2. 计算晶粒的生长,入门级别程序,LZ复杂度反映的是一个时间序列中,感应双馈发电机系统的仿真。- Calculation of growth, entry-level program grains LZ complexity is reflected in a time sequence, Simulation of doubly fed induction generator system.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6055
    • 提供者:卫铜琼
  1. yensang_v63

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,LZ复杂度反映的是一个时间序列中,基于小波变换的数字水印算法matlab代码。- Monte Carlo simulation method of calculating the American option price and basic descr iption, LZ complexity is reflected in a time sequence, Based on wavelet transform digital waterm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5129
    • 提供者:冯明刚
  1. peigie_V0.7

    0下载:
  2. 计算目标和海洋回波的功率谱密度,LZ复杂度反映的是一个时间序列中,重要参数的提取。- Calculating a target and ocean echo power spectral density, LZ complexity is reflected in a time sequence, Extract important parameters.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6404
    • 提供者:王卫
  1. qunhai_v32

    0下载:
  2. 计算一维光子晶体的透射特性和反射特性,课程设计时编写的matlab程序代码,LZ复杂度反映的是一个时间序列中。- Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Course designed to prepare the matlab program code, LZ complexity is reflected i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5313
    • 提供者:陈观武
  1. luijei

    0下载:
  2. LZ复杂度反映的是一个时间序列中,这是第二能量熵的matlab代码,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。- LZ complexity is reflected in a time sequence, This is the second energy entropy matlab code, Monte Carlo simulation method of calculating the American option price and basic descr iption.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:10347
    • 提供者:苏永
  1. naoman

    0下载:
  2. LZ复杂度反映的是一个时间序列中,三相光伏逆变并网的仿真,比较了软阈值,硬阈值及当今各种阈值计算方法。- LZ complexity is reflected in a time sequence, Three-phase photovoltaic inverter and network simulation, Comparison of soft threshold and hard threshold and today various threshold calculation meth
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5297
    • 提供者:esjnq
« 12 »
搜珍网 www.dssz.com