-
ml
说明: ML算法估计,最大似然估计,应用QPSK调制。(ML algorithm estimation, maximum likelihood estimation, QPSK modulation.)
- 2019-11-20 17:22:53下载
- 积分:1
-
zigzag
用matlab实现zigzag扫描程序。(using Matlab achieve Zigzag scanning procedures.)
- 2006-06-18 09:15:19下载
- 积分:1
-
SVG静止无功补偿发生器matlab仿真
SVG静止无功补偿发生器MATLAB仿真说明文档(SVG Static Var Compensation Generator MATLAB Simulation Explanation Document)
- 2019-06-29 08:58:26下载
- 积分:1
-
我的测控软件
本软件自行编写,可对摩擦制动试验数据进行分析。主要用在摩擦材料的摩擦系数、制动温度数据分析方面,可批量读取数据,并组合分析输出实验报告。(The software is written by ourselves, and the friction braking test data can be analyzed. Mainly used in friction material friction coefficient, braking temperature data analysis, batch reading data, and combined analysis output test report.)
- 2018-09-18 10:36:18下载
- 积分:1
-
HP_DMI_Tools-20090325
Hewlett-Packard Firmware DMI Utilities.
These utilities are for editing firmware DMI tables provided by the OEM Hewlett-Packard.
- 2010-08-01 01:30:56下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
sevendom
说明: 运用matlab/simulink建立整车七自由度振动模型(Using matlab/simulink to establish seven-degree-of-freedom vibration model of vehicle)
- 2019-04-13 22:52:31下载
- 积分:1
-
0808数摸转换程序,能够达到一定要求的数值自动报警.
0808数摸转换程序,能够达到一定要求的数值自动报警.-0808 the number of touch the conversion process, to achieve a certain numerical requirements of automatic alarm.
- 2022-02-01 11:56:47下载
- 积分:1
-
基于隐式Zbus的配电网潮流计算程序-Zbus
基于隐式Zbus的配电网潮流计算程序,IEEE33节点(Power Flow Calculation of Distribution Network Based on Zbus)
- 2020-06-22 14:00:02下载
- 积分:1
-
拼图游戏,可显示参考图,并记录拼图步数。
拼图游戏,可显示参考图,并记录拼图步数。-Jigsaw puzzle, will show the reference map, and record the puzzle step.
- 2023-03-14 22:00:03下载
- 积分:1