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

搜索资源列表

  1. beibao

    1下载:
  2. 背包问题的主函数很有用啊 本程序主要用到遗传算法-背包
  3. 所属分类:matlab

    • 发布日期:2014-09-19
    • 文件大小:979
    • 提供者:yukuncheng
  1. Test_funtion

    1下载:
  2. 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:35844
    • 提供者:周旭
  1. matlab

    0下载:
  2. matlab 数值优化遗传算法程序,大家都看看嘛。-matlab genetic algorithm numerical optimization procedures, we all look at them.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5289
    • 提供者:唐汝帅
  1. ACATSP

    0下载:
  2. 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2072
    • 提供者:阿陶
  1. genetic_algorithm_matlab

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6432
    • 提供者:赵彦
  1. NSA

    0下载:
  2. 否定选择算法的仿真 希望大家能好好学习 好东西和大家分享-Negative selection algorithm for the simulation of hope that we can learn good things and to share
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1128
    • 提供者:Eric Zheng
  1. tuxiangshiyan

    0下载:
  2. 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:57389
    • 提供者:屋檐下的雨
  1. 97288435Speech_signal_short_time_analysis

    0下载:
  2. 关于双门限法的语音端点检测,及其量化和LPCC算法及倒谱参数的计算-limit on the two-door method of voice endpoint detection, and quantification and LPCC algorithm and Cepstrum calculations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6167
    • 提供者:杨开开
  1. music

    0下载:
  2. music算法的M文件,实现经典MUSIC的Matlab仿真-M-algorithm music files, the realization of the Matlab simulation of the classic MUSIC
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:996
    • 提供者:heyanzhi
  1. gene

    0下载:
  2. 遗传算法源代码,matlab源代码,just live your own way -the original code of gene,matlab,just live your own way
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1209
    • 提供者:徐小扁
  1. Grefenstette

    0下载:
  2. Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefenstette coding method and geneti
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:25622
    • 提供者:peng
  1. ofdmwaterfilling

    1下载:
  2. 经典的注水算法 可用来解决信道中质量好的信道多分功率,质量差的少分。-Classical algorithm can be used to solve the water quality channel multi-channel power, a smaller share of poor quality.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1998
    • 提供者:majie
  1. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. tsp_ga

    0下载:
  2. 遗传算法 求解TSP ,在matlab中实现编程。-Algorithm genetic algorithm TSP, in the realization of programming in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2028
    • 提供者:beyond
  1. bianbuchang

    1下载:
  2. 变步长的LMS算法,给出误差曲线和理论的权重分析。-LMS MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1228
    • 提供者:ffy
  1. ebp1

    1下载:
  2. matlab动量梯度下降算法 生成一个新的前向神经网络 对BP神经网络进行训练 对BP神经网络进行仿真-Momentum matlab gradient descent algorithm to generate a new feed-forward neural networks trained BP neural network on the BP neural network simulation
  3. 所属分类:matlab

    • 发布日期:2016-12-21
    • 文件大小:645
    • 提供者:
  1. Matlab

    0下载:
  2. 文件包含基于Matlab编写的一些先进PID控制程序,其中包括专家PID,大延迟Dalin算法,大滞后Smith算法,串级PID控制,遗传PID,遗传辨识算法。可在Matlab中直接运行。-Matlab based on the preparation of a document contains a number of advanced PID control procedures, including expert PID, large delay Dalin algorithm, larg
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7992
    • 提供者:但杨文
  1. ofdm

    0下载:
  2. OFDM 同步算法的描述 和源代码包括信道说明 和 各种参数的定义-OFDM synchronization algorithm descr iption and source code including the channel descr iption and definition of various parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3590
    • 提供者:jason
  1. lms_code

    0下载:
  2. lms源码这是实验的代码 为了对理论进行实际的理解 仅作参考 1. 随机逼近算法模块 2. 抗噪检验模块 3.最陡下降法模块-This is the experimental lms source code to the actual understanding of the theory of reference only 1. Stochastic approximation algorithm for module 2. Anti-noise test module 3
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:615
    • 提供者:li yan
  1. EUCLIDEAN_Algorithm

    1下载:
  2. Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed
  3. 所属分类:matlab

    • 发布日期:2015-11-04
    • 文件大小:1060377
    • 提供者:qinhua
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com