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

搜索资源列表

  1. rldw

    0下载:
  2. 本文对几何模型匹配方法进行了研究,提出了一套完整的人脸定位算法。在预处理部分,采用了特别的增强人脸特征与脸部皮肤之间对比度的方法及局域取阈值二值化方法,改进了预处理的效果。在图像分割部分,实现了经典的分合算法,并且使用成组算法改进了分合的效果。在人脸匹配部分,实现了基于眼睛和嘴的几何模型匹配,并对评价函数的构造进行了研究-geometric model of this matching method for the study and submit a complete set of facia
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1021032
    • 提供者:苗夏菁
  1. chameleon算法vc实现

    0下载:
  2. 一种经典的基于层次聚类方法
  3. 所属分类:文档资料

  1. Cordic-VHDL

    1下载:
  2. Cordic算法的VHDL实现,实现了Cordic算法的过程经典-CordicVHDL
  3. 所属分类:software engineering

    • 发布日期:2016-11-11
    • 文件大小:217598
    • 提供者:陈好
  1. palmprint

    0下载:
  2. 这是篇掌纹识别的论文,列举了掌纹识别的经典算法,和系统具体实现-This is chapter palmprint identification papers listed palmprint identification of classic algorithms and systems to achieve specific
  3. 所属分类:Development Research

    • 发布日期:2017-05-15
    • 文件大小:3713787
    • 提供者:张昊
  1. Apriori

    0下载:
  2. C++实现数据挖掘十大经典算法之一Apriori算法-Aproiri acomplish with C++
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:3148970
    • 提供者:秦晓慧
  1. C

    0下载:
  2. 关于c语言的经典算法实现,供初学者学习联系使用。-Classic algorithm c language, contact use for beginners to learn.
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:228480
    • 提供者:hck
  1. C

    0下载:
  2. 面试中经常遇见的C语言中100个经典算法代码实现-100 classical algorithm code implements often encountered in the C language in the interview
  3. 所属分类:Project Manage

    • 发布日期:2017-12-05
    • 文件大小:134793
    • 提供者:大头
  1. huffman-source-code

    0下载:
  2. hufferman 霍夫曼编码 经典算法 代码实现-hufferman codeing
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:1510883
    • 提供者:孙慧慧
  1. 1213547

    1下载:
  2. 卡尔曼滤波算法实现,Matlab语言算法研究,经典卡尔曼滤波算法,使用于航迹跟踪和外推。-Kalman filter algorithm, Matlab language algorithms, rest, thank you thank you
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1228
    • 提供者:zhoucan
  1. DOAMUSICcoherentFBSS

    2下载:
  2. 前后向平滑, music 主要包含经典music算法实现原理及其代码,然后在此基础上介绍了前后向平滑算法的实现及其代码和仿真结果-forward/backward spatial smoothing,MUSIC Consists mainly of classical music algorithm theory and its code, and then on this basis introduced before and after smoothing algorithm and
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:181194
    • 提供者:dongxuhao
  1. Apriori

    0下载:
  2. 实现数据挖掘中关联规则挖掘的经典算法——Apriori-Implement classic algorithms in data mining association rules mining—— Apriori
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:16927
    • 提供者:任思琪
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
  1. aa

    0下载:
  2. 数学研究数字图像处理源代码 具体实现数字图像各经典算法,-mathematical studies
  3. 所属分类:Project Manage

    • 发布日期:2017-05-02
    • 文件大小:678146
    • 提供者:
  1. Fifteen-classical-algorithm

    0下载:
  2. 详细介绍了15个经典算法及其程序实现,有助于程序员快速掌握,通过面试-15 classic algorithms is introduced and the realization of the source code, can help programmers to quickly master, through the interview
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11818512
    • 提供者:卢颖辉
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. BP

    0下载:
  2. 神经网络算法是机器学习的一种经典算法,可以在MATLAB、SAS、SQL、SPSS上实现数据挖掘。-Neural network algorithm is a classical computer algorithms can be programmed on the SAS, matlab, SQL and other software.
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1946186
    • 提供者:Miss Lee
  1. DOA

    0下载:
  2. 几种算法实现DOA,有经典MUSIC算法,Root-MUSIC算法,ESPIRT算法等比较实现了对目标到达角度的估计。-Several algorithm DOA, classic MUSIC algorithm, Root-MUSIC algorithm, ESPIRT comparison algorithm to achieve the estimated target angle of arrival.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3479
    • 提供者:马俊奇
  1. 经典平差

    0下载:
  2. 测量平差理论中的 经典 平差算法实现,基于VC++~(The classical adjustment algorithm in measurement adjustment theory)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:352256
    • 提供者:1Coco1
  1. 经典滤波算法

    2下载:
  2. 介绍10种常见滤算法并给出实现代码,常见的有中位值滤波、互补滤波和一阶RC滤波以及其组合效果说明(10 common filtering algorithms are introduced and the implementation code is given)
  3. 所属分类:文章/文档

  1. 数学建模中用到的经典算法

    2下载:
  2. 收录了数学建模中各种常用算法,MATLAB实现
  3. 所属分类:编程文档

    • 发布日期:2018-02-04
    • 文件大小:54014503
    • 提供者:kunyuany@163.com
« 12 3 »
搜珍网 www.dssz.com