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

搜索资源列表

  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:40.61kb
    • 提供者:
  1. MATLABfunction

    0下载:
  2. MATLAB常用函数参考,查找起来非常方便,是matlab必备工具书-MATLAB function reference commonly used, search is very convenient, is an indispensable tool for matlab book
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:249.91kb
    • 提供者:smart155
  1. Matlabimagefun

    0下载:
  2. 一个matlab的处理图像的函数的电子书,使用方便,可以搜索,非常实用-A matlab image processing function of the e-book, easy to use, you can search, very useful
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:417.05kb
    • 提供者:无理取闹
  1. MATLAB_yichuan

    0下载:
  2. 本书系统介绍MATLAB遗传算法和直接搜索工具箱的功能特点、编程原理及使用方法。全书共分为9章 第一章至第四章介绍遗传算法的基础知识第五章至第七章介绍英国设菲尔德大学的MATLAB遗传算法工具箱及其使用方法 第八章和第九章介绍MathWorks公司最新发布的MATLAB遗传算法与直接搜索工具箱及其使用方法-This book systematically introduce MATLAB Genetic Algorithm and Direct Search Toolbox featur
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9.26mb
    • 提供者:黎剑楚
  1. MATLABorder

    0下载:
  2. 此书中概括了很多MATLAB中的命令,便于查询和学习使用-This book summarizes many of the commands in MATLAB, easy to use search and study
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9.07mb
    • 提供者:木头
  1. ex1_3

    0下载:
  2. Particle swarm optimization has been used to solve many optimization problems since it was proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and several papers on this topic [5][7][13][15], one of which did a s
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.97kb
    • 提供者:ezuezaimie
  1. ex1_4

    0下载:
  2. Particle swarm optimization has been used to solve many optimization problems since it was proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and several papers on this topic [5][7][13][15], one of which did a s
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6.79kb
    • 提供者:ezuezaimie
  1. ex3_1

    0下载:
  2. Particle swarm optimization has been used to solve many optimization problems since it was proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and several papers on this topic [5][7][13][15], one of which did a s
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4.06kb
    • 提供者:ezuezaimie
  1. GA_toolbox

    0下载:
  2. 1.附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx\Test_fns加入到Matlab搜索路径即可,另外gat
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12.03mb
    • 提供者:李祥宝
  1. MATLAB

    0下载:
  2. 一本介绍Matlab应用的书籍,包括神经网络、SVM、智能寻优PSO等等,书里包括了应用实例及相应的代码,对于matlab编程初学者非常有用-An introduction to the application of Matlab books, including neural networks, SVM, intelligent search PSO and so on, the book includes the application examples and the correspond
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:5.54mb
    • 提供者:吴俊
  1. kdtree

    0下载:
  2. 参照统计学习(李航著)一书实现的MATLAB仿真代码,代码包含main主函数和kd搜索算法以及相应的数据输入,整个代码实现完整,可以直接运行。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, the code contains the main main function and KD search algorithm, and the corresponding data
  3. 所属分类:matlab例程

  1. decision_tree

    2下载:
  2. 自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, th
  3. 所属分类:matlab例程

搜珍网 www.dssz.com