01 2015 档案

摘要:Python解决matplotlib中文乱码问题(Windows) matplotlib是Python著名的绘图库,默认并不支持中文显示,因此在不经过修改的情况下,无法正确显示中文。本文将介绍如何解决这一问题的方法。 1.修改matplotlibrc文件 进入Python安装目录下的Lib\site 阅读全文
posted @ 2015-01-26 14:49 一杯半盏 阅读(174) 评论(0) 推荐(0) 编辑
摘要:#include #include #include "biTree.h" #include "cstdlib" #define OVERFLOW -1 #include using namespace std; Status CreateBiTree( BiTree &T ) { int a; printf( "Creating BiTree .....\n" ); printf(... 阅读全文
posted @ 2015-01-22 19:54 一杯半盏 阅读(565) 评论(0) 推荐(0) 编辑
摘要:下载 Microsoft® SQL Server® 2008 Management Studio Express http://www.microsoft.com/zh-CN/download/details.aspx?id=7593 前提:你的VS2012安装的时候选择了SQLserver Exp 阅读全文
posted @ 2015-01-12 16:11 一杯半盏 阅读(722) 评论(0) 推荐(0) 编辑
摘要:首先安装依赖 sudo apt-get update 去官网下载OpenCv 2.4.9或者OpenCv3.0.0 然后解压 ##重要 在 CMakelist.txt 关掉CUDA 支持 (OFF) mkdir build cd build sudo cmake -D CMAKE_BUILD_TYP 阅读全文
posted @ 2015-01-02 18:21 一杯半盏 阅读(297) 评论(0) 推荐(0) 编辑