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

搜索资源列表

  1. threetrees

    0下载:
  2. 对三种数据结构的分析.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. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.47kb
    • 提供者:王佩君
  1. 3

    0下载:
  2. 给出一个分治算法,计算两个n 位大整数的乘积。即A*B.并给出你的算法的复杂度分析。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.2kb
    • 提供者:罗珺
  1. bijiao

    0下载:
  2. 对一组数据运用6种常见的排序方法排序,并进行算法复杂度分析
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.37kb
    • 提供者:吕静榕
  1. Interior Sort v1.0

    0下载:
  2. 排序算法的内部复杂度分析,有八个算法,有时间和空间的分析,比较完整-internal sorting algorithm complexity analysis, eight algorithm, time and space analysis, a relatively complete
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:421.06kb
    • 提供者:阿顾
  1. 复杂网络基本模型

    3下载:
  2. 复杂网络基本模型matlab实现,包括BA无标度网络、NW和WS小世界网络的实现与分析功能。
  3. 所属分类:matlab例程

  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:6.85mb
    • 提供者:shang
  1. NOI2009code

    0下载:
  2. noi2009一试,二试的分析和源代码,绝对实用。-变换序列 目录 问题简述 .................................................................................................................................................................... 2 问题建模 .................................
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-07
    • 文件大小:1.56mb
    • 提供者:liweitao
  1. TimeComplexity

    0下载:
  2. 测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:653byte
    • 提供者:jj
  1. suijidu

    0下载:
  2. 随机信号复杂度matlab程序。可以分析信号的复杂度。而且有上限-The complexity of random signal matlab program. The complexity of the signal can be analyzed. But also limit
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:796.56kb
    • 提供者:
  1. Sparse-matrix-transpose

    0下载:
  2. 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:265.55kb
    • 提供者:陈晓娟
  1. Knight

    0下载:
  2. 1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达此位置行走的步数(初始为1) -1. Experimen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:717byte
    • 提供者:fangjuan
  1. antc

    0下载:
  2. 其主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其它仿生优化算法的比较与融合;蚁群算法的研究展望;最后还在附录部分给出了基本蚁群算法的程序源代码和相关网站。.-Its main contents include the origin of ant colony algorithm idea,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4.04kb
    • 提供者:ma
  1. sort

    0下载:
  2. 各种排序算法的比较 性能比较 复杂度分析 -Comparison of the performance of various sorting algorithms more complex analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:杨通
  1. sorting-methods

    0下载:
  2. 用C语言实现了各种排序方式,并且还论述了各种排序方式的复杂度分析和稳定性情况-In C language to implement a variety of sorting methods, and also discusses the various ways of sorting and stability of complex analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:14.47kb
    • 提供者:李国辉
  1. sorting-methods

    0下载:
  2. 用C语言实现了各种排序方式,并且还论述了各种排序方式的复杂度分析和稳定性情况-In C language to implement a variety of sorting methods, and also discusses the various ways of sorting and stability of complex analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15.71kb
    • 提供者:李国辉
  1. Scheduling-algorithm-is-compared-

    1下载:
  2. 各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概的执行时间。试通过随机的数据比较各算法的关键字比较次数和关键字移动的次数。-The time complexity analysis of the various internal sorting algorithm only gives the order of the algorithm execution time, or about the execution time. Test the random data al
  3. 所属分类:Data structs

    • 发布日期:2015-01-26
    • 文件大小:11kb
    • 提供者:刘颖
  1. ApEn_rmax_modify

    0下载:
  2. 计算近似熵,通过优化Pincus的算法,提高了计算效率。可用于生理信号复杂度分析。-Calculate the approximate entropy algorithm by optimizing Pincus improve the computational efficiency. Physiological signals can be used for complexity analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.11kb
    • 提供者:yifan
  1. LZ复杂度

    0下载:
  2. 可以用来计算信号的LZ复杂度,有利于信号的非线性分析。。。
  3. 所属分类:matlab例程

  1. complexity1

    0下载:
  2. 基于matlab的关于昏迷病人脑电波复杂度分析-Matlab based on the complexity of comatose brain wave analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:茅佳佳
  1. The-sample-entropy

    0下载:
  2. 样本熵是时间序列复杂度的一种度量,在上个世纪末期由几位非线性动力学研究者提出。样本熵比近似熵更具有相对一致性,在分析生物信号序列的复杂度分析中已经获得成功应用。-Sample entropy is a measure of time sequence complexity, nonlinear dynamics in the late last century by a few researchers have proposed.Sample entropy than approximate e
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:929byte
    • 提供者:leo 李
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com