资源列表
MATLAB
- matlab上课课件,word格式,初学matlab者很有帮助。-matlab class courseware, word format, matlab are very helpful to beginners.
LDA_DEBUG_VERSION
- 最小鉴别信息算法,用于分类计算等,用于matlab环境下-Algorithm to identify the minimum information for the classification of calculation for the matlab environment
voicebox
- 语音处理工具箱,用于matlab环境下,Mike Brookes编写,用于压缩和识别-Speech processing toolbox for matlab environment, Mike Brookes prepared for compression and recognition
454
- 算法研究不可错过的好资料,喜欢算法的朋友有福了-Algorithms can not afford to miss good information, like a friend blessed algorithm
fastslam
- fastslam 又称为rao-blackwillisd slam方法,源码提供fastslam1.0 和2.0的matlab源码。-fastslam also known as rao-blackwillisd slam way to provide source fastslam1.0 and 2.0 matlab source.
codeofmultipath
- 关于多径信道的matlab的子函数实现,Jakes模型等都包含-On the multi-path channel to achieve the matlab s Functions, Jakes model contains all
LCSwithDynamicPrograming
- 关于求公共子序列问题的动态规划方法及实现源码.-With regard to the issue of seeking common sub-sequence dynamic programming method and the realization of source.
wumalu
- 通信原理误码率的仿真程序MATLAB中开发-Communication Theory BER simulation program developed in MATLAB
Teachingpso
- PSO算法,老师上课给的例题,虽然他的研究生编程编的有点不那么简洁,但指导一下还是可以的-PSO algorithm, the sample questions to the class teacher, although his post-graduate program made a bit less concise, but still be able to tell the
avt
- 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
BT
- C++编写的数据结构平衡二叉树的生成与实现-C++ Prepared balanced binary tree data structure and implementation of the generation
AVT
- 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
