-
aa
说明: 有关机动目标跟踪,卡尔曼滤波相关的资料,对从事卡尔曼滤波研究,机动目标跟踪的朋友有参考价值 (The maneuvering target tracking, Kalman filtering relevant information, engaged in Kalman filtering, target tracking friends have reference value)
- 2010-09-08 13:38:35下载
- 积分:1
-
richtest
说明: 故障诊断工作涉及的领域相当广泛,需要不同分工的人员合作完成,本软件力图为故障诊断不同分工的工作者的合作交流提供一个简易的实验性系统平台。(fault diagnosis involves a fairly wide area, the division of the need to cooperate to complete, The software is trying to fault diagnosis division of the workers of cooperation and exchange with a simple experimental system platform.)
- 2006-04-19 16:44:55下载
- 积分:1
-
linear_equation_with_one_unkown
MATLAB—linear equation with one unkown(linear equation with one unkown)
- 2010-05-23 17:18:41下载
- 积分:1
-
MixFigure
另一个VC与Matlab混合编程的例子,调用了Matlab的绘图界面,并将它嵌入到对话框的界面中(Another VC and Matlab examples of hybrid programming, call the Matlab graphics interface, and it is embedded into the dialog box interface)
- 2008-03-01 22:49:20下载
- 积分:1
-
longbeige
龙贝格算法。。。。。。。。。。。 (Romberg algorithm. . . . . . . . . . .)
- 2011-05-14 18:47:16下载
- 积分:1
-
power_xfosaturable
功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:24:13下载
- 积分:1
-
matlab-temperature.m
说明: 计算温度场分布的程序,希望对有关人员有所帮助,基于matlab(Calculated temperature distribution of the procedures in the hope the officers concerned be helpful, based on matlab)
- 2011-03-28 10:53:00下载
- 积分:1
-
NORMALFUNCTION
本程序基于visual C++ 实现标准正态分布,正态分布累积函数,正态分布累积函数的逆函数分别输出到不同表,是仿真实验的很好参考!(This procedure based on visual C++ Achieve the standard normal distribution, the cumulative distribution function, the cumulative distribution function of the inverse function of the respective output to a different form, is a good reference simulation!)
- 2007-12-14 11:48:49下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
matlab-json-master
This package contains Matlab class to serialize/decode matlab object in
json format. The software uses org.json java package to convert json to
java object and then translates it into Matlab object.
- 2013-09-28 06:38:56下载
- 积分:1