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

搜索资源列表

  1. C--bangzhu-wendang

    0下载:
  2. 主要是讲解C语言的一本资料,先详细讲解了C的一些基本语法,之后还有C语言经典的例子,最后还有一些算法的讲解,对初学者来说挺好的一本资料-An information to explain the C language, first explained in detail some of the basic syntax of C, followed by the C language classic example, and finally there are some algorithms t
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:809036
    • 提供者:多多
  1. VideoSnapCcut

    0下载:
  2. 经典的视频跟踪处理算法文章Video Snapcut.已经被应用于CS5.-Video SnapCut: Robust Video Object Cutout Using Localized Classifiers
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:22592780
    • 提供者:ly
  1. 5.19

    0下载:
  2. 数学建模经典模型,讲述了比如遗传算法,灰色理论等经典的模型,matlab的一些源程序-The classic model of mathematical modeling, tells the classic models such as genetic algorithms, gray theory, matlab source
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:682633
    • 提供者:程超
  1. Location-Coding

    0下载:
  2. 主要用MATLAB 仿真了蜂窝网无线定位TDOA中经典的一些算法如CHAN ,TAYLOR,SI算法等并做了性能分析和比较。。希望对初学定位的同学有用-Major cellular network wireless positioning TDOA classic algorithm CHAN, TAYLOR, SI algorithm MATLAB simulation and performance analysis and comparison. . Hope for beginner p
  3. 所属分类:Communication

    • 发布日期:2017-06-29
    • 文件大小:523264
    • 提供者:返校
  1. heinzelman00

    0下载:
  2. 这是一篇介绍leach算法的英文文章,挺经典的,多次被引用-English articles article leach algorithm, very classic, much-quoted
  3. 所属分类:Development Research

    • 发布日期:2017-11-16
    • 文件大小:323630
    • 提供者:高洁
  1. vanishing-point-calibration

    0下载:
  2. 里面包含5个pdf文件,分别从不同方面介绍了相机自动标定的方法,主要是介绍消失点和消失线的方法,都是比较老得论文,算法很详细,很经典。-Pdf file, which contains five from different camera auto-calibration method introduced vanishing point and vanishing line are relatively old paper, the algorithm is very detailed, ve
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:7390208
    • 提供者:zhangxu
  1. cPP

    0下载:
  2. 经典的c++语言算法讲稿(清华的严蔚敏)-The classic algorithm scr ipt c++ language (Tsinghua Yan Wei Min)
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:244303
    • 提供者:a
  1. lzycsfyjjz

    0下载:
  2. 量子遗传算法研究进展 很经典的说明文章!-Advances in Quantum Genetic Algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-11-08
    • 文件大小:153675
    • 提供者:东土大唐
  1. 178-classic-c-language-source-code

    0下载:
  2. 178个经典c语言源代码+算法大全 还有经典C程序100例 学习程序设计的很好的参考-178 classic c language source code+ algorithm Daquan There are 100 cases of classic C program Good reference for learning program design
  3. 所属分类:Development Research

    • 发布日期:2017-11-30
    • 文件大小:172445
    • 提供者:赵莫莫
  1. fulltext

    0下载:
  2. seam carving图像处理 算法原理 经典论文-the seam carving image processing principle
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:1176540
    • 提供者:tianxing
  1. seam-carving

    0下载:
  2. seam carving图像处理 算法原理 经典论文-the seam carving image processing algorithm principle Classic papers
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:2085233
    • 提供者:tianxing
  1. xianggtv

    0下载:
  2. 这是图像修复的经典的TV算法,以及改动后的方法,对于想做图像修复的人来说,是一种必备的修复算法-This is a classic TV image restoration algorithm, as well as change the method for people who want to do image restoration, repair algorithm is an essential
  3. 所属分类:Communication

    • 发布日期:2017-11-01
    • 文件大小:46980
    • 提供者:袁朗
  1. classical-algorithm-VCPP

    0下载:
  2. 常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等-The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:15500
    • 提供者:张双喜
  1. filter-algorithm--C-language-program

    1下载:
  2. 经典滤波算法及C语言程序,对于初学者来说是非常好的指导资料,内附源代码...希望对大家有用-Classic filtering algorithm and C language program for beginners is very good guidance information containing the source code ... hope to be useful ...
  3. 所属分类:software engineering

    • 发布日期:2016-09-26
    • 文件大小:739328
    • 提供者:侯翀
  1. problem-of-eight-number

    0下载:
  2. 本文档讲解经典难题八数码问题,通过给出广搜、A*算法的实例。容易理解,适合学习算法的初学者。-This document explaining the the the classic conundrum eight digital problem by giving wide search, A* algorithm instance. Easy to understand for beginners learning algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:528244
    • 提供者:loveyou
  1. The-collection-English

    0下载:
  2. 老外写的10部算法经典著作的合集,供开发查询使用-10 algorithm Classics Collection, written by foreigners for developers to query uses
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:29000721
    • 提供者:
  1. Introduction-to-Algorithms.pdf

    0下载:
  2. 算法导论是一本极其经典的书,基本是每一个牛人程序员必读之书,非常实用。-Introduction to Algorithms is a very classic, basic cattle each programmer must-read book, very practical.
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:55230464
    • 提供者:lixiulai
  1. Syn-Algorithm-for-UWB

    0下载:
  2. 一篇关于超宽带定位测距的经典文献,描述了一种基于能量接收的同步算法。-This paper describes a synchronization acquisition algorithm for Ultra-Wideband Impulse Radio (UWB-IR)designed for energy constrained applications, such as sensors networks.
  3. 所属分类:File Formats

    • 发布日期:2017-11-17
    • 文件大小:145173
    • 提供者:樵飞
  1. Fast-Refinement-Adaptive-Gaussian

    0下载:
  2. 高斯包络的线性调频信号分析的经典文献,A Fast Refinement for Adaptive Gaussian,文中提出了一种快速的信号自适应时频分解算法,Shie Qian老师的经典文献-A Fast Refinement for Adaptive Gaussian,propose a fast compute method.
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:249982
    • 提供者:
  1. LMSnature

    1下载:
  2. LMS自然梯度算法,在经典的最小均方(LMS)算法中引入非线性函数,得到一种非线性LMS算法.该算法根据LMS算法建立了相应的对照函数,用自然梯度推导出了自适应盲源分离算法-LMS natural gradient algorithm, in the classical least mean square (LMS) nonlinear function in the algorithm, a nonlinear LMS algorithm. The algorithm function is
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:797
    • 提供者:张艳芹
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com