-
AMQexamples
ActiveMQ CPP 使用示例。ActiveMQ 是Apache出品,最流行的,能力强劲的开源消息总线(ActiveMQ CPP example)
- 2014-01-06 11:22:28下载
- 积分:1
-
北京
选择一种编码方式。在这里可以采用行编码和列编码,但经过大量的实验表明,这两种编码方式的抗干扰性能不佳(choose a coding. The trip here can be used coding and coding out, but after a lot of experiments showed that both the encoding anti-jamming performance poor)
- 2005-05-08 21:10:27下载
- 积分:1
-
MATLAB-statistical-analysis
《MATLAB统计分析与应用:40个案例分析》程序与数据(MATLAB statistical analysis and application: 40 case studies" program and data)
- 2011-12-01 17:52:51下载
- 积分:1
-
firamp
matlab linear phase FIR four type amplitude
- 2013-11-21 21:43:03下载
- 积分:1
-
MultiWiiV1_7
基于 Matlab 的积分分离 PID 控制 算法及仿真 摘 要 MATLAB 是一种集数值计算、符号运算、可视化(flying car)
- 2013-10-11 13:55:27下载
- 积分:1
-
zitai
空间飞行器三轴稳定姿态动力学仿真,三轴稳定姿态动力学仿真(Stable attitude dynamics simulation of the space vehicle three weeks)
- 2012-07-25 16:10:01下载
- 积分:1
-
VC
说明: 关于VC++和Matlab混合编程的一本PDF格式的书籍。(On the VC++ and Matlab programming mixed a PDF format of the book.)
- 2009-04-18 17:53:33下载
- 积分:1
-
matlabengine
vc++调用matlab,利用matlab引擎(vc++ call matlab, using matlab engine)
- 2008-05-26 20:55:00下载
- 积分:1
-
zq1
说明: 太阳黑子的时间序列用最小二乘法模型定阶的C语言程序(Sunspot time series model using the least square method to determine the order of the C language program)
- 2010-05-03 14:27:11下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1