C++
文章平均质量分 83
stardust94605
这个作者很懒,什么都没留下…
展开
-
Matlab 7.10(R2010a)识别VS2010编辑器
默认情况下Matlab 7.10(R2010a)不能识别VS2010,使用“mex -setup”时结果如下:>> mex -setupPlease choose your compiler for building external interface (MEX) files: Would you like mex to locate installed compilers [转载 2013-05-23 15:34:25 · 2309 阅读 · 1 评论 -
vs2010和Matlab R2012b 混合编程
思路:为了实现matlab与C++混合编程,采用由m文件构造动态链接库然后在visual studio中调用的方法。本人系统:Windows 7旗舰版(32位),VS2010旗舰版,Matlab R2012b 只有R2010b或以上版本才识别VS2010编辑器 1. matlab中dll创建 1.1 m文件编写 functi原创 2013-05-24 22:40:57 · 21668 阅读 · 6 评论 -
图像外推算法
#include "stdafx.h"#include "ShapeExtend.h"#include "MainFrm.h"#include "NewFeatureofStormDoc.h"#include "NewFeatureofStormView.h"bool CShapeExtend::FlagOfRead=TRUE;CShapeExtend::CShapeE原创 2013-09-10 17:52:18 · 3759 阅读 · 0 评论