-
LFM_huibo
线性调频信号扩展目标回波,有关雷达发射波形并产生回波(Extended target echo of LFM signal)
- 2017-12-06 10:31:15下载
- 积分:1
-
模板方法模式-基本代码
Codes all about C, C++. STM32, Lora. Codes all about C, C++. STM32, Lora.
- 2020-06-24 06:20:02下载
- 积分:1
-
raptor码的编译码方法 Raptor
matlab语言,raptor码的编译码方法,程序仿真正常运行(MATLAB language, raptor code generation)
- 2018-01-03 19:03:31下载
- 积分:1
-
IMMKF
说明: 基于卡尔曼滤波的IMMF算法,运用了CA和CV模型,得到了目标跟踪图像和误差(IMMF algorithm based on Kalman filter, using CA and CV model, obtains target tracking image and error.)
- 2019-05-30 03:18:07下载
- 积分:1
-
Connection Mode in MV Distribution Networks
介绍了国际上典型一流城市中压配电网结构模式, 总结归纳了中压配电网网架结构在提高供电可靠性、 减少停电时间上的作用。 对比分析了现状中压电缆网大分支网架结构的改造方式, 总结提炼并形成适用于福州地区建设世界一流城市配电网的中压电缆网网架结构, 提出双环网、 单环网的典型接线模式, 包括主干线路和分支线路的接线形式, 并进行了可靠性计算和论证, 用以指导福州地区世界一流城市电网建设。(This paper introduces the structure mode of medium-voltage distribution network in typical first-class cities in the world, and summarizes the role of the structure of medium-voltage distribution network in improving the reliability of power supply and reducing the blackout time. This paper compares and analyses the transformation modes of the large branch network structure of medium voltage cable network, summarizes and refines the medium voltage cable network structure suitable for constructing the world-class urban distribution network in Fuzhou, and puts forward the typical connection modes of double-loop network and single-loop network, including the main line and branch line, and carries out the transformation. Reliability calculation and demonstration are carried out to guide the construction of the world-class urban power grid in Fuzhou.)
- 2020-06-19 04:40:01下载
- 积分:1
-
mptoolbox_1.2
matlab高精度计算包1.2版本。。。。。。。。。。。。。。。。(Matlab High Precision Computing Pack Version 1.2)
- 2021-03-30 13:49:09下载
- 积分:1
-
plotmode
说明: 转子动力学进行横向振动绘图分析的程序语句(Rotor dynamics for lateral vibration mapping analysis of the program statement)
- 2019-05-07 19:33:44下载
- 积分:1
-
EADC_SOFT_INT
通过软件触发进行ADC管脚采样,不使用定时器或者其他方式触发,节省了定时器(The ADC pin sampling is triggered by software triggering, and the timer is saved without using timers or other modes)
- 2017-08-30 16:59:07下载
- 积分:1
-
U cell inverter
说明: U cell inverter for two solar panels
- 2019-04-10 12:13:01下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1