资源列表
[数据结构常用算法] xiaobaishu
说明:参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。-Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.<风声晚凉> 在 2025-01-13 上传 | 大小:296kb | 下载:0
[matlab例程] car-plate-detection
说明:This Matlab code is written by me and its purpose is for car plate detection by using labeling and morphological operation. Its very fast and simple. for working on specific database it needs to change structural element<Mojtaba> 在 2025-01-13 上传 | 大小:146kb | 下载:0
[matlab例程] snake活动轮廓边界提取源码
说明:这是经典的snake源代码,是由kass于1988年提出的,对图像分割,边缘提取都有所帮助。<499877635@qq.com> 在 2013-08-30 上传 | 大小:11.86kb | 下载:0
[matlab例程] ChaosToolbox2p9_trial
说明:混沌分析工具箱,里面有很多有用的软件。希望对大家有帮助-Chaotic Analysis Toolbox<xuwenfeng> 在 2025-01-13 上传 | 大小:977kb | 下载:0
[matlab例程] FractalDim
说明:求盒子维数的一个小程序很好用,希望对大家有帮助-Find the box dimension of a small program useful, we hope to help<xuwenfeng> 在 2025-01-13 上传 | 大小:1kb | 下载:0
[matlab例程] kalman_basic
说明:这个例子中,简单介绍了卡尔曼滤波器的原理,并给出具体的算法设计,解决工程问题。-a brif introduction is given for the kalman filter design. and the source codes are included for engineering<Guoqiang Ao> 在 2025-01-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] goMaze
说明:*问题描述:一个网格迷宫由n行m列的单元格组成,每个单元格要么是空地(用1表示), * 要么是障碍物(用0 表示)。找出从起点到终点的最短移动序列,其中U,D,L,R, * 分别代表往上,下,左,右移动到相邻单元格。任何时候都不能在障碍格中, * 也不能走到迷宫之外,起点和终点保证是空地。n,m<=100.- go maze<lu xiangyong> 在 2025-01-13 上传 | 大小:3kb | 下载:0