摘要: 配置参见:http://blog.csdn.net/linshuhe1/article/details/51221015 问题描述:win10下用cmake3.8.0编译opencv3.1.0+opencv_contrib,在添加opencv_contrib目录下的modules后,点击配置按钮后 阅读全文
posted @ 2017-11-04 20:26 LarryXXXXXXXXX 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 编写如下界面的简易计算器界面代码: using System; using System.Windows.Forms; using exp; namespace calculator { public partial class Form1 : Form { public Form1() { Ini 阅读全文
posted @ 2017-09-14 20:29 LarryXXXXXXXXX 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 1.在.pro文件中已经加入依赖项后,头文件可通过提示正常include,运行出现: main.obj:-1: error: LNK2019: 无法解析的外部符号 "public: __cdecl Dialog::Dialog(class QWidget *)" (??0Dialog@@QEAA@P 阅读全文
posted @ 2017-09-09 16:03 LarryXXXXXXXXX 阅读(13047) 评论(3) 推荐(0) 编辑
摘要: 在c11标准下可以执行的特殊格式的for循环语句,区别在于引用类型可以改变原来的值 阅读全文
posted @ 2017-09-05 15:27 LarryXXXXXXXXX 阅读(4613) 评论(2) 推荐(0) 编辑
摘要: vector 1.一维数组 定义方法: vector<Template>name; 元素类型可以为预定义类型以及结构体类型 也可指定长度: 例:vector<int>a(10); 但其长度可变 2.二维数组: 定义:vector<vector<int> > Matrix(N, vector<int> 阅读全文
posted @ 2017-07-12 16:23 LarryXXXXXXXXX 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 栈的链式顺序存储结构 阅读全文
posted @ 2017-05-30 11:12 LarryXXXXXXXXX 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 中序线索二叉树 阅读全文
posted @ 2017-05-18 21:14 LarryXXXXXXXXX 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: 二叉树——顺序存储结构转化为链式存储结构 阅读全文
posted @ 2017-05-09 16:40 LarryXXXXXXXXX 阅读(7856) 评论(0) 推荐(0) 编辑
摘要: 数据结构作业 阅读全文
posted @ 2017-05-03 18:38 LarryXXXXXXXXX 阅读(5410) 评论(1) 推荐(0) 编辑
摘要: 单链表 阅读全文
posted @ 2017-05-01 19:44 LarryXXXXXXXXX 阅读(251) 评论(0) 推荐(0) 编辑