搜索资源列表
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, stat
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, state
DPG
- 堆排序 一、 需求分析 问题定义: 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。 -a heap sort, demand analysis definition : the assumption that to meet the definition of sculpture,
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.并给出你的算法的复杂度分析。-Given a sub-rule algorithm, calculation of the two n-bit large integer product. That is, A* B. and given the complexity of your algorithm analysis.
bijiao
- 对一组数据运用6种常见的排序方法排序,并进行算法复杂度分析-One set of data on the use of six kinds of common sorting methods to sort and analysis of algorithm complexity
arithmeticdesignandanalysis
- 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
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
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
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
程序
- 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 c0com