搜索资源列表
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
vcPPsourcecode7
- 600个大型项目源码之一: MATLAB与VC++混合编程实现一维小波多尺度分解 小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。 VC++是由美国Microsoft 公司开发的可视化C/C++集
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.
小波去噪matlab vc++混合编程
- 实现小波去噪功能。vc++6.0下实现与matlab混合编程。
xiaobofenjie
- 小波分解代码程序 维信号离散小波分解与重构(去噪)的 VC 实现-Wavelet code program dimensional discrete wavelet signal decomposition and reconstruction (denoising) of the VC