搜索资源列表
指纹识别(基础算法)
- 指纹识别(基础算法)
变步长LMS算法
- 盲均衡算法的基础算法
music.rar
- 很经典的关于计算DOA的算法——music算法,也是所有计算DOA的基础算法,Classic DOA on the calculation algorithm- music algorithm, is also the basis for all calculations DOA algorithm
suanfa
- 基础算法的例题和解答(源程序为Pascal版本),NOIP基础资料-sample questions and answers of algorithms (source code for the Pascal version)
基于遗传算法的 TSP 算法
- tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
RLS算法
- 自适应 RLS算法的实现,结合RLS算法理论,编制了一个较为基础的RLS算法实现过程。(Implementation of adaptive RLS algorithm)
简单函数优化的遗传算法程序
- 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
seek算法
- 本文对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
mydijkstra
- 迪杰斯特拉算法又称最小路径算法,是图论里的一种基础算法。这里实现一种较为简洁的最小路径算法。(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.)
基本粒子群算法的matlab源程序
- 基础的粒子群云源代码,是应用粒子群算法的基础。(Cloud source code based on Particle Swarm)
EM
- EM算法的简单实现,EM算法是机器学习中的一个重要的基础算法(Simple implementation of EM algorithm, EM is an important basic algorithm in machine learning)
实用算法基础教程(ACM-ICPC初级学习资料)
- 主要关于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.)
查找算法
- 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
dijkstra算法
- dijkstra算法,最基础简单方便易学!(A very fundamental and easy version of Dijkstra algorithm! Hope everyone can start at this point!)
数据结构与算法:C_语言描述(中文)
- 数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为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版
- 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(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!)
遗传算法基础
- 遗传算法工具箱,介绍一元函数优化及多元函数优化,应用遗传算法工具箱进行计算。(Introduce the unary function optimization and genetic algorithm toolbox, multivariate function optimization, application of genetic algorithm toolbox to calculate.)
智能算法
- 用于智能算法的基础学习,包含有30个实例;供大家分析(Basic learning for intelligent algorithms, including 30 instances; for analysis)
十五种经典算法
- 关于matlab的十五种经典算法,适合有matlab基础的研究算法的人员研究学习(Fifteen kinds of classic matlab algorithm, suitable for matlab based research algorithm research personnel)
粒子群算法
- 粒子群算法的基础算法,并在程序后标注了解释(Basic algorithm of particle swarm optimization and annotated explanation after program)