码迷,mamicode.com
首页 >  
搜索关键字:graph cut    ( 8632个结果
rcnn spp_net hcp
rcnn开创性工作,但是计算时间太长,重复计算太大。spp_net将重复计算避免了。hcp是yan shuicheng那边的,是用bing生成regions,然后用normalized cut将这些regions进行聚类,然后将聚类后剩下较小数量的regions进cnn,其实整体思路也是rcnn,只...
分类:Web程序   时间:2014-11-10 11:49:03    阅读次数:250
linux cut字符串切割
linux字符串列截取 cut -d ‘分割条件’ -f ‘列数’[root@LocalWeb01 ~]# less /etc/passwd | grep '^user' | grep -v 'root' | cut -d ':' -f 1user1
分类:系统相关   时间:2014-11-10 08:39:47    阅读次数:252
转:十大开源游戏引擎深入比较
在国内外,业界盛传有十大开源游戏引擎,分别是OGRE、Irrlicht、Panda3D、Crystal Space、jME、Blender Game Engine、Reality Factory、The Nebula Device 2、RealmForge、OpenScene- Graph。我们对这...
分类:其他好文   时间:2014-11-09 09:43:49    阅读次数:197
HDU - 4466 Triangle
Description You have a piece of iron wire with length of n unit. Now you decide to cut it into several ordered pieces and fold each piece into a triangle satisfying:  *All triangles are integral....
分类:其他好文   时间:2014-11-08 23:40:43    阅读次数:396
cacti 添加
一,为已有host添加新的监控图 (基于snmp)在console控制台下点击“New Graphs”,选择要添加监控图的主机。在Graph Templates中选择一个Graph模板,本例选择SNMP - Ceneric OID Template,点击create按钮。填写以下信息,在“Titl....
分类:其他好文   时间:2014-11-08 13:18:24    阅读次数:183
基于斥力-张力模型的网络拓扑布局算法(php代码)
根据之前的C++代码改写:array(0,1,1,0), // 1=>array(1,0,1,1), // 2=>array(1,1,0,1), // 3=>array(0,1,1,0) // ); // // //$g = new Graph($tNv,$txmin,$txmax,$tymin,$...
分类:编程语言   时间:2014-11-08 11:47:54    阅读次数:294
Graph | Eulerian path
In graph theory, a Eulerian trail (or Eulerian path) is a trail in a graph which visits every edge exactly once. Similarly, an Eulerian circuit or Eul...
分类:其他好文   时间:2014-11-07 20:38:26    阅读次数:232
7,文本处理、重定向、管道、bash算术运算、脚本 输入
文本处理类命令:wc,tr,cut,sort,uniq,一共就这几个,都挺简单的,不过非常常用,1、wc:这个是做字符统计的命令,wc[选项][文件]...-l:统计行数-c:统计字节数-w:统计单词数(这里的单词指的是以空格分隔的字符串)2、tr:转换字符或删除字符,这个命令主要用于大小写..
分类:其他好文   时间:2014-11-06 15:08:15    阅读次数:263
Learning LexRank——Graph-based Centrality as Salience in Text Summarization(一)
(1)What isSentence Centrality and Centroid-based Summarization ? Extractive summarization works by choosing a subset of the sentences in the original....
分类:其他好文   时间:2014-11-05 22:47:15    阅读次数:231
BZOJ 3091 城市旅行 Link-Cut-Tree
警告:此题不可以使用cout进行输出,只能用printf,否则RE!亲测!! 题目大意:给定一棵树,每个点有一个点权,提供四种操作: 1.删除两点之间的连边 不存在边则无视 2.在两点之前连接一条边 两点已经联通则无视 3.在两点之间的路径上所有点的点权加上一个数 两点不连通则无视 4.询问两点之间路径上任选两点路径上的点权和的期望值 前三个操作都很基础 但是第四个东西……这啥玩应这是...
分类:其他好文   时间:2014-11-05 19:53:09    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!