-
一些原来的代码,对于学习和提高很有帮助的帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-07-05 02:10:22下载
- 积分:1
-
这个是DEM0451的程序,用于车辆底盘的控制器,非常好用哦,非常好的...
这个是DEM0451的程序,用于车辆底盘的控制器,非常好用哦,非常好的-This is DEM0451 procedures for vehicle chassis controller, very easy to use Oh, very good
- 2022-07-27 22:40:43下载
- 积分:1
-
这是一个企业的论坛.我参与制作的.大家一起分享
这是一个企业的论坛.我参与制作的.大家一起分享-This is a business forum. I participated in the production. To share with everyone
- 2022-03-01 22:38:32下载
- 积分: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
-
用于个人网站建设用的漂亮公告代码 用HIML语言编的
用于个人网站建设用的漂亮公告代码 用HIML语言编的-personal website for the code used Notice beautiful language series hole
- 2023-02-19 02:25:02下载
- 积分:1
-
hrms人力资源管理系统的页面设计部分,大家可以好好研究一下!...
hrms人力资源管理系统的页面设计部分,大家可以好好研究一下!-hrms人?| ?试
- 2022-05-06 12:44:02下载
- 积分:1
-
实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法...
实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法-Scheduling algorithm to achieve processor simulation, four kinds of process scheduling algorithm, FIFO algorithm, the short job first algorithm, a high response ratio of priority algorithms, time slice algorithm
- 2022-04-19 14:38:27下载
- 积分:1
-
Labview信号发生及处理器
用LabVIEW编制一个完整应用软件,完成以下功能:
1、产生一个正弦波,叠加一个噪声信号,从界面上可以调整噪声和信号的幅度、频率等参数,此信号作为后续分析的信号源;
2、显示信号的时域波形,点击按钮可以显示信号的幅度谱、功率谱
3、图形上可以显示光标,具有峰值跟踪功能,同时将峰值频率、幅度显示在界面上。
4、点击按钮可以计算显示信号的失真度(THD 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 labview信号发生 相关源码推荐 labview3D姿态显示 0 0 暂无评分Labview串口调试助手 0 0 暂无评分动态信号的频域分析 0 0 暂无评分MATLAB验证lora信号的正交性 0 0 暂无评分信号处理和神经网络 0 0 暂无评分 介绍信息预览(3条)评论打分
- 2023-05-28 14:25:03下载
- 积分:1
-
lift detection system to lift performance testing system. One is used to study t...
电梯检测系统是对电梯性能进行检测的系统。是一个用来学习的程序。-lift detection system to lift performance testing system. One is used to study the procedures.
- 2022-02-03 00:27:56下载
- 积分:1
-
基于CSM自适应波束形成――酉聚焦
% 8阵列;
%信噪比为10dB 干扰噪声比为20dB 干扰信号与需要信号不相关.
%干扰和信号频率所在范围为8...
基于CSM自适应波束形成――酉聚焦
% 8阵列;
%信噪比为10dB 干扰噪声比为20dB 干扰信号与需要信号不相关.
%干扰和信号频率所在范围为80―120Hz,相对带宽为40% ,入射角度分别为seta_S_reg、seta_J_reg -CSM-based adaptive beamforming- Unitary Highlights 8 array 10dB signal to noise ratio for the interference noise ratio of 20dB interference signal and the need to signal irrelevant. Interference and signal frequency range is where the 80-120Hz, the relative bandwidth of 40 , respectively angle seta_S_reg, seta_J_reg
- 2022-11-19 20:15:04下载
- 积分:1