登录
首页 » matlab » fangzhen

fangzhen

于 2020-12-15 发布 文件大小:241KB
0 267
下载积分: 1 下载次数: 46

代码说明:

  基于模糊控制的MATLAB避障算法,课设内容,最后效果还不错。(Based on the fuzzy control of MATLAB obstacle avoidance algorithm, teaching content, the final effect is not bad.)

文件列表:

fangzhen
........\fuzzy
........\.....\CheckIsBlocked.asv,709,2011-12-23
........\.....\CheckIsBlocked.m,939,2011-12-24
........\.....\DistOfDot2Cirs.m,212,2011-12-20
........\.....\DotLineDist.m,210,2011-12-16
........\.....\DotRotWithAngel.m,141,2011-12-22
........\.....\FuzzyTheData.m,152,2011-12-24
........\.....\GetMinDistance.asv,5772,2011-12-22
........\.....\GetMinDistance.m,5175,2011-12-22
........\.....\GetNewLineAngle.asv,304,2011-12-23
........\.....\GetNewLineAngle.m,304,2011-12-23
........\.....\GetNewLineKBF.asv,546,2011-12-22
........\.....\GetNewLineKBF.m,651,2011-12-23
........\.....\GetOutBlocked.asv,772,2011-12-25
........\.....\GetOutBlocked.m,794,2011-12-25
........\.....\GetPosOutBarCir.asv,872,2011-12-20
........\.....\GetPosOutBarCir.m,1184,2011-12-24
........\.....\GetPosWithAngelAndDistance.asv,1868,2011-12-22
........\.....\GetPosWithAngelAndDistance.m,1864,2011-12-22
........\.....\GetTri.asv,239,2011-12-22
........\.....\GetTriDistance.asv,5052,2011-12-22
........\.....\GetTriDistance.m,5106,2011-12-22
........\.....\GetTriMinDistWithGoalPos.m,1586,2011-12-24
........\.....\lillterC.fis,1696,2011-12-23
........\.....\linegram.m,467,2011-12-22
........\.....\PlotCir.m,174,2011-12-19
........\.....\run_fuzzy.m,8670,2015-12-31
........\.....\TwoDotDist.asv,219,2011-12-20
........\.....\TwoDotDist.m,222,2011-12-19




........\readme.txt,210,2015-12-31
........\仿真.docx,126421,2015-12-31

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

发表评论

0 个回复

  • 混沌G-P
    混沌数学G-P算法简单的程序说明 具有很强的实现功能(Chaos simple mathematical description of the procedures GP algorithm has a strong realization of functions)
    2013-06-08 11:11:38下载
    积分:1
  • srfft
    计算复序列的分裂基快速傅里叶变换,分裂基快速算法是将基2和基4分解组合而成。在基2M类快速算法中,分裂基算法具有最少的运算量,且仍保留结构规则、原位计算等优点。(Calculate complex sequence of split radix fast Fourier transform, fast algorithm is to split the base base 2 and base 4 decomposition combination. 2M fast algorithm in the base class, the split-based algorithm has the least amount of computation and structural rules remain in situ calculation and so on.)
    2013-05-23 19:56:04下载
    积分:1
  • netcalculation
    一个用于复杂网络研究中计算网络静态参数(度分布,簇系数等)的c程序(其中的数据是具体的可换成其他的数据)。很简单但是对于做复杂网络研究的却很有启发的哦。(a complex network for research computing network static parameters (distribution, Clustering coefficient, etc.) c (which is specific data can be replaced by other data). Very simple but so complex network of research is very enlightening oh.)
    2007-01-02 14:46:13下载
    积分:1
  • cylinder
    计算圆柱绕流的有限体积法计算程序 fortran编写 (Calculating flow around a cylinder)
    2013-07-04 21:35:42下载
    积分:1
  • mintreek-i-understang
    程序设计的一些基本算法 及其应用 有很高的应用价值(Some basic programming algorithm and its application has a high value)
    2013-05-21 10:38:10下载
    积分:1
  • Johnson-Cook模型
    程序是庄茁大神经典的Johnson-Cook模型隐式算法 另外包括一个 ABAQUS-Standard用户材料子程序实例的文档说明(The program is a classic Johnson-Cook model implicit algorithm and it includes documentation of an ABAQUS-Standard user material subroutine example)
    2020-07-04 20:40:01下载
    积分:1
  • BEM-acoustic-problems
    别人的程序(Fortran)是关于边界元法求解声学问题。(Someone else' s program (Fortran) is on the boundary element method to solve acoustic problems.)
    2013-12-18 19:50:58下载
    积分:1
  • FCT_VOF-and-Youngs
    FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. (FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. Ps: statement CALL WRITER needed to be removed and replaced with usual output statement fsuch as: Write(*,*) x(I,j),y(I,j),fi(I,j)…. Etc., for user’s requirement. )
    2021-02-04 19:09:57下载
    积分:1
  • MGS
    本程序是用MGS正交化方法求方程组的最小二乘解的程序(This program is the program of MGS orthogonalization method and the least squares solution of equations)
    2012-03-26 15:26:16下载
    积分:1
  • 最优化作业C++源代码
    用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)
    2021-03-29 10:49:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载