CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 经典算法

搜索资源列表

  1. CRC32-bit2table-driven

    0下载:
  2. 详细推导了经典的CRC32算法;基于校验表-Detailed derivation of the classical CRC32 algorithms table-based
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:196107
    • 提供者:刘琅
  1. Procedures-for-100-cases-of-classic

    0下载:
  2. 经典程序100例,包括各种经典的程序,算法程序,很有用的-100 cases of classic programs, including the various classic procedure, algorithm program, very useful
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:24090
    • 提供者:major
  1. EAREC

    0下载:
  2. EAREC,是无线传感器经典路由算法,基于集群结构,基于地理位置-EAREC:Energy Aware Routing with efficient Clustering for Sensor Networks
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:338588
    • 提供者:kang
  1. Burg_VC

    0下载:
  2. 介绍了现代功率谱估计中的B哩算法最大嫡谱估计的基本原理,并采用VC+十语言对 功率谱密度(鹅D)进行了仿真。同时比较了BI雌算法和经典谱估计中Bardett周期图法,针对Burg算法中的 模型阶次的选择进行了分析,提出了最佳模型阶次采用最终预报误差(I下E)为准则的结论。 -Introduction of modern power spectrum estimation algorithm B mile maximum entropy spectral estimation prin
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:106250
    • 提供者:等待
  1. RandomizedTrees

    0下载:
  2. 随机树算法进行配准的非常经典的算法和非常经典的论文-random tree
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1255376
    • 提供者:lanjing
  1. mallat

    0下载:
  2. 小波分析Mallat算法经典程序,包含小波谱分析,滤波器,重构算法等。-Mallat algorithm of wavelet analysis of the classical procedures
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:947
    • 提供者:姚浩
  1. wendi_phd_2000

    0下载:
  2. 此文章为无线传感器网络的经典论文,最先提出LEACH算法的作者的博士论文-This article is the classic paper of wireless sensor networks was first proposed by LEACH algorithm of doctoral dissertation
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1739776
    • 提供者:zhangzhen
  1. levmar[1]

    0下载:
  2. 最小二乘算法比较经典的著述,可以看一下,对学习LM,高斯牛顿法很有启示-Comparison of classical writings least squares algorithm, can look
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:28092
    • 提供者:bing
  1. remotecontrol

    0下载:
  2. 关于红外遥控器学习算法的一片经典论文,来自清华大学学报-IR remote control learning algorithm on a piece of classic papers from the Tsinghua University
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:203700
    • 提供者:yuansheng
  1. Dijkstra

    0下载:
  2. 介绍了经典DIJKSTRA算法的主要思想-The main idea of the classic DIJKSTRA algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:818502
    • 提供者:夏天
  1. FIFO2010

    0下载:
  2. 经典先进先出页面置换算法,淘汰最先进入内存的页面-Classic FIFO page replacement algorithm, out of the first page into the memory
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4543
    • 提供者:明月紫莹
  1. IntroductiontoAlgorithm

    0下载:
  2. 算法导论(美国)Cormen扫描版,经典名著,值得好好学习一下-Introduction to Algorithms (USA) Cormen scan version, classics, should learn about
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:49021952
    • 提供者:gaojian
  1. Boosting-a-weak-learning-algorithm

    0下载:
  2. Freund在1995年发表的一篇很经典的文章Boosting a weak learning algorithm by majority,是关于弱学习算法的,全英文写的-Freund in 1995 published a classic article Boosting a weak learning algorithm by majority, is on the weak learning algorithm, written in English
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:316372
    • 提供者:feiminglu
  1. Bayesian_compressive_sensing

    0下载:
  2. 贝叶斯压缩感知算法的经典文献,相关研究必看-Bayesian algorithm for compressed sensing of the classic literature, relevant research must see
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:861508
    • 提供者:Kim
  1. arithmetic

    0下载:
  2. 求单词个数的三种算法分析 用户任意输入一个字符串 ,求该字符串中包含的单词个数 ,其 中单词以空格分隔。这道题目难度合适,不用理解复杂的概念,纯粹的考察学生解决问题的能力,而且题目看似简单,学 生很有信心能够解决这个问题。每年讲解程序语言基础课或者程序设计高级时 ,都拿这道题目让学生做练习 ,但是学生做 的情况并不乐观 ,因此有必要总结一下 3 种经典解法 ,让初学者也能够体会到程序和算法的乐趣 ,让学生爱上学习。-Find the number of words any of
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2157583
    • 提供者:小剑
  1. action

    0下载:
  2. 行为分析比较早的几篇论文,算法比较经典,有一篇是点云相关的-Behavior analysis of several earlier papers, the algorithm more classic, there is a point cloud is related to
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1509656
    • 提供者:mackintosh
  1. optimization-method-1

    0下载:
  2. 文档名称:最优化讲稿,包含各种经典优化算法。-Document name: optimization notes,which includes various classic optimization algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:235516
    • 提供者:叶落无尘
  1. optimization-method-2

    0下载:
  2. 文档名称:最优化讲稿2,包含各种经典优化算法。-Document name: optimization notes No.2,which includes various classic optimization algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:198924
    • 提供者:叶落无尘
  1. channel-reservation

    0下载:
  2. 信道预留策略国外文献,对与研究卫星网络信道预留的朋友 值得借鉴,很经典的策略算法,是我找了很久才收集到的,都是经典中的经典。-Channel reservation strategy of foreign literature, and worth learning and research satellite network channel reserved for friends, the classic strategy algorithm, I am looking for a long
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2848756
    • 提供者:pan
  1. algorithm

    0下载:
  2. 算法导论是介绍算法很经典的一本书,希望对大家有帮助。-Introduction to Algorithms is introduced algorithm is a classic book, we hope to help.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:48787456
    • 提供者:王根冯
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com