码迷,mamicode.com
首页 >  
搜索关键字:graph cut    ( 8632个结果
zoj 3537 Cake (凸包判定+区间dp)
Cake Time Limit: 1 Second      Memory Limit: 32768 KB You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for th...
分类:其他好文   时间:2014-07-08 15:36:15    阅读次数:298
查看某网站用何web
查看一个网站用的什么web服务器http://uptime.netcraft.com/up/graph?site=www.aa.com将www.aa.com替换成想查询的网站即可。
分类:Web程序   时间:2014-07-08 12:19:01    阅读次数:137
数据结构之图(术语、存储结构、遍历)
1、相关术语顶点(Vertex)、弧(Arc)、弧头(初始点)、弧尾(终结点)、边(Edge)、有向图(Directed graph)、无向图(Undigraph)、全然图(Completed grapg)、有向全然图、稀疏图(Sparse graph)、稠密图(Dense graph)、权(wei...
分类:其他好文   时间:2014-07-06 18:51:14    阅读次数:321
UVA 10004 Bicoloring
题目如下: Bicoloring  In 1976 the ``Four Color Map Theorem" was proven with the assistance of acomputer. This theorem states that every map can be colored using only fourcolors, in...
分类:其他好文   时间:2014-07-06 12:28:07    阅读次数:241
UVA 10129 Play on Words
题目如下: Play on Words Some of the secret doorscontain a very interesting word puzzle. The team of archaeologists has tosolve it to open that doors. Because there is no other way to open the doors,...
分类:其他好文   时间:2014-07-06 12:12:36    阅读次数:221
UVA 10047 - The Monocycle
题目如下:  Problem A: The Monocycle  A monocycle is a cycle that runs on one wheel and the one we will be considering is a bit more special. It has a solid wheel colored with fiv...
分类:其他好文   时间:2014-07-06 11:49:47    阅读次数:233
iOS成功应用的8大法则
做出好的App无疑是每个产品经理梦寐以求的终极目标,有哪些要点会让应用在iOS平台上成功的脱颖而出呢?我们下面来总结总结。        Delightful - 简洁直观        应用需要简单直观但又有难度和趣味(例如游戏Cut the Rope和美食应用Jamie Oliver)        Innovative – 追求创新        例如游戏flight control,绝对经...
分类:移动开发   时间:2014-07-04 09:05:30    阅读次数:401
UVA 10557 XYZZY
题目如下: Problem D: XYZZY ADVENT: /ad?vent/, n. The prototypical computer adventure game, first designed by Will Crowther on the PDP-10 in the mid-1970s as an attempt at computer-refereed fantasy...
分类:其他好文   时间:2014-07-03 18:09:47    阅读次数:211
UVA 532 Dungeon Master
题目如下: Dungeon Master  You are trapped in a 3D dungeon and need to find the quickest way out!The dungeon is composedof unit cubes which may or may not be filled with rock. It ...
分类:其他好文   时间:2014-07-02 16:53:39    阅读次数:199
Linux批量杀死包含某个关键字的进程
ps -ef|grep ./amplxe-gui|grep -v grep|cut -c 9-15|xargs kill -9 批量杀死包含关键字“./amplxe”的进程。 "ps -ef" ——查看所有进程 "grep ./amplxe-gui" ——列出所有含有关键字"./amplxe-gui"的进程 "grep -v grep" ——在列出的进程中去除含...
分类:系统相关   时间:2014-07-02 09:05:06    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!