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

搜索资源列表

  1. LMS

    0下载:
  2. 很好的介绍了自适应滤波器的一些相关算法,lms算法,rls算法-Very good introduction to some of the adaptive filter correlation algorithm, lms algorithm, rls algorithm and so on
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.59kb
    • 提供者:王波
  1. Programacion_y_metodos_numericos

    0下载:
  2. Topics Practices: Programming and Numerical Methods Practice 1: Introduction to C Practice 2: Cycles and functions First part cycles Part Two: Roles Practice 3 - Floating point arithmetic Practice 4 - Search for roots of funct
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:82.24kb
    • 提供者:DokiOki
  1. Introduction.to.Algorithms.-.Lecture.Notes

    0下载:
  2. MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4.58mb
    • 提供者:jayshaw
  1. dgpc.tar

    0下载:
  2. 模糊算法ppt,全面介绍了模糊算法的基础理论和典型应用,非常系统。-Fuzzy algorithm ppt, a comprehensive introduction to the basic theory and fuzzy algorithm typical application.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:75.91kb
    • 提供者:mengxiangwei
  1. lot

    0下载:
  2. 关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:25.01kb
    • 提供者:ROLL
  1. RLS

    0下载:
  2. RLS算法 简单的介绍了RLS算法的使用,便于大家理解RLS算法。-RLS algorithm is simple introduction to the use of RLS algorithm, facilitate better understanding of RLS algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2kb
    • 提供者:ning zhuang
  1. LS_esprit

    0下载:
  2. 简要的介绍了近场源定位的问题,使用了esprit算法-A brief introduction to the near-field source localization problem, use the esprit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:856byte
    • 提供者:咕叽咕叽
  1. Introduction.To.Sound.Processing

    0下载:
  2. Sound is usually considered as a mono-dimensional signal (i.e., a function of time) representing the air pressure in the ear canal. For the purpose of this book, a Single-Input Single-Output (SISO) System is defined as any algorithm or device t
  3. 所属分类:Other systems

  1. a-new-deformation-algorithm

    0下载:
  2. 本文中在构造关键点的对应时定义了难度D,以反映这种选择的变形效果的优劣。计算难度D时, 引入了B样条和曲率K等数学工具, 使难度值D较合理, 变形效果平滑,程序量约5000 行C 源代码行, 在本文后面给出了实际运行的结果,并对算法的时间代价和适用范围进行了分析。-The key point in constructing this article, the corresponding definition of the degree of difficulty when the D, to r
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:262.19kb
    • 提供者:陈东尧
  1. simple

    0下载:
  2. 实现单纯性算法,利用算法导论的算法,用于求解线性方程-Simple algorithm, the use of algorithms introduction to algorithms for solving linear equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:139.93kb
    • 提供者:jabinwang
  1. Simple-Genetic-Algorithm

    0下载:
  2. Simple Genetic Algorithm Introduction 遗传算法-Introduction to Simple Genetic Algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:2.24kb
    • 提供者:rambo_style19
  1. Simplex

    0下载:
  2. 用java实现的线性规划单纯形算法,是我研究生作业的一部分,内有大量的注释,配合算法导论可以理解明白。-Using java to achieve linear programming simplex algorithm is part of my graduate job, there are a large number of comments, with the Introduction to Algorithms can be understood to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:3.17kb
    • 提供者:xuchao
  1. The-EM-Algorithm

    0下载:
  2. 一本介绍EM算法的好书,,比较了很多种方法,对学习EM的人很有用-An introduction book of the EM algorithm, and compares a lot of kinds of methods, is very useful to study of EM
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:13.71mb
    • 提供者:snowman
  1. rainforest_aglrithm

    0下载:
  2. 有关介绍雨林算法的PPT以及在2013年一篇文章。可以参考-For an introduction to the rainforest PPT algorithm and in 2013 an article. You can reference
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:15.81mb
    • 提供者:
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2.27mb
    • 提供者:Summer-LXN
  1. IntroductionToAlgorithms.pdf

    0下载:
  2. introduction to algorithm
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:4.93mb
    • 提供者:wang0618
  1. IntroductionToAlgorithms.pdf

    0下载:
  2. introduction to algotithem
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:4.93mb
    • 提供者:wang0618
  1. Lecture3-Search Algorithms -2017

    0下载:
  2. Introduction to Algorithms PPT second
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:306kb
    • 提供者:xufanfan
  1. Introduction to Algorithms

    0下载:
  2. introduction to algorithm
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:4.74mb
    • 提供者:溜溜123
  1. 算法导论

    0下载:
  2. 算法导论书籍扫描高清版,作者是Thomas H.Cormen、Charles E.Leiserson等(Introduction to Algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:99mb
    • 提供者:呵呵哒123724
« 12 3 4 »
搜珍网 www.dssz.com