-
VCPmatlab
本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处(This paper describes how the VC and Matlab programming mix, for complex calculations to good use)
- 2013-09-07 11:32:39下载
- 积分:1
-
rect
方向键←→控制方块的左右移动,方向键↑变形,方向键↓加速方块落下的速度(The direction key vs. control box and move around, the direction key up key down the direction of deformation, accelerate the speed of falling blocks)
- 2015-03-09 07:08:50下载
- 积分:1
-
llpcp
lpc线性预测编码,合成与分析析,在matlab中实现-lpc
(lpc linear predictive coding, synthesis and analysis of the analysis, in-lpc in Matlab)
- 2012-07-30 00:55:13下载
- 积分:1
-
m_image
VC6.0与MATLAB2007a的接口程序 (VC6.0 and the interface program MATLAB2007a)
- 2009-05-25 15:49:48下载
- 积分:1
-
vc_matcom_dll
VC和MATLAB的混合编程技术之一,matcom生成dll,vc成功调用的例子(One of a combination of VC and MATLAB programming technology, matcom generate DLL, VC example of a successful call
)
- 2013-09-18 14:29:03下载
- 积分:1
-
test_detect1
program to detect detection of vehicle on road using learning of haar features
- 2014-01-30 17:41:07下载
- 积分:1
-
spandsp-0.0.4pre4.tar
传真通信V27 V29 V17 T38解调与解码,(Fax communications V27 V29 V17 T38 demodulation and decoding,)
- 2007-09-19 06:54:25下载
- 积分:1
-
matlab
matlab exercise hope can be useful
- 2012-08-06 20:45:46下载
- 积分: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
-
NewtonRo
自己写的关于方程求根的matlab程序,仅供参考(Roots of equations to write about the matlab program, for reference only)
- 2011-09-27 10:38:54下载
- 积分:1