摘要: GTK+2.0 中的容器控件与布局技巧GTK+图形化应用程序开发学习笔记(一)—概述 阅读全文
posted @ 2015-02-06 06:13 Grandyang 阅读(531) 评论(0) 推荐(0) 编辑
摘要: https://developer.gnome.org/gtkmm-tutorial/unstable/index.html.zh_CN1. 序言1.1. 本书 1.2. gtkmm 2. 安装2.1. 依赖关系 2.2. Unix 和 Linux 2.3. Microsoft Windows 3.... 阅读全文
posted @ 2015-02-06 06:02 Grandyang 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: CvMat:typedef struct CvMat{ int type; int step; /* for internal use only */ int* refcount; int hdr_refcount; union { uchar... 阅读全文
posted @ 2015-02-06 04:12 Grandyang 阅读(2361) 评论(0) 推荐(0) 编辑
摘要: Given an unsorted array of integers, find the length of the longest consecutive elements sequence. Your algorithm should run in O(n) complexity. Examp 阅读全文
posted @ 2015-02-06 01:01 Grandyang 阅读(25105) 评论(13) 推荐(2) 编辑
Fork me on GitHub