-
VC_Matlab
通过MATLAB引擎,利用VC开发MATLAB,包括一个自己开发的小程序和一片word文档资料(Through the MATLAB engine, developed by VC MATLAB, including its own development programs and a small word document data)
- 2011-08-27 23:31:12下载
- 积分:1
-
sort
HEap Sort Implementation !!
- 2014-10-07 13:49:01下载
- 积分:1
-
Play-music-under-loc1
FDGSL HOERHIJBDFIORTHDFUOI
- 2013-11-30 04:41:46下载
- 积分:1
-
MATLAB
说明: MATLAB与C/C++混合编程代码,包括MATLAB引擎,MAT共享,MEX技术,COM,Mideva工具(MATLAB and C/C++ mixed programming code, including MATLAB engine, MAT share, MEX technology, COM, Mideva tools)
- 2021-03-04 13:59:32下载
- 积分:1
-
Gabor-and-pcnn-matlab
用Matlab实现人脸检测的功能,程序正确,可以运行,包含测试图片(Face detection using Matlab functions implement the program correctly, you can run, including the test images)
- 2011-05-16 20:38:12下载
- 积分:1
-
Project
WiMAX tes for channel with two Q and CDF function
- 2012-05-29 17:38:43下载
- 积分:1
-
cppmath_ug2b
Matlab C++ Math Library
- 2011-11-14 19:34:34下载
- 积分:1
-
tqjs
说明: 实现大地测量学中,椭球参数解算。(包括正解和反解)(Achieve geodesy, the ellipsoid parameters solver. (Including the positive solution and counter-solution))
- 2010-03-30 22:11:08下载
- 积分:1
-
railroad-rush-hour
实现火车的调度,即将无需的乱的火车,重新调度成有序的(Realization train scheduling, without the chaos of the train is about to re-scheduled to orderly)
- 2014-12-09 19:44:18下载
- 积分: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