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

搜索资源列表

  1. report-for-matlab-real-time-workshop

    0下载:
  2. 讲解MATLAB直接代码生成在DSP编程上的应用,通过这一ppt可以掌握基本的直接代码生成方法。-Explain the MATLAB code generation directly on the DSP application programming, through this ppt can grasp the basic method for direct code generation.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.56mb
    • 提供者:李昱
  1. GRASP

    3下载:
  2. 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。-Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the v
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5.3kb
    • 提供者:sunling
  1. [matlab]

    1下载:
  2. 模糊核聚类算法的几篇论文及matlab源码,可以以练代学,更好掌握模糊聚类方法。-Fuzzy Kernel Clustering Algorithm matlab several papers and source code, can be practicing on behalf of science, to better grasp the fuzzy clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1.32mb
    • 提供者:大长今
  1. Convolution-code-coding

    0下载:
  2. 自编的实现类似conv卷积功能的源代码。可以帮助我们更加牢固掌握MATLAB卷积编程-The realization of self convolution function similar to the source code of conv. Can help us to more firmly grasp the MATLAB programming convolution
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2.6kb
    • 提供者:浮萍
  1. Computational-Statistics-Handbook

    0下载:
  2. 【数学仿真软件】Computational Statistics Handbook with MATLAB的源代码-[T]his book is perfectly appropriate as a textbook for an introductory course on computational statistics. It covers many useful topics, which in combination with the well-documented code, mak
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:467.59kb
    • 提供者:luaw2006
  1. Computational-Statistics-Handbook-

    0下载:
  2. Computational Statistics Handbook with MATLAB的电子书籍,讲授计算统计学-[T]his book is perfectly appropriate as a textbook for an introductory course on computational statistics. It covers many useful topics, which in combination with the well-documented code, ma
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3.57mb
    • 提供者:luaw2006
  1. MATLAB-GUI-design-learning-Notes

    0下载:
  2. 【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7.24mb
    • 提供者:zk
  1. matlab-gui-design

    0下载:
  2. 掌握和精通matlab之gui设计,书籍,代码复制即可用-Grasp and mastery the matlab gui design, books, copy the code to use
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1.01mb
    • 提供者:wyl
  1. matlab-GUI

    0下载:
  2. 掌握和精通matlab之gui设计 共75页 配有相关的程序代码-Grasp and mastery of program code matlab gui design with a total of 75 related
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1.02mb
    • 提供者:zl
  1. matlab-huidu-yuce

    0下载:
  2. 基于matlab的灰色预测的代码大全,能够实现不同的灰度预测结果,有利于初学者对灰度预测的把握,有利于学习练习和应用-Different gray forecast results can be achieved based on gray prediction matlab code Daquan, help beginners grasp grayscale forecast is conducive to learning exercises and applications
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:8.67kb
    • 提供者:liuwei
  1. MATLAB-7.0

    0下载:
  2. matlab7 教程源代码 供初学者快速掌握matlab -matlab7 tutorial for beginners to grasp the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1.03mb
    • 提供者:杨万波
  1. grasp-data-from-figure

    0下载:
  2. 一个用matlab实现来从科技文章图例中获取数据的小程序. 目前只能处理单条数据线. 结果以文本形式保存. 既可以进行实际应用, 也可以作为 matlab 交互式界面操作的一个入门例子. -This code is used to grasp data x-y curves in scientific figures.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:109.64kb
    • 提供者:任柳杰
  1. PSO-SVM

    7下载:
  2. 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can
  3. 所属分类:matlab例程

搜珍网 www.dssz.com