搜索资源列表
threetrees
- 对三种数据结构的分析.avl tree,splaytree和binary search tree的插入和删除的算法复杂度分析.-of three data structure analysis. Avl tree, splaytree and binary search tree insertion and deletion algorithm complexity analysis .
3
- 给出一个分治算法,计算两个n 位大整数的乘积。即A*B.并给出你的算法的复杂度分析。
bijiao
- 对一组数据运用6种常见的排序方法排序,并进行算法复杂度分析
arithmeticdesignandanalysis
- 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
Interior Sort v1.0
- 排序算法的内部复杂度分析,有八个算法,有时间和空间的分析,比较完整-internal sorting algorithm complexity analysis, eight algorithm, time and space analysis, a relatively complete
fine
- 双人五子棋(1、 使用说时间复杂度分析:因为要进行行列判断是否赢,所以复杂度为O(16*16)2、 明:本程序在DOS环境运行,可执行文件:fine.exe-Double 331 (1, the use of that time complexity analysis : As for the ranks to determine whether the win, so complexity is O (16 * 16) 2, states : The procedures in DOS env
RSA
- RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
复杂网络基本模型
- 复杂网络基本模型matlab实现,包括BA无标度网络、NW和WS小世界网络的实现与分析功能。
EEG
- 脑电信号的分析算法的全面概述,包含李氏指数复杂度等-EEG analysis algorithm overview, including complexity, such as Lyapunov exponent
KolmogorovEntropy_GP
- 一种简单有效的测度熵替代方法——近似熵(approximate entropy)方 法.应用以上方法对Logistic映射复杂度进行了分析.结果表明Lyapunov指数和测度熵的值与复 杂度基本呈线性关系,分维数与复杂度的函数关系尚难确定,且与Lyapunov指数、测度熵之间的关 系也不明确. - Approximate entropy (ApEn) method is also studied. They are applied to analyze the complex
amr算法复杂度分析的文档
- amr算法复杂度分析的文档,对于amr编程复杂度计算比较有用-amr algorithm complexity analysis of documents, amr programming complexity for calculating the more useful
complexity_analysisi_of_algorithm
- 算法复杂度分析, 包括时间性能分析等等!-complexity_analysisi_of_algorithm complexity_analysisi_of_algorithm
The_design_of_computer_algorithms
- 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
arithmeticComplexity
- 计算复杂度和渐进复杂度的好文章,复杂度分析的多种方法,有不少例子。-Computational complexity and the complexity of a good progressive articles, analysis of the complexity of a number of ways, there are many other examples.
TimeComplexity
- 测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
suijidu
- 随机信号复杂度matlab程序。可以分析信号的复杂度。而且有上限-The complexity of random signal matlab program. The complexity of the signal can be analyzed. But also limit
LZ复杂度
- 可以用来计算信号的LZ复杂度,有利于信号的非线性分析。。。
plsta
- 介绍了“雨田静态分析”在提高代码质量方面所做的开创性工作,。雨田静态分析系统是拥有独立知识产权的国产软件,能够对.c/.cpp/java文件进行静态分析。主要分析内容包括控制流分析、数据流分析、基本度量指标的计算、编码规则的违反情况检查等。在对文件进行详尽分析基础上,结合系统特有的质量模型,雨田静态分析系统对被分析的代码进行了综合质量评估,以直观的形式显示编码的质量水平。系统提供了内容丰富的静态分析结果和多角度的质量分析报告,为对编码进行有效评估提供重要的参考,也为解决代码中存在的问题提供明确的
PCA分析源代码
- 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
程序
- main_feature.m:为特征提取主要程序,其中调用filter50.m子程序为50HZ工频滤噪;调用ApEn.m c0complex.m kEn_correct.m lyapunov_wolf.m LZC.m spectral_entropy.m SVDen.m SampEn.m子程序为非线性特征(近似熵,C0复杂度,K熵等)提取;wave_brain为小波分析频段特征提取。其中采样频率皆为256HZ。(ApEn.m c0complex.m kEn_correct.m lyapunov_