登录
首页 » matlab » MAZE

MAZE

于 2011-09-24 发布 文件大小:1KB
0 145
下载积分: 1 下载次数: 12

代码说明:

  a new way to solve MAZE problem using cellular automaton

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

发表评论

0 个回复

  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • matlab
    基于matlab的声音信号频谱分析仪 源代码(Matlab-based voice signal spectrum analyzer source code)
    2013-04-10 10:59:09下载
    积分:1
  • Image
    图像处理 车辆跟踪 边缘检测 二值化等等 车辆检测 交通流(Image Edge Detection Vehicle Tracking Vehicle Detection binary traffic flow, etc.)
    2010-05-30 16:20:05下载
    积分:1
  • zhuchengfen
    利用matlab软件进行主成分分析,并做成图形用户界面(Using matlab software for principal component analysis, and made the graphical user interface)
    2012-05-23 15:23:26下载
    积分:1
  • moverheart.m
    MARLAB版本 贪食蛇。简单贪食蛇以matlab实现。MARLAB版本 贪食蛇。简单贪食蛇以matlab实现。MARLAB版本 贪食蛇。简单贪食蛇以matlab实现。(MARLAB version of Snake. Simple Snake matlab achieve. MARLAB version of Snake. Simple Snake matlab achieve. MARLAB version of Snake. Simple Snake matlab achieve.)
    2013-04-16 01:41:02下载
    积分:1
  • sml
    SML影像融合程式,輸入兩張對位好的來源影像,輸出為一張融合影像(SML image fusion )
    2010-01-15 17:40:53下载
    积分:1
  • mfd
    说明:  MDF多变量频域设计工具箱,可方便的绘制格西高林圆及Nyquist曲线(MDF multivariable frequency domain design tool, can easily draw the circle and Geshe Nyquist curve of the high forest)
    2010-04-13 00:49:13下载
    积分:1
  • ant-colony-algorithm
    蚁群算法解决TSP问题源代码,并有相应数据已经运行成功。(Ant colony algorithm to solve TSP problem source code, and a corresponding data has been run successfully.)
    2014-08-07 09:54:43下载
    积分:1
  • code-Feature-Selection-using-Matlab
    一种基于matlab的神经网络编码特征选择。特征点提取。(Based on neural network matlab coding feature selection. Feature point extraction.)
    2014-01-18 22:06:34下载
    积分:1
  • b
    说明:  wolf法求最大lyapunov指数wolf法求最大lyapunov指数
    2010-07-11 13:20:53下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载