-
x_svdprony
利用prony算法提取信号的幅值、相位、频率和衰减因子,运用SVD确定阶数(Prony algorithm is used to extract the amplitude, phase, frequency and attenuation factor of the signal, and the order is determined by SVD)
- 2021-04-15 16:58:54下载
- 积分:1
-
Windows XP 下使用 VMware Workstation 安装和使用 Fedora 8
Windows XP 下使用 VMware Workstation 安装和使用 Fedora 8-Windows XP using VMware Workstation to install and use Fedora 8
- 2022-04-30 23:03:42下载
- 积分:1
-
1
说明: 使用HTML制作简单的网页简历,方便实用。(HTML resume making.You can change the information and make the resume for yourself.)
- 2018-04-16 20:08:50下载
- 积分:1
-
Ebadi
说明: Calculation of digits
- 2018-12-29 01:05:41下载
- 积分:1
-
六款小游戏代码
包括贪吃蛇,俄罗斯方块,扫雷,推箱子,连连看,拼图六款小游戏代码(Including the Snake, the Russian box, mine clearance, Sokoban, Lianliankan, six puzzle game code)
- 2020-06-26 03:00:02下载
- 积分:1
-
经验模态分解及其改进
说明: matlab的EMD,EEMD,CEEMD和VMD四种模态分解方式(There are four mode decompositions including EMD, EEMD, CEEMD, and VMD.)
- 2021-04-16 10:08:53下载
- 积分:1
-
alarm
一个定时提醒的程序,可以任意设置定时时间,有皮肤,带有最小化到通知栏,抖动及声音提醒,提醒时窗口置顶等功能。(A timed reminder program that can be set regular time, have skin with minimized to the notification bar, jitter and voice reminder, reminder window when the top and other functions.)
- 2014-02-05 19:52:18下载
- 积分:1
-
signal_processing_2
说明: 对于一个移动点目标的测速以及测距。通过对一个点目标回波矩阵的分析,得到目标距离以及速度。注释清晰(Speed measurement and distance measurement for a moving point target. By analyzing the echo matrix of a point target, the target distance and velocity are obtained. Clear comments)
- 2020-09-04 19:38:09下载
- 积分:1
-
Lab 2
Simulacion de un rectificador de onda completa tipo puente, simulado en simetrix
- 2019-06-04 14:25:54下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1