码迷,mamicode.com
首页 >  
搜索关键字:graph coloring    ( 3748个结果
转债---Pregel: A System for Large-Scale Graph Processing(译)
转载:http://duanple.blog.163.com/blog/static/70971767201281610126277/作者:Grzegorz Malewicz, Matthew H. Austern .etc.Google Inc 2010-6原文:http://people.apa...
分类:其他好文   时间:2015-07-04 18:21:26    阅读次数:223
常用标签及OGNL表达式
OGNL(Object-Graph Navigation Language)是一种功能强大的表达式语言(Expression Language,简称为EL),通过它简单一致的表达式语法,可以存取对象的任意属性,调用对象的方法,遍历整个对象的结构图,实现字段类型转化等功能。它使用相同的表达式去存取对象...
分类:其他好文   时间:2015-07-03 10:27:55    阅读次数:123
[LintCode] Find the Weak Connected Component in the Directed Graph
Find the Weak Connected Component in the Directed GraphFind the number Weak Connected Component in the directed graph. Each node in the graph contains...
分类:其他好文   时间:2015-06-29 14:33:09    阅读次数:125
知识图谱相关会议之观后感分享与学习总结
目录:一.面向知识图谱的信息抽取技术 二.常识知识在结构化知识库构建中的应用 三.浅谈逻辑规则在知识图谱表示学习中的应用 四.大规模知识图谱表示学习 五.知识图谱中推理技术及工具介绍 六.多语言知识图谱中的知识链接 七.知识图谱关键技术和在企业中的应用 由于我毕设是与知识图谱、实体消歧、实体对齐、知识集成相关的,所以去听了知识图谱相关的报告;报告中采用手写笔记,所以没有相应的PPT和原图(遗憾),很多图是我自己画的找的,可能存在遗漏或表述不清的地方,请海涵~很多算法还在学习研究中,最后希望文...
分类:其他好文   时间:2015-06-29 06:29:02    阅读次数:9571
[LintCode] 拓扑排序
BFS: 1 /** 2 * Definition for Directed graph. 3 * struct DirectedGraphNode { 4 * int label; 5 * vector neighbors; 6 * DirectedGraphNo...
分类:编程语言   时间:2015-06-29 00:15:31    阅读次数:527
[LintCode] Find the Connected Component in the Undirected Graph
Find the Connected Component in the Undirected GraphFind the number connected component in the undirected graph. Each node in the graph contains a lab...
分类:其他好文   时间:2015-06-28 22:50:42    阅读次数:649
[swustoj 785] Divide Tree
Divide Tree(0785)问题描述As we all know that we can consider a tree as a graph. Now give you a tree with nodes having its weight. We define the weight of ...
分类:其他好文   时间:2015-06-28 11:14:12    阅读次数:187
[LeetCode] Course Schedule
As suggested by the hints, this problem is equivalent to detect a cycle in the graph represented by prerequisites. Both BFS and DFS can be used to sol...
分类:其他好文   时间:2015-06-28 01:12:24    阅读次数:252
Git笔记
Git入门 git add是提交到暂存区域 git commit是提交到本地git目录 -a 跳过add到暂存域 git commit –amend 修复上一次提交 git push 是提交到远程目录 git log查看提交历史 -p显示每次提交的内容差异 -2最近两次提交 – stat显示摘要,如次数 –pretty=format:”%h -%an, %ar %s” –graph git mv...
分类:其他好文   时间:2015-06-27 16:26:47    阅读次数:122
[Algorithms] Graph Traversal (BFS and DFS)
Graph is an important data structure and has many important applications. Moreover, grach traversal is key to many graph algorithms.There are two syst...
分类:其他好文   时间:2015-06-26 23:39:01    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!