搜索资源列表
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
VCanddmatlab
- VC与matlab接口,来实现小波分解,对于学习VC和matlab混合编程的有很大帮助!-VC and matlab interfaces to achieve the wavelet decomposition, for the study of VC and matlab programming mix of great help!
MATLAB-and-VC-of-wavelet
- MATLAB与VC++混合编程实现一维小波多尺度分解-MATLAB and VC programming mix of one-dimensional wavelet decomposition
MATLAB-and-VC-P-P
- MATLAB与VC++混合编程实现一维小波多尺度分解-MATLAB and VC++ mixed programming one-dimensional wavelet multiscale decomposition
0035
- 小波算法的VC++实现实例,程序可以单独运行,也可以合并到自己的程序里面运行。-Wavelet algorithm VC++ achieve instance, the program can be run separately, can also be incorporated into their own program which is running.
xiaobofenjie
- 小波分解代码程序 维信号离散小波分解与重构(去噪)的 VC 实现-Wavelet code program dimensional discrete wavelet signal decomposition and reconstruction (denoising) of the VC