-
IMMUKF
交互式无迹卡尔曼滤波,可用于非线性目标跟踪(The interactive unscented Kalman filter can be used for nonlinear target tracking)
- 2021-01-21 09:58:41下载
- 积分:1
-
Lava Discover 135 file and tool
LAVA DISCOVER 135 M FIRMWARE FILE
- 2017-08-05 11:34:39下载
- 积分:1
-
ecos驱动文档,不错的操作系统eCos_drv.rar
ecos驱动文档,不错的操作系统eCos_drv.rar-eCos driver files, a good operating system eCos_drv.rar
- 2023-08-29 04:40:03下载
- 积分:1
-
与CPU1的功能类似,都是与微机线路保护原理程序配合实现CPU2的功能程序...
与CPU1的功能类似,都是与微机线路保护原理程序配合实现CPU2的功能程序-CPU1 function with a similar, are microprocessor-based line protection with the principle of procedural CPU2 realize the function of the procedure
- 2022-01-26 04:54:42下载
- 积分:1
-
企业宣传网站的绝好帮助.其中有ppt,有原码.系北大青鸟的培训项目实战,不可多得的好资料...
企业宣传网站的绝好帮助.其中有ppt,有原码.系北大青鸟的培训项目实战,不可多得的好资料-Enterprises of a website that promotes excellent help. Including ppt, there is the original code. Beida Jade Bird line item of actual combat training, a rare good information
- 2022-05-07 14:35:14下载
- 积分:1
-
阈值分割
阈值分割,实现多种方法的阈值分割,单灰度区间图像分割、多目标聚类分割、迭代聚类法分割。(Threshold segmentation, to achieve a variety of methods of threshold segmentation)
- 2020-06-23 18:00:02下载
- 积分:1
-
Main_PSO_VMD
说明: 粒子群算法优化vmd算法,极大提高算法的精确性和运行速度(Particle swarm optimization algorithm optimizes VMD algorithm, which greatly improves the accuracy and running speed of the algorithm)
- 2021-04-26 23:18:45下载
- 积分: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
-
常用BIP语句
BIP的常用的一些字段 方便工作 都是些重复使用的(The common fields of BIP)
- 2017-12-11 11:57:14下载
- 积分:1
-
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等...
本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等-Comparison between the number of sorting algorithms
- 2022-02-03 07:06:51下载
- 积分:1