摘要: __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner){ //加载图标到Imagelist Graphics::TBitmap *bmpPicture = NULL; bmpPicture = new Graph... 阅读全文
posted @ 2015-12-23 23:02 一样菜 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: 首先在C#工程下面安装第三方插件包 安装方法:Tools --> Library Package Manager --> Package Manager Console Install-Package UnmanagedExports 并添加:using System.Runtime.I... 阅读全文
posted @ 2015-12-23 18:48 一样菜 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 并发在单核和多核都可存在,就是同一时间有多个可以执行的进程。但是在单核中同一时刻只有一个进程获得CPU,虽然宏观上你认为多个进程都在进行。并行是指同一时间多个进程在微观上都在真正的执行,这就只有在多核的情况下了。 阅读全文
posted @ 2015-12-23 18:37 一样菜 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 注意:opencv-2.4.10#include "stdio.h"#include "string.h"#include "iostream"#include "opencv/cv.h"#include "opencv/cxcore.h"#include "opencv/highgui.h"#in... 阅读全文
posted @ 2015-12-23 15:54 一样菜 阅读(6321) 评论(0) 推荐(0) 编辑