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

搜索资源列表

  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. MATLAB路径规划

    9下载:
  2. 用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, an
  3. 所属分类:其他

  1. LMS及Variable LMS算法(MATLAB)

    0下载:
  2. 用MATLAB实现的LMS自适应滤波算法及变步长自适应算法程序。(LMS adaptive filtering algorithm and variable step size adaptive algorithm program implemented by MATLAB.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:liuxiansh
  1. 泛射密码matlab实现

    0下载:
  2. 实现泛射密码,用matlab去实现泛射加密,解密功能,含有图形化界面(Universal pan cipher)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:4096
    • 提供者:KANLON
  1. matlab实现图像锐化

    1下载:
  2. 使用巴特沃斯高通滤波器实现图像锐化,用sobel算子实现图像分割,阈值分割图像(Using the Butterworth high pass filter to achieve image sharpening, the image segmentation is realized by Sobel operator and the threshold image is segmented.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:599ygmm
  1. 矩阵的Cholesky分解的Matlab实现_杨蕊

    1下载:
  2. 介绍了矩阵的 Cholesky 分解算法,结合实例用 Matlab编程实现了矩阵的 Cholesky 分解.(In this paper, The algorithm of Cholesky decomposition for matrix was introduced, and the routine was brought into effect based on matlab according to instance.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:32768
    • 提供者:Effie
  1. lagelangrichazhiduoxiangshi

    0下载:
  2. 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does not take advantage of the pow
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:11264
    • 提供者:xzt
  1. matlab-viola-jones-master

    0下载:
  2. 用matlab实现了基于viola-jones框架的人脸检测算法(A face detection algorithm based on Viola-Jones framework is implemented with MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4567040
    • 提供者:是大神啊
  1. 管壳式换热器设计计算用matlab源代码

    1下载:
  2. 管壳式换热器中的热量计算,基于matlab实现(Heat exchanger calculation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:瓜123
  1. matlab code

    0下载:
  2. 用来实现BS公式的二叉树求解方法,有过程有解释有图(The two forked tree solution for the implementation of the BS formula has the process of explaining the graph)
  3. 所属分类:金融证券系统

    • 发布日期:2018-04-29
    • 文件大小:19456
    • 提供者:llh123
  1. lms

    0下载:
  2. LMS自适应滤波算法,用matlab实现的,注释详细,通俗易懂(LMS adaptive filtering algorithm, achieved by MATLAB, annotated in detail, easy to understand.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:11245568
    • 提供者:zengfg
  1. 计算器的实现

    0下载:
  2. 用MATLAB实现计算器的简单相关运算,内附相应操作代码(Simple correlation calculation of calculator with MATLAB.Enclose the corresponding operation code)
  3. 所属分类:通讯编程

  1. matlab实验代码

    0下载:
  2. 用matlab实现的点、线特征提取,和基于灰度的特征匹配(Some small functions implemented with matlab)
  3. 所属分类:其他

    • 发布日期:2021-04-13
    • 文件大小:201728
    • 提供者:缘起知缘灭
  1. Matlab课程设计

    1下载:
  2. 用matlab代码实现一个心形图形的实现并且按照顺时针或者逆时针转动(Implement a heart figure with matlab code and turn clockwise or clockwise)
  3. 所属分类:其他

    • 发布日期:2019-02-11
    • 文件大小:1024
    • 提供者:Yiku
  1. AWGN信道模型下的模拟调制解调matlab实现

    1下载:
  2. 此程序实现了AWGN信道下的模拟调制解调,用的是matlab平台(This program implements the analog modulation and demodulation under the AWGN channel, using the MATLAB platform.)
  3. 所属分类:通讯编程

    • 发布日期:2020-12-26
    • 文件大小:3072
    • 提供者:老牛99
  1. 模糊综合评价原理+案例讲解与Matlab实现

    2下载:
  2. 模糊综合评价原理,用 matlab实现,亲测有效,望大家一起交流(The principle of fuzzy comprehensive evaluation is realized by MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-08
    • 文件大小:150528
    • 提供者:咖喱1
  1. 遗传算法的MATLAB实现

    1下载:
  2. 用MATLAB实现的遗传算法,解决函数优化问题,以Rosenbrock的测试函数为例
  3. 所属分类:人工智能/神经网络/遗传算法

  1. VRPTW-matlab

    2下载:
  2. 用matlab实现用遗传算法解决VRPTW问题的算例源代码(Using matlab to realize the source code of an example of solving VRPTW problem with genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-15
    • 文件大小:13312
    • 提供者:gala王同学
  1. 用matlab实现对语音信号的特征进行特征提取

    2下载:
  2. 这个代码是基于matlab的语音识别的前期处理,有部分特征提取。(This code is based on the pre-processing of speech recognition in matlab, and has partial feature extraction.)
  3. 所属分类:其他

    • 发布日期:2020-04-18
    • 文件大小:1024
    • 提供者:我爱吃肉条
  1. levy

    2下载:
  2. 用matlab实现levy概率分布,并作图,用于进化算法中调整步长(Using MATLAB to realize levy probability distribution and make a map for adjusting step size in evolutionary algorithm)
  3. 所属分类:进化算法

    • 发布日期:2020-03-03
    • 文件大小:1024
    • 提供者:张霸天
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com