摘要: Project --> Option --> Packages -->Runtime Packages --> Link with runtime packages 属性改为falseProject --> Option --> C++Linker --> Link with Dynamic RTL... 阅读全文
posted @ 2015-12-30 19:05 一样菜 阅读(743) 评论(0) 推荐(0) 编辑
摘要: TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译,使用TinyXML进行C++ XML解析,使用简单,容易上手。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树。TinyXML版本:tinyxm... 阅读全文
posted @ 2015-12-30 18:51 一样菜 阅读(374) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h"#include "string.h"#include "iostream"#include "opencv/cv.h"#include "opencv/cxcore.h"#include "opencv/cvaux.h"#include "opencv/high... 阅读全文
posted @ 2015-12-30 16:12 一样菜 阅读(4666) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h"#include "string.h"#include "iostream"#include "opencv/cv.h"#include "opencv/cxcore.h"#include "opencv/cvaux.h"#include "opencv/high... 阅读全文
posted @ 2015-12-30 16:05 一样菜 阅读(1963) 评论(0) 推荐(0) 编辑