上一页 1 ··· 34 35 36 37 38
摘要: ``` ! /usr/bin/env python coding: utf 8 graph_tool a general graph manipulation python module Copyright (C) 2006 2016 Tiago de Paula Peixoto This prog 阅读全文
posted @ 2016-06-08 21:34 Life·Intelligence 阅读(889) 评论(0) 推荐(0) 编辑
摘要: gt文件格式 gt文件格式是一种简单的二进制格式,用来存储graph tool的图实例,以一个紧凑和快速的方式,包括了库支持所有类型的属性映射。 它是graphml格式(基于文本)的另一种选择,graphml用来处理非常大的图时,其 I / O 可能变得非常耗费时间和空间。 这里我们详细描述了gt的 阅读全文
posted @ 2016-06-07 22:57 Life·Intelligence 阅读(2108) 评论(0) 推荐(0) 编辑
摘要: 目录: 图的过滤 图视图 组合图视图 名词解释: filter:过滤 mask:屏蔽 inverted parameter:倒参数 overhead:开销 minimum spanning tree:最小生成树 betweenness centrality: GraphView:一个类 regula 阅读全文
posted @ 2016-06-07 22:04 Life·Intelligence 阅读(903) 评论(0) 推荐(1) 编辑
摘要: 目录: 属性映射 内部属性映射 图的I/O 构建一个 Price网络(例) 名词解释: Property maps:属性映射 PropertyMap:一个类 scalar value types:标量值类型 pickle module: scale free graph: 属性映射 属性映射是一种将 阅读全文
posted @ 2016-06-07 20:49 Life·Intelligence 阅读(1559) 评论(0) 推荐(1) 编辑
摘要: 目录: 快速开始使用graph tool 创建和操纵图 遍历顶点和边 遍历 所有 顶点或边 遍历一个顶点的 neighbourhood 名词解释: instante:实例 directed :有向;undirected:无向 on the fly:动态 property maps:属性映射 vert 阅读全文
posted @ 2016-06-07 16:17 Life·Intelligence 阅读(3842) 评论(0) 推荐(1) 编辑
摘要: graph tool is a Python module for manipulation and statistical analysis of graphs[disambiguation needed] (a.k.a. networks). graph tool是一个操作和统计分析图表的Pyt 阅读全文
posted @ 2016-06-06 21:49 Life·Intelligence 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: Markdown入门 为什么要使用Markdown? "Markdown" 是一种可以使用普通文本编辑器编写的标记语言,通过类似HTML的标记语法,它可以使普通文本内容具有一定的格式。 Markdown的语法简洁明了、学习容易,而且功能比纯文本更强,因此有很多人用它写博客。世界上最流行的博客平台Wo 阅读全文
posted @ 2015-07-16 13:47 Life·Intelligence 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 利用Github和Hexo搭建独立的个人博客 基础篇 摘要:本文主要参考了 "使用hexo和Github上创建自己的博客" 、 "如何搭建一个独立博客——简明Github Pages与Hexo教程" 和 "使用GitHub和Hexo搭建免费静态Blog" ,梳理了主要的逻辑,并作了一些补充。 "使用 阅读全文
posted @ 2015-07-15 20:04 Life·Intelligence 阅读(652) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38
TOP