登录
首页 » matlab » MCMC11

MCMC11

于 2014-09-24 发布 文件大小:17KB
0 110
下载积分: 1 下载次数: 10

代码说明:

  基于单目标优化的车载物流分配等 可通过更改优化目标和约束条件 来求解实际问题 使用蒙特卡洛方法求解整数解(Based on the integer programming of single objective optimization of vehicle logistics program)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • work
    一系列Matlab的m文件的打包,包括Hurst等(A series of Matlab m-file package, including Hurst, etc.)
    2010-06-16 14:16:38下载
    积分:1
  • circle
    circle tracking with the image as the input using Matlab
    2009-03-16 17:10:59下载
    积分:1
  • LMS
    The earliest work on adaptive filters may be traced back to the late 1950s, during which time a number of researchers were working independently on theories and applications of such filters. From this early work, the least-mean-square ð LMSÞ algorithm emerged as a simple, yet effective, algorithm for the design of adaptive transverse (tapped-delay-line) filters.
    2010-09-29 13:18:28下载
    积分:1
  • ARfit
    说明:  Matlab工具箱实现多变量回归模型的参数估计与特征值(Matlab Toolbox multivariable regression model parameter estimation and eigenvalue)
    2005-11-24 01:46:10下载
    积分:1
  • manifold-learning
    流形学习8中方法,可自由选择种类、参数,欢迎下载、讨论(8 manifold learning methods are free to choose the type of the parameter)
    2014-11-08 16:43:30下载
    积分:1
  • SimulinkKalman
    一个使用matlab中simulink实现kalman滤波的代码及源文件,包括。m文件(simulink matlab kalman)
    2010-06-10 09:07:55下载
    积分:1
  • ode45
    用matlb编写的小程序 关于ode45的 感兴趣的朋友可以下载看看(Small programs written using the matlb the ode45 interested friends can download and see)
    2012-05-02 17:19:30下载
    积分:1
  • AFFINE1
    affine transformation
    2013-04-05 11:39:40下载
    积分:1
  • source
    Matlab可视化界面设计与控件使用源代码名称:exam 调试环境:Win XP;Matlab 6.5 (Matlab visualization interface design and control the use of the name of the source code: exam debugging environment: Win XP Matlab 6.5)
    2008-02-21 18:27:06下载
    积分:1
  • 1234435
    用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d )
    2012-10-19 11:43:12下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载