-
TestMatlab65
C++和matlab混编示例 (Mixed C++ and matlab examples)
- 2011-06-10 10:43:14下载
- 积分:1
-
vcPP--renshutongji
人数统计 vc++ 因为 本人需要matlab的人数统计源程序代码 所有先上传自己有的vc++源代码来让大家参考(Number of vc++ because I need matlab source code for all the statistics the number of first upload your own and some vc++ source code to make your reference)
- 2011-04-21 09:34:23下载
- 积分:1
-
SIX
Matlab教程第六章案例,时间序列分析与计量(Matlab Guide Chapter cases, time series analysis and measurement)
- 2013-07-20 10:07:12下载
- 积分:1
-
inxpwebbrowser
在XP中应用WEBBRORSER的程序,实现XP的风格.很实用的(in XP WEBBRORSER the application procedures, XP style. Very useful)
- 2007-04-09 14:25:05下载
- 积分:1
-
fb203b56d21a
matlab gui很好的例子,对学习有很大帮助。(matlab gui good example of great help in learning.)
- 2011-05-24 04:35:27下载
- 积分:1
-
vcPP6.0
仿真火车站的站场图,可以办理进路,显示信号机,单操,单锁道岔等功能(Simulation Station station map, you can handle into the road.)
- 2013-11-23 17:46:30下载
- 积分:1
-
Code2
这是《Windows高级编程第五版珍藏版》一书中的源码,11-23章,由于源码太大所以分开上传,这是下(This is the " Windows Advanced Programming Fifth Edition Collector' s Edition," a book source, 11-23 chapters, due to too much so upload separate source, which is under)
- 2014-10-10 11:35:45下载
- 积分:1
-
Markov-Chain-Monte-Carlo
Markov Chain Monte Carlo and gibbs sampling
- 2011-12-12 19:21:20下载
- 积分:1
-
Mechanicalprocesssystemdesign
机械工艺系统设计,基于VB进行了开发,该窗体重点是 参数的输入窗口(Mechanical process system design, based on the VB carried out the development, the focus on form parameters input window)
- 2009-02-11 10:56:54下载
- 积分: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