资源列表
DFS.rar
- 深度优先算法,用深度优先来遍历树结构,能够取得很好的复杂度,Depth-first algorithm, using depth-first traversal tree structure to achieve a good complexity
ds_4
- 1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in o
STROVRLD
- Code to Overload + operator. This is a special example, where Strings are displayed as combined, rather than a typical Complex number example. Easy to understand for students (BRJ).-Code to Overload + operator. This is a special example, where
siganyundongxuefenxi
- 能够用matlab软件仿真曲柄摇杆机构的摇杆的角位移及速度和加速度随曲柄转动的规律变化曲线-Angular displacement and velocity can use matlab software simulation crank rocker mechanism with rocker and acceleration curve cranking law
ROOT_MUSIC
- The root-MUSIC method is based on the eigenvectors of the sensor array correlation matrix. It obtains the signal estimation by examining the roots of the spectrum polynomial. The peaks in the spectrum space correspond to the roots of the polyno
fourth_order_Runge_Kutta
- MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码-MATLAB fourth-order Runge-Kutta numerical method for solving differential equations solution source code
QPSK4
- 描述了QPSK的基带信号的调制过程,适合于初学者- It describes a process QPSK modulation baseband signal, suitable for beginners
sand
- 这是一个物理模拟仿真,描述的是沙子从空中点多下来的情景,用的是元胞自动机知识,十分有趣!-This is a physics model by using matlab to describe the process that the sands falling!cellular automaton!
timeFrequency
- 多频率正弦信号的生成,及其频域分析。含有详细注释。-Multiple frequency sinusoidal signal generation, and the frequency domain analysis.Contains detailed comments.
AM
- 将模拟调幅原理通过Matlab进行了仿真,并产生各阶段的频谱图。代码具有较详细的注释。-The simulation results are simulated by Matlab and the spectrum of each stage is generated. The code has a more detailed comment.
contact-region
- 球头刀铣削过程中,刀具球头部分与工件接触区域的计算。-Ball milling cutter head, the cutter head portion and the ball contact area of the workpiece is calculated.
MFCC语音特征提取Matlab程序
- MFCC语音特征提取Matlab程序。用于语音信号的MFCC方法特征提取。Matlab源码