CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - algorithms

搜索资源列表

  1. clustering

    0下载:
  2. 各种聚类算法代码 都很好用的 各种聚类算法代码-Various clustering algorithms are very useful source of a variety of clustering algorithm code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:351582
    • 提供者:低调
  1. algorithms

    0下载:
  2. 若干matlab写的算法。包括kmeans,GA,Emfc等。值得研究和学习。-Matlab write a number of algorithms. Including kmeans, GA, Emfc and so on. Worth studying and learning.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5788
    • 提供者:alan ren
  1. 0521660653

    0下载:
  2. Practical Algorithms for Image Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:31619273
    • 提供者:Ranma Saotome
  1. DOA28April

    0下载:
  2. This a set of programs for DOA estimation using ML and MUSIC Algorithms
  3. 所属分类:RFID

    • 发布日期:2017-04-04
    • 文件大小:5374
    • 提供者:Sri
  1. AlgorithmsforroutingandcentralizedschedulinginIEEE

    0下载:
  2. IEEE论文 Algorithms for routing and centralized scheduling in IEEE 802.16 mesh networks-IEEE paper Algorithms for routing and centralized scheduling in IEEE 802.16 mesh networks
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:155215
    • 提供者:徐海荣
  1. howtothink

    0下载:
  2. How to think about algorithms
  3. 所属分类:Project Design

    • 发布日期:2017-05-19
    • 文件大小:5484119
    • 提供者:DIP
  1. TheResearchofSpatialSpectrumEstimationAlgorithminS

    0下载:
  2. 智能天线技术是第三代移动通信系统的关键技术之一,也是国内外热门的研究课题。由于无线移动通信的信道传输环境具有复杂性和不确定性,存在多径衰落和时延扩展,因此造成了符号间串扰、同信道干扰、多址干扰等,这些干扰降低了链路性能和系统容量,智能天线技术是解决以上问题的方法之一。 本文首先阐述了智能天线和白适应波束形成的基本理论,然后对自适应算法进行了研究。对一些基本的自适应算法最小均方算法、恒模算法及递推最小均方算法进行了分析讨论,用计算机仿真的结果论证了算法的性能。针对相干干扰介绍了空间平滑技术,对传统
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4444305
    • 提供者:王强
  1. Algorithm_Collections_for_Digital_Signal_Processi

    0下载:
  2. Book for Algorithms Collections for DigitalSignalProcessing Applications using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3574728
    • 提供者:krishnamaiden
  1. marf.tar

    0下载:
  2. Modular Audio Recognition Framework-MARF is a general cross-platform framework with a collection of algorithms for audio (voice, speech, and sound) and natural language text analysis and recognition along with sample applications (identification, NLP
  3. 所属分类:Audio program

    • 发布日期:2017-05-16
    • 文件大小:4232731
    • 提供者:no777
  1. weka

    0下载:
  2. 经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1104179
    • 提供者:xq
  1. algorithms

    0下载:
  2. 本文提出了一种基于圆周划分的模板匹配算法! 与传统模板匹配算法相比! 本算法具有速度较有一定的旋转不变性抗干扰性好的特点-A new template matching algorithem based on circle partitioning is presented. The new algorithm is faster and more robust than traditional template matching algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:148384
    • 提供者:葛川
  1. Toolbox_of_matlab_for_GAs

    0下载:
  2. MATLAB遗传算法工具箱PDF文档,可供使用GA工具的同学参考使用-PDF of Matlab toolbox for Gentic Algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:117564
    • 提供者:Putelays.Yao
  1. ada2

    0下载:
  2. lcs ,prims ,kruskal ,merge algorithms for ada -lcs ,prims ,kruskal ,merge algorithms for ada
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5321
    • 提供者:saurabhsingh
  1. TheDesignofFIRFilterBasedonFPGA

    0下载:
  2. 从分析FIR 数字滤波器的原理和设计方法入手,主要针对基于FPGA 实现数字滤波器乘法器的算法进行了比较研究,并通过一个8 阶FIR 低通滤波器的具体设计,简要分析比较了几种算法的优越性和缺点,从而充分发掘和利用FPGA 的高速特性。-From the analysis of FIR digital filter design theory and approach, mainly based on the realization of digital filter FPGA multiplie
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-21
    • 文件大小:6372564
    • 提供者:xxxmmmccc
  1. SortProject

    0下载:
  2. 各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:5555
    • 提供者:程序员
  1. algorithms

    0下载:
  2. SANJOY DASGUPTA等著的较新颖的算法类书,英文版本.-SANJOY DASGUPTA s novel algorithm book in English.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1681217
    • 提供者:wl
  1. fast_sc.tgz

    0下载:
  2. This a source code for sparse coding algorithm: Reference: Efficient sparse coding algorithms Honglak Lee, Alexis Battle, Raina Rajat and Andrew Y. Ng. In NIPS 19, 2007. -This is a source code for sparse coding algorithm: Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:39497
    • 提供者:Richard
  1. InferNet2.3

    0下载:
  2. Infer.NET is a .NET framework for machine learning. It provides state-of-the-art message-passing algorithms and statistical routines for performing Bayesian inference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:13030755
    • 提供者:david
  1. XY-Interpolation-Algorithms

    0下载:
  2. A descr iption of the algorithms used to provide both linear and circular interpolation. Example provided in C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1390741
    • 提供者:Andrew
  1. dmusic

    1下载:
  2. 一种实现超分辨率图像处理的新算法,本算法在综合前人算法的基础上,做了很大改进。很适合图像处理。-An implementation of the new super-resolution image processing algorithms, the algorithm in integrated algorithm based on the predecessors has done a lot of improvements. Very suitable for image process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:1641
    • 提供者:lcy
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com