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

搜索资源列表

  1. 阵列信号处理方面10个经典程序

    0下载:
  2. 关于阵列信号处理基本算法实现,包括均匀阵列波束形成,波束宽度与阵元的关系等
  3. 所属分类:其它资源

  1. my_face_recognition

    0下载:
  2. 利用PCA已经LAD等经典算法实现待GUI界面的人脸识别算法演示程序-PCA has been LAD and other classical algorithms to achieve the GUI interface to the face recognition algorithm demo program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8465828
    • 提供者:qiao_
  1. shuxuesuanfa

    0下载:
  2. 这些算法是关于大加数据,大小倍约,平方根,逻辑移动,迭代整除等算法的经典算法实现-These algorithms are based on large data, the size of the times, the square root, the logic of the move, iterative divisible algorithm, such as the classic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-14
    • 文件大小:12288
    • 提供者:xzzz
  1. LARS算法

    1下载:
  2. 包括LARS的经典文章和实现代码(MATLAB)(Abstract There are a number of interesting variable selection methods available beside the regular forward selection and stepwise selection methods. Such approaches include lasso (Least Absolute Shrinkage and Selection Operat
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-18
    • 文件大小:757760
    • 提供者:小博v
  1. PID控制算法的C语言实现(完整版)

    2下载:
  2. 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:84992
    • 提供者:绮里小媛
  1. 遗传算法选择算子

    0下载:
  2. 有关于遗传算法中一些经典选择算子的MATLAB实现(Some Realizations of Classical Selection Operators in Genetic Algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:长安逸魂
  1. 遗传算法变异算子

    0下载:
  2. 有关遗传算法中一些经典的变异算子的MATLAB实现(Some Realistic Variation Operators in Genetic Algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:长安逸魂
  1. 风板控装置制设计

    0下载:
  2. 本系统通过对直流小风扇风速的调节实现对风板转角的控制,使风板转角能够随风速变化而改变,且能快速达到设定角度并稳定。IAP15F2K61S2单片机为控制核心,通过键盘设定风板板角度 1602实时显示风板当前角度。单片机输出PWM波控制风扇的风速,通过GY521mpu-6050测量风板的倾角反馈至单片机,采用PID控制经典算法,使系统实现精确控制,然后微调小风扇的转速改变风速的大小使风板角度达到稳定。最终实现在悬挂重物的情况下风板能达到设定角度控制,且最终绝对值误差不超过5度.(The system
  3. 所属分类:其他嵌入式/单片机内容

  1. 经典滤波算法

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

  1. MATLAB 程序

    0下载:
  2. 阵列信号处理的相关MATLAB仿真源码,包括MUSIC,DOA估计等经典算法实现(Array signal processing related MATLAB simulation source code, including MUSIC, DOA estimation and other classical algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:17408
    • 提供者:dcrdcr
  1. 分水岭_算法

    0下载:
  2. 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:睡袋
  1. 回归算法

    0下载:
  2. matlab实现各种经典回归算法,如最小二乘,ridge,lasso,elastic net等等,以及各种回归算法应用实例。(Many classic regression methods such as least squares, ridge, lasso and elastic net and so on. In addition, some application examples are here indetails.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:35840
    • 提供者:wu joy
  1. lbg

    1下载:
  2. 就是使用矢量量化中的经典算法LBG算法,实现图像压缩(Is the use of vector quantization in the classic algorithm LBG algorithm to achieve image compression)
  3. 所属分类:图形图像处理

  1. VC++图像处理典型算法完整演示源代码

    0下载:
  2. VC++图像处理典型算法完整演示源代码,实现傅里叶变换、离散余弦变换等经典图形处理算法(VC++ image processing typical algorithm, complete demonstration source code)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:273408
    • 提供者:陈晨1010
  1. labview中实现聚类算法

    1下载:
  2. labview中实现聚类算法的经典案例,由NI LAB编写,不但有程序,还有说明文档(LabVIEW clustering algorithm to achieve a classic case, written by NI LAB, not only procedures, as well as documentation)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:741376
    • 提供者:csg
  1. VC图像处理典型算法及实现

    0下载:
  2. vc图像处理典型算法及实现,里边包含了多个经典算法,希望对大家有帮助(Typical algorithm for VC image processing and Realization)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:1457152
    • 提供者:lily393
  1. 数学建模中用到的经典算法

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

    • 发布日期:2018-02-04
    • 文件大小:54014503
    • 提供者:kunyuany@163.com
  1. reqmirementg-hard_coded-initialization

    0下载:
  2. 实用欧拉算法实现常微分方程的离散化!是非常经典的算法()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:bxll-72406
  1. art

    0下载:
  2. 图像重建领域经典算法——代数重建技术,使用matlab实现,新手入门必备。(this is a program of image reconstruction, it use to reconstruct imge , it's name is algebra reconstruction technique.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:2048
    • 提供者:Slash_One
  1. 常用算法程序集(C语言描述) (第三版)

    1下载:
  2. 各种数学算法的C语言实现,非常经典,非常实用,附带源代码,基本拿来就能用的。(C language implementation of various mathematical algorithms, very classic, very practical, with the source code, basically can be used.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:7505920
    • 提供者:文猛
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com