搜索资源列表
shuzishibie
- 数字识别完整的资料、算法研究,包括验证码识别,指纹识别、手写数字识别等,如果你正在研究数字识别方面的问题,相信这些资料对于你来说一定是如鱼得水。-Complete information about the number of identification, algorithm research, including verification code recognition, fingerprint recognition, handwriting recognition and other
mrdplot
- MRDPLOT is a matlab tool to display data trace in space and time. Copyright 1998 Michael Rochon-Duck & Stefan Schaal- MRDPLOT is a matlab tool to display data trace in space and time. Copyright 1998 Michael Rochon-Duck & Stefan Schaal
Interpolacion-Spline-lagrange
- Code Matlab Interpolation, Spline and Lagrange forming a fugure a duck flying in a graph.
hw3
- 在打鸭子游戏中运用HMM算法。猜测500只鸭子的可能行为。由服务器给出鸭子的行为,通过forward-backward algorithm 来得到transmission matrix, observation matrix和初始状态矩阵。程序根据服务器给出的observed state 来猜测鸭子的下一个state。observe state有三种运动方式和四种运动方向组合而成。鸭子有三种运动方式,加速,保持速度,和静止。有上下东西四个运动方向。-HMM algorithm applicati
Alarm (2)
- 数据结构OJ测试题 Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。 输入 第一行两个整数n、m,表示有n条直线、m个点 接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大 接下来m行,每行两个整数x、y,表