-
GUI
GUI示例,包括基本的GUI和右键弹出菜单的简单例子(GUI examples, including basic GUI and a simple example of the context menu)
- 2013-08-16 20:14:17下载
- 积分:1
-
Matlab-cPP
,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原
(Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms of mixed programming between them, and given the mixed programming methods and steps under specific conditions. The examples show that the proposed Matlab and C/C++ hybrid programming method is simple, effective. More Restore)
- 2013-03-19 14:14:58下载
- 积分:1
-
youcheng
非常好的matlab代码,欢迎下载分享学习!!!(this is a very good!!!!!!!!!)
- 2012-04-19 19:16:10下载
- 积分:1
-
mschart
MSChart操作实例,可以轻松编码实现饼图,折线图,柱状图(MSChart operation example, you can easily Coding pie charts, line charts, bar charts)
- 2014-10-24 09:01:50下载
- 积分:1
-
emuWind
The EnumWindows function enumerates all top-level windows on the screen by passing the handle to each window, in turn, to an application-defined callback function. EnumWindows continues until the last top-level window is enumerated or the callback function returns FALSE.
- 2014-10-25 07:01:03下载
- 积分:1
-
smatlab
说明: 小波变换通过matlab实现s小波变换代码,给出变换结果。(Wavelet transform, through the realization of s wavelet transform matlab code, given the results of transformation.)
- 2008-10-16 14:12:19下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
test3
vc和mat混合编程,利用matlab的com组件来实现mat和vc的混合编程(vc and mat mixed programming, the use of matlab' s com vc components to achieve mat and Hybrid Programming)
- 2011-04-25 09:54:16下载
- 积分:1
-
COMTest2005_v0.8
在vc.net中调用Matlab生成的COM组建实现曲线拟合。(in vc.net Calling Matlab generated COM form and curve fitting.)
- 2007-04-26 04:28:35下载
- 积分:1
-
gongetidu-
Total gradient method extremum If using MATLAB is not difficult, but with C + + is not very easy.(Total gradient method extremum If using MATLAB is not difficult, but with C++ is not very easy.)
- 2012-09-22 11:13:47下载
- 积分:1