-
简单点对点通信源代码,有服务器和客户端二种
简单点对点通信源代码,有服务器和客户端二种-simple point-to-point communications source code, server and client two species
- 2022-08-18 13:51:50下载
- 积分:1
-
二
根据二维空间内目标作匀速直线运动和匀速圆周运动的特点,在建立目标运动模型和观测模型的基础上采用基于交互多模算法(IMM)的卡尔曼滤波器对机动目标进行跟踪。仿真结果表明,该算法不仅能够对匀速直线运动和匀速圆周运动的目标进行跟踪,而且在运动模型发生变化时,滤波误差也比较小。
关键词:卡尔曼滤波器;目标跟踪;机动;交互多模(IMM)
-two-dimensional space under target for uniform linear motion and uniform circular motion characteristics, the establishment of the target model and observations on the basis of the model based on interactive multi-algorithm (IMM) Kalman Filter right track moving targets. Simulation results show that the method can not only on uniform linear movement and the uniform circular motion of the target tracking, and the campaign model change, the filter error is relatively small. Keywords : Kalman filter; Target tracking; Mobility; Interactive multi-mode (IMM)
- 2022-02-11 17:57:23下载
- 积分:1
-
用于IC设计中,对lef,def等的文件操作
用于IC设计中,对lef,def等的文件操作-for IC design, the right lef, def operation, the documents
- 2022-03-24 17:08:35下载
- 积分:1
-
实现从U盘上引导启动!优化了以前功能模块,注意的是当想正常启动系统时,U盘不要插在电脑上,不然有可能启动不了....
实现从U盘上引导启动!优化了以前功能模块,注意的是当想正常启动系统时,U盘不要插在电脑上,不然有可能启动不了.-Realize U disc from the boot! Optimized function module ago, noted that when the system like a normal start, U disk not inserted in the computer, or may not start.
- 2022-08-31 22:10:03下载
- 积分:1
-
struts1.1 1.2 needed jar file struts1.1 1.2 provides the necessary jar files in...
struts1.1 1.2需要的jar文件
提供了struts1.1 1.2必须的jar文件
在连接数据源的时候所必须的jar文件,1.1 1.2都有!-struts1.1 1.2 needed jar file struts1.1 1.2 provides the necessary jar files in the connected data source, when necessary jar files, both 1.1 1.2!
- 2022-02-24 12:17:15下载
- 积分:1
-
C# 取消磁盘共享功能的实例
Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:
System.Diagnostics.Process myProcess = new System.Diagnostics.Process();
myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令
myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程
myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取
myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流
myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流
myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程
myProcess.Start();//启动进程
//执行取消磁盘共享命令
myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");
MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
- 2023-05-13 16:00:03下载
- 积分:1
-
perfect text chatting system
perfect text chatting system
- 2022-02-26 21:14:14下载
- 积分:1
-
包含各种VISUAL C++中的查找方法和系统 功能较齐全
包含各种VISUAL C++中的查找方法和系统 功能较齐全 -VISUAL C++ includes a variety of search methods and a more complete system functionality
- 2022-04-16 19:55:29下载
- 积分:1
-
网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn...
网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn-website icon, a very useful icon on the website, which can be used for LONGO, personal business cards and so on. extract passwords to www.csai.cn
- 2023-04-17 21:15:03下载
- 积分:1
-
C#科学计算器代码
C#多功能科学计算器附完整源码,已经超越了数字计算哦,除了数字运算外,还可以实现表达式计算、角度和弧度计算、平方根、正切之类的运算,功能挺丰富。代码中包括了制定运算符及其特性(优先级和单双目)的运算符表、给运算表达式分块(三角函数...算术运算符等),再根据其返回值来检验其属于哪类错误,用于存放制定好的运算符及其特性(优先级和单双目)的运算符表,其初始化在方法Initialize()中。
- 2022-10-04 19:05:03下载
- 积分:1