-
卡尔曼滤波与组合导航原理%28秦永元98-带目录+%29
详细介绍了组合导航系统,主要以惯导系统为主,结合卡尔曼滤波算法设计系统(The integrated navigation system is introduced in detail, which is mainly based on inertial navigation system and combined with Calman filter algorithm design system.)
- 2017-12-13 15:51:04下载
- 积分:1
-
LEON3 GRlip SOC IP core. Memory controller.
LEON3 SOC GRlip IP core. Memory controller.-LEON3 GRlip SOC IP core. Memory controller.
- 2022-03-17 16:16:32下载
- 积分:1
-
斯坦福nlp
包含斯坦福nlp相关教程,可以察看安装教程(I just want some corpus please)
- 2020-06-18 00:40:02下载
- 积分:1
-
XRHWU
一个基于Visual Basic 编程的 倒车雷达系统,看看吧()
- 2018-05-08 18:45:11下载
- 积分:1
-
PML_Freespace
MATLAB写二维FDTD算法,模拟点光源在自由空间传播(MATLAB writes two-dimensional FDTD algorithm to simulate point light propagation in free space.)
- 2018-09-14 12:10:16下载
- 积分:1
-
frmTransfarDetail
说明: color converter using c#
- 2020-06-25 01:40:02下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
Python源码剖析
说明: python源码剖析,带详细目录,觉得好请点赞(Python source code analysis)
- 2020-06-24 00:00:08下载
- 积分:1
-
exchanger
本软件是一款关于换热器的计算软件,对从事热工计算的朋友有帮助。(This software is a on the heat exchanger calculation software for the calculation of workers engaged in hot friends have helped.)
- 2008-03-31 17:45:43下载
- 积分:1
-
小日历测试
说明: 小日历窗口,如果日历窗口按照选择日期!
小日历窗口,如果日历窗口按照选择日期!(Small calendar window, if the calendar window according to the selected date!
Small calendar window, if the calendar window according to the selected date!)
- 2020-06-19 12:20:02下载
- 积分:1