CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - solve MATLAB

搜索资源列表

  1. 蒙特卡洛

    1下载:
  2. 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.58kb
    • 提供者:111
  1. inverse1

    0下载:
  2. 这是一个matlab小程序,可用于求解微分方程,特别是抛物型的微分方程-Matlab This is a small program that can be used to solve differential equations, in particular the type of parabolic differential equations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.37kb
    • 提供者:各没报
  1. tsplib

    0下载:
  2. matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,通过计算机仿真,得到结果与实际符合度较高-Matlab tsplib solution, the algorithm is simple and effective, tsplib can solve the common problems through computer simulation, and the actual outcome with a higher degree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17.62kb
    • 提供者:吴伟锋
  1. renyanglangshucaiguohe

    0下载:
  2. 人、羊、蔬菜、狼如何过河?这是一个用matlab语言编写的程序来求解他们怎么过河的算法。-Human, sheep, vegetables, how the wolf across the river? This is a program written using matlab to solve them how to cross the river of the algorithm.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4.65kb
    • 提供者:pzg
  1. n2shorf

    0下载:
  2. 图论问题中求解各个点中任意两点的最短路问题matlab源文件-Graph theory to solve various points between any two points the shortest path problem Matlab source files
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-24
    • 文件大小:559byte
    • 提供者:小熊
  1. ychen_jasp_software

    0下载:
  2. MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:53.17kb
    • 提供者:lzn
  1. modified_PSO

    0下载:
  2. this modified PSO algorithm can solve for constrained optimization problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2.63kb
    • 提供者:harry
  1. tsp

    0下载:
  2. tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:907byte
    • 提供者:ycx
  1. DiffractionGrating

    1下载:
  2. 计算衍射光栅的程序,可以求解1 2 3 4 光栅的衍射问题,不错的程序-Procedures for calculation of diffraction grating, you can solve the 1234 diffraction grating problems, a good program
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:22.18kb
    • 提供者:zhanglan
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:9.73kb
    • 提供者:waterjj
  1. tabu-matlabcode-tsp

    0下载:
  2. 禁忌搜索解决TSP的Matlab程序.一个很简单的禁忌搜索程序,效果一般,以后还要努力改善。-Tabu search to solve TSP, Matlab program. A very simple tabu search procedure, the effect in general, we still have to improve.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:6.61kb
    • 提供者:叶宏
  1. cholesky

    0下载:
  2. 采用乔克利特方法解方程,采用高斯消去法解方程-Qiaokelite method to solve the equation by using Gaussian elimination solution equation
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:887byte
    • 提供者:卓迅佳
  1. ga

    0下载:
  2. 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5.17kb
    • 提供者:曾令龙
  1. mastering_matlab

    1下载:
  2. 精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 -The main contents of the book is the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:149.66kb
    • 提供者:李可
  1. 0-1-knapsack-problem-matlab

    0下载:
  2. 关于matlab解决0-1背包问题的修改,原先下载的matlab代码中有错误-Solve 0-1 knapsack problem matlab modifications, there is an error in the original download matlab code
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:15.94kb
    • 提供者:鲍文正
  1. matlab-toolbox

    0下载:
  2. matlab工具箱,可以实现很多功能。解决许多问题!-The matlab toolbox, can realize many functions. Solve many problems!
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:9.79mb
    • 提供者:pillar
  1. solve-PDE

    0下载:
  2. matlab中,采用pde tool, 求解三种类型的偏微分方程- using pde tool of matlab to solve three types of partial differential equation
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:8.68kb
    • 提供者:Mary
  1. jibenyiqunjulei

    0下载:
  2. 将蚁群算法用于聚类操作 求解TSP问题,跟传统蚁群算法相比有很大程度上的提升,值得应用于研究(Using ant colony algorithm in clustering operation to solve TSP problem)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-21
    • 文件大小:2kb
    • 提供者:Rover0223
  1. AFSA

    0下载:
  2. 使用人工鱼群算法求解多维复杂寻优问题,用于matlab平台。(The artificial fish swarm algorithm is used to solve the multidimensional complex optimization problem.)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:3kb
    • 提供者:lily1083797729
  1. J2

    6下载:
  2. 考虑地球扁率摄动,求解近地卫星轨道六根数,(Consider J2 perturbation to solve the number of six tracks)
  3. 所属分类:书籍源码

    • 发布日期:2020-05-05
    • 文件大小:13kb
    • 提供者:llwww
« 12 3 4 »
搜珍网 www.dssz.com