-
project
用m语言写的S函数及其simulink仿真(s-function and simulink)
- 2020-06-21 23:40:01下载
- 积分:1
-
fuzzy systems for wind has been described in this controller run using matlab
fuzzy systems for wind has been described in this controller run using matlab
- 2022-08-08 21:28:26下载
- 积分:1
-
SSR+SSSC复数力矩法TEST
复数力矩法SSSC抑制SSR模型,基于pscad(Complex torque method SSSC restraining SSR model, based on PSCAD)
- 2018-04-13 22:32:07下载
- 积分:1
-
antenna
说明: 环天线、单极子天线、口径天线、圆环阵列天线、喇叭天线的远场方向图绘制(Far-field pattern drawing of ring antenna, monopole antenna, aperture antenna, ring array antenna and horn antenna)
- 2020-06-23 05:20:02下载
- 积分:1
-
Serialport
说明: 基本功能都有,可自定义波特率、校验位、数据位、停止位,并且能够收发数据(Basic functions are available. It can customize baud rate, check bits, data bits, stop bits, and can send and receive data.)
- 2020-06-16 04:20:01下载
- 积分:1
-
面向音乐领域的命令理解_data_traindev
说明: data set about CCKS 2018
- 2019-04-23 00:16:03下载
- 积分:1
-
welch
weltch窗函数滑动平均法,适合于初学信号处理的读者(Moving average of weltch window function.it is suitable for the readers who fistly learn the signal processing)
- 2020-12-27 10:09:02下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
控制台下输入一个数理逻辑表达式,则给出一个真值表并给出合析范式与析合范式...
控制台下输入一个数理逻辑表达式,则给出一个真值表并给出合析范式与析合范式-Enter a console under the expression of mathematical logic, the truth table and give give a combined analysis together with analysis of paradigm paradigm
- 2022-01-31 12:36:40下载
- 积分:1
-
地图识别通过地图节点识别路经城市和里程,使用VB编写基础程序,可2点跳转...
地图识别通过地图节点识别路经城市和里程,使用VB编写基础程序,可2点跳转-map identification through maps node identification passes cities and mileage, using VB prepared based procedures, 2:00 Jump
- 2022-02-01 03:47:56下载
- 积分:1