码迷,mamicode.com
首页 >  
搜索关键字:graph cut    ( 8632个结果
uva 10003
E -Cutting SticksTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 10003DescriptionCutting SticksYou have to cut a w...
分类:其他好文   时间:2014-11-19 08:36:51    阅读次数:226
See graph names in triple store - SPARQL
select distinct ?g where{ graph ?g { ?s ?p ?o. }}
分类:其他好文   时间:2014-11-18 06:57:56    阅读次数:192
图(邻接表)
/** * 文件名:Graph.java * 时间:2014年11月13日下午4:51:12 * 作者:修维康 */ package chapter9; import java.util.*; /** * 类名:Graph 说明: */ class Vertex { public AnyType value; public int indegree = 0;// 顶点的入度,拓...
分类:其他好文   时间:2014-11-17 19:35:58    阅读次数:195
Uva 459 Graph Connectivity
Uva 459 Graph Connectivity
分类:其他好文   时间:2014-11-17 01:41:58    阅读次数:220
Subgraph Search Over Large Graph Database
Subgraph Search Over Large Graph Database Problem DefinitionGiven a graph database and a query graph, discover all graphs containing this query graph....
分类:数据库   时间:2014-11-17 00:18:12    阅读次数:183
Titan图数据介绍
Titan是一个基于图的数据库。他同样属于现在比较热火的NoSQL中的一类。使用Titan的基本业务场景就是构建关系图谱。相比于Titan数据库,我们可能更加熟悉Neo4j这个数据库。Neo4j也是一款图数据,切应用范围也相当广泛。在比较过两款数据库后,Titan成为了我们选择。主要有以下几..
分类:其他好文   时间:2014-11-16 18:48:57    阅读次数:933
解读NoSQL数据库的四大家族[转]
键值(Key-Value) 列存储数据库 文档型数据库 图形(Graph)数据库
分类:数据库   时间:2014-11-16 17:14:24    阅读次数:274
Graph Connectivity UVA, 459(并查集)
题目大意: 求子集的个数。 解题思路: 并查集。...
分类:其他好文   时间:2014-11-16 13:28:18    阅读次数:182
poj 1011
SticksTime Limit:1000MSMemory Limit:10000KTotal Submissions:122529Accepted:28391DescriptionGeorge took sticks of the same length and cut them randomly...
分类:其他好文   时间:2014-11-16 10:34:55    阅读次数:128
php生成图片缩略图,支持png透明
注:此功能依赖GD2图形库PHP生成缩略图类srcimg = $imgPath; $this->resize_width = $width; $this->resize_height = $height; $this->cut = $...
分类:Web程序   时间:2014-11-15 11:24:48    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!