1.下载VTK 从VTK官网可以下载Source,Data,以及Documentation:VTK Download VTK安装分为binary install和source code install两种方式,binary install可以下载vtk.exe直接安装VTK,开发直接在Tcl中进行; ...
分类:
其他好文 时间:
2017-04-04 00:04:49
阅读次数:
1610
编译OpenCv 1 用CMake导出VC++项目文件 运行cmake-gui,设置where is the source code路径为OpenCV安装路径(本文档假定安装位置为:c:\OpenCV2.3.1\opencv),并创建子目录c:\OpenCV2.3.1\opencv\build\vs ...
分类:
其他好文 时间:
2017-04-03 18:56:10
阅读次数:
209
Downloads Download the source files for GCC 4.7.0. Download the source code files for MS Visual Studio 2012 Download the source code files for GCC pre ...
分类:
编程语言 时间:
2017-04-02 14:39:05
阅读次数:
180
1、安装前准备: 1)必备的包和工具 gcc/g++ :MySQL 5.6开始,需要使用g++进行编译。 cmake :MySQL 5.5开始,使用cmake进行工程管理,cmake需要2.8以上版本。 bison :MySQL语法解析器需要使用bison进行编译。 ncurses-devel :用... ...
分类:
数据库 时间:
2017-04-01 11:40:24
阅读次数:
245
1、建立操作系统用户和组 [root@faspdev ~]# groupadd mysql [root@faspdev ~]# useradd -g mysql mysql 2、解压安装文件,进入解压目录: [root@faspdev mnt]# tar -zxvf mysql-5.0.15.tar... ...
分类:
数据库 时间:
2017-04-01 11:40:02
阅读次数:
199
在 Win7 环境使用 hyperledger fabric source code 模拟 IBM Bluemix Blockchain Service 在 Win7 环境使用 hyperledger fabric source code 模拟 IBM Bluemix Blockchain Serv ...
The source code: a) Control flow b) The simple fault that t2(n=5) would be more likely to discover than t1(n=3) would is the index of the array out of ...
分类:
其他好文 时间:
2017-03-14 21:09:55
阅读次数:
278
几个主要的source code路径: /system/core/include/utils/threads.h /system/core/include/utils/Thread.h /system/core/include/utils/AndroidThreads.h /system/core/ ...
分类:
移动开发 时间:
2017-02-22 16:59:10
阅读次数:
212
content : 1.采访了11个开发者,获得78个常问的问题;2.对78个问题进行分类,分为8类:These questions span eight domains of information: source code (SC), change sets (CHS), teams (T), ...
分类:
其他好文 时间:
2017-02-17 18:00:45
阅读次数:
180
//示范面向对象 this 作用域 闭包 单例模式很好的示范 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-st... ...
分类:
编程语言 时间:
2017-02-16 14:45:35
阅读次数:
963