-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
FFTC
fft的c++语言实现,改自matlab的相关程序(fft c++)
- 2009-03-30 11:18:12下载
- 积分:1
-
rm52j_r1
AVS PART2的参考代码,最新版本rm52j。(AVS PART2 reference code, the latest version of rm52j.)
- 2007-09-04 16:32:02下载
- 积分:1
-
nikle
照书上写的一个小程序,已经测试过没有问题(According to the book written by a small program, no problem has been tested)
- 2011-09-28 08:43:13下载
- 积分:1
-
l
说明: 。基于此本文提出一种利用Microsoft
Access数据库实现VB与Matlab数据交换的方法,在程序设计中可充分利用两种软件的优势,可以大大缩短软件开发周期,为
含复杂数学计算的可视化软件设计提供了一种可选的方案。(A new method is proposed in this paper to realize data communication between VB and Matlab based on Microsoft
Access. It provides a good solution to develop the Visual numerical computing software)
- 2012-05-07 21:53:13下载
- 积分:1
-
xingtaixue
数学形态学对一维信号处理程序,供大家学习参考(Mathematical morphology to one dimensional signal handler)
- 2015-11-30 17:38:37下载
- 积分:1
-
PCM32
PCM编码failed to translatefailed to translatefailed to translate(failed to translatefailed to translatefailed to translate)
- 2009-03-08 18:46:01下载
- 积分:1
-
my matlab2
用帧差法实现视频内运动物体的捕捉与检测,可自行添加视频文件(Using Frame Difference Method to Realize the Capture of Moving Objects in Video)
- 2017-09-27 08:57:08下载
- 积分:1
-
fdtd2D
通过是与有限差分法,使用matalb模拟二维光子晶体(simulation of EM wave in two-dimensional photonic crystals using fdtd)
- 2014-10-31 13:10:42下载
- 积分:1
-
art-cpp
《實戰C++ — 八個別具特色的實作經驗》與目前市面㆖ 眾多C++ 書籍的最大不同,在於
本書既非基礎觀念之教㈻ 書籍,亦非開發工具之使用手冊,而是以「㆒ 章㆒ 專案」的方式,
從實際應用面引領讀者領略C++。
本書是《The Art of C++》的㆗ 文譯本。原作者Herbert Schildt 是㆒ 位㈻ ㈲ 專精、著作等身的
IT 技術作家,其作品普遍獲得良好評價。(err)
- 2007-11-22 15:39:38下载
- 积分:1