-
Matlab-and-C-CPP-mixed-programming
Matlab 和C C++ 混合编程
刘维编著(Matlab and C C++ mixture programming)
- 2013-09-09 20:53:41下载
- 积分:1
-
examples
matlab 与HFSS联合仿真的几个例子。非常好用,,一学就会。(A few of examples of matlab with HFSS simulation. It is very nice, and quick to learn.)
- 2020-11-29 15:49:29下载
- 积分:1
-
MatlabAlgors
陆吾生有关凸优化视频教程中的相应的子函数,包括牛顿法等(convex optimization)
- 2011-01-25 17:34:29下载
- 积分:1
-
MATLAB
大时代奥维德单位啊打完爱的阿斯顿我饿人大的(dasdasdaweqdasd)
- 2009-03-06 18:13:14下载
- 积分:1
-
VCandMatlab
许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。(Many engineering software need to use complex mathematical algorithms. VC++ can form a variety of user interface, and can directly exchange data systems and the underlying hardware. Therefore, VC++ and Matlab of mixed programming of great practical significance. The article discusses how to use Matlab' s Complier to*. m functions compiled as dynamic link library DLL, VC++ provided to the invoked method, provides a mixed VC++ and Matlab programming fast implementation.)
- 2010-06-06 15:59:47下载
- 积分:1
-
decode_ldpc
ldpc译码算法 实现ldpc的译码 20个字(ldpc the)
- 2013-11-18 21:07:58下载
- 积分: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
-
-wavefront
波前曲扭和幅度变化对阵列测向中相干源分辨的影响(Twisted and curved wavefront amplitude variation to distinguish the impact of coherent source direction finding in an array)
- 2013-12-26 12:54:01下载
- 积分:1
-
cppmathref2b
“cppmathref2b.pdf”Matlab 6.5的C++数学库函数及用法详细参考手册,包含全部内容,很详尽,做Matlab和VC混合编程必不可少的工具书。(" Cppmathref2b.pdf" Matlab 6.5 for C++ Math Library function and the use of detailed reference manual, including all content, very detailed, so Matlab and VC hybrid programming tool indispensable.)
- 2010-06-12 16:32:13下载
- 积分:1
-
fastica1
很清晰的fastica算法,主要是有关主元分析的程序,很好的,自己编的,有不会的 可以咨询(it s a progress which is fastica)
- 2013-09-13 23:41:08下载
- 积分:1