-
adwa
说明: 数值计算课后答案的解析,很有用的而且对上机超值(Numerical Analysis of after-school answer, very useful but on the machine value)
- 2010-04-15 15:11:38下载
- 积分: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
-
showmtrix
在vc中调用matlab生成的dll示例,传递的参数在vc中是数组,对应matlab中是矩阵(Calling matlab in vc generated dll example, pass a parameter is an array in vc, is the matrix corresponding to matlab)
- 2007-12-19 18:57:36下载
- 积分:1
-
kmeans
k means is a clustering program for partition and distinguishing a group of observation and recognition
- 2013-04-07 17:36:38下载
- 积分:1
-
Simple-word-Class
简单的封装了对word的操作 使用 CComVariant vOpt(Simple word Class)
- 2014-09-11 11:50:33下载
- 积分:1
-
gquad
自己编的最新的gquad方法,非常的好用(Own series the latest gquad method, very easy to use)
- 2011-09-26 13:02:18下载
- 积分:1
-
Matlab.vc
这是一份VC++与MATLAB混合编程的重要资料.详细描述了VC++在与MATLAB混合编程时的接口问题,以及连接问题。(This is a mixed VC++ and MATLAB programming important information. A detailed description of the VC++ mixed programming with MATLAB interface issues, and connectivity problems.)
- 2010-06-02 09:20:30下载
- 积分:1
-
sparse_coding_for_classification
简单的sparse coding的小程序,基本可以了解sparse coding的工作过程。(Simple sparse coding small procedures, the basic can understand the working process of sparse coding.)
- 2014-10-27 22:24:21下载
- 积分:1
-
pattrec
power saving visual basic and matlab code
- 2011-09-30 13:46:36下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1