码迷,mamicode.com
首页 >  
搜索关键字:edges    ( 333个结果
Codeforces 841D Leha and another game about graph - 差分
Leha plays a computer game, where is on each level is given a connected graph with n vertices and m edges. Graph can contain multiple edges, but can n ...
分类:其他好文   时间:2017-08-21 23:03:37    阅读次数:422
Parent and son
Give you a tree with N vertices and N‐ 1 edges, and then ask you Q queries on “which vertex is Y's son that has the smallest number and which vertex i ...
分类:其他好文   时间:2017-08-16 20:27:49    阅读次数:194
DFS——hdu5682zxa and leaf
一、题目回顾 题目链接:zxa and leaf Problem Description zxa have an unrooted tree with n nodes, including (n?1) undirected edges, whose nodes are numbered from 1 ...
分类:其他好文   时间:2017-08-09 09:58:50    阅读次数:220
Codeforces 825E Minimal Labels - 拓扑排序 - 贪心
You are given a directed acyclic graph with n vertices and m edges. There are no self-loops or multiple edges between any pair of vertices. Graph can ...
分类:编程语言   时间:2017-08-05 14:55:36    阅读次数:370
Halcon学习之边缘检测函数
sobel_amp ( Image : EdgeAmplitude : FilterType, Size : ) 根据图像的一次导数计算图像的边缘 close_edges ( Edges, EdgeImage : RegionResult : MinAmplitude : ) close_edges ...
分类:其他好文   时间:2017-07-27 23:28:08    阅读次数:422
Breadth-first search
given a graph G and a distinguished source vertex s, breadth-firstsearch systematically explores the edges of G to “discover” every vertex that isreac ...
分类:其他好文   时间:2017-07-07 23:35:44    阅读次数:231
JaunsGraph数据模型
JanusGraph采用邻接表(adjacency list)的方式存储图,也即图以顶点(vertex)和其邻接表组成。邻接表中保存某个顶点的所有入射边(incident edges)。通过将图采用邻接表的形式存储,JanusGraph确保了某个顶点的所有入射边和属性都被紧凑的存储在一起,从而能够加... ...
分类:其他好文   时间:2017-07-06 20:49:26    阅读次数:757
Numpy API Analysis
histogram >>> a = numpy.arange(5) >>> hist, bin_edges = numpy.histogram(a,density=False) >>> hist, bin_edges (array([1, 0, 1, 0, 0, 1, 0, 1, 0, 1], dt... ...
分类:Windows程序   时间:2017-06-29 20:31:29    阅读次数:297
333条   上一页 1 ... 15 16 17 18 19 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!