CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 基础算法

搜索资源列表

  1. 指纹识别(基础算法)

    0下载:
  2. 指纹识别(基础算法)
  3. 所属分类:生物技术

    • 发布日期:2009-04-29
    • 文件大小:85.03kb
    • 提供者:sekermaat
  1. 变步长LMS算法

    2下载:
  2. 盲均衡算法的基础算法
  3. 所属分类:matlab例程

    • 发布日期:2010-05-22
    • 文件大小:655byte
    • 提供者:liming15507
  1. music.rar

    3下载:
  2. 很经典的关于计算DOA的算法——music算法,也是所有计算DOA的基础算法,Classic DOA on the calculation algorithm- music algorithm, is also the basis for all calculations DOA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.46kb
    • 提供者:Gill
  1. suanfa

    0下载:
  2. 基础算法的例题和解答(源程序为Pascal版本),NOIP基础资料-sample questions and answers of algorithms (source code for the Pascal version)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:58.77kb
    • 提供者:glace
  1. 基于遗传算法的 TSP 算法

    1下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:143kb
    • 提供者:淡然踏歌
  1. RLS算法

    0下载:
  2. 自适应 RLS算法的实现,结合RLS算法理论,编制了一个较为基础的RLS算法实现过程。(Implementation of adaptive RLS algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:3kb
    • 提供者:helloworldd
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4kb
    • 提供者:Kelly0928
  1. seek算法

    0下载:
  2. 本文对coreseek代码中涉及到的一部分算法进行说明,以便在阅读代码的时候,能更容易理解相关的代码。本文所整理的只是其中的部分算法,后面将在逐渐深入理解的基础上,进一步添加。(This article explains some of the algorithms involved in coreseek code so that it's easier to understand the code when you're reading the code. This paper is onl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:12kb
    • 提供者:wwwnn
  1. mydijkstra

    0下载:
  2. 迪杰斯特拉算法又称最小路径算法,是图论里的一种基础算法。这里实现一种较为简洁的最小路径算法。(Dijkstra algorithm, also known as the minimum path algorithm, is a basic algorithm in graph theory. Here to achieve a more concise minimum path algorithm.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:929743545
  1. 基本粒子群算法的matlab源程序

    0下载:
  2. 基础的粒子群云源代码,是应用粒子群算法的基础。(Cloud source code based on Particle Swarm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:11kb
    • 提供者:默黑白
  1. EM

    0下载:
  2. EM算法的简单实现,EM算法是机器学习中的一个重要的基础算法(Simple implementation of EM algorithm, EM is an important basic algorithm in machine learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:dsysd
  1. 实用算法基础教程(ACM-ICPC初级学习资料)

    0下载:
  2. 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:27.59mb
    • 提供者:黄晨1994
  1. 查找算法

    0下载:
  2. 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:6.87mb
    • 提供者:JUSTONEBOY
  1. dijkstra算法

    0下载:
  2. dijkstra算法,最基础简单方便易学!(A very fundamental and easy version of Dijkstra algorithm! Hope everyone can start at this point!)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:5kb
    • 提供者:xiaotong0201
  1. 数据结构与算法:C_语言描述(中文)

    0下载:
  2. 数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为C#语言程序员提供了学习基础数据结构与算法的机会(Data structure and algorithm learning is very critical for professional programmers in software development. This book provides C# language programmers with the opportunity to learn basic data
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1.04mb
    • 提供者:时间记忆
  1. 算法设计与分析基础.第3版

    1下载:
  2. 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:20.05mb
    • 提供者:neverwar
  1. 遗传算法基础

    0下载:
  2. 遗传算法工具箱,介绍一元函数优化及多元函数优化,应用遗传算法工具箱进行计算。(Introduce the unary function optimization and genetic algorithm toolbox, multivariate function optimization, application of genetic algorithm toolbox to calculate.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:2kb
    • 提供者:妍果果
  1. 智能算法

    0下载:
  2. 用于智能算法的基础学习,包含有30个实例;供大家分析(Basic learning for intelligent algorithms, including 30 instances; for analysis)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 十五种经典算法

    0下载:
  2. 关于matlab的十五种经典算法,适合有matlab基础的研究算法的人员研究学习(Fifteen kinds of classic matlab algorithm, suitable for matlab based research algorithm research personnel)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:723kb
    • 提供者:cykh
  1. 粒子群算法

    1下载:
  2. 粒子群算法的基础算法,并在程序后标注了解释(Basic algorithm of particle swarm optimization and annotated explanation after program)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-05
    • 文件大小:11kb
    • 提供者:难以斯文
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com