码迷,mamicode.com
首页 >  
搜索关键字:bob    ( 1241个结果
FTP服务器搭建
HT公司要搭建一台ftp服务器。利用WindowsServer2008服务器自带的IIS组件,发布FTP服务器,具体要求如下:1、可匿名访问ftp站点;2、在C盘建立名称为“ftp”的文件夹,作为ftp站点的主目录。3、建立隔离用户的ftp。1)建立Bob和John两个用户访问Ftp,2)ftp采用隔离用户模式;3..
分类:其他好文   时间:2015-06-26 13:12:41    阅读次数:143
Codeforces Beta Round #29 (Div. 2, Codeforces format) C. Mail Stamps 离散化拓扑排序
C. Mail StampsTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/problemset/problem/29/CDescriptionOne day Bob got a letter in an envelop...
分类:编程语言   时间:2015-06-26 10:40:43    阅读次数:258
Codeforces Beta Round #18 (Div. 2 Only) C. Stripe 前缀和
C. StripeTime Limit: 20 SecMemory Limit: 256 MB题目连接http://codeforces.com/problemset/problem/18/CDescriptionOnce Bob took a paper stripe of n squares (...
分类:其他好文   时间:2015-06-26 10:33:38    阅读次数:139
BZOJ 4123 [Baltic2015] Hacker 解题报告
首先,Alice 会选择一个长度为$\lfloor\frac{n+1}{2}\rfloor$ 的区间,我们把这个长度记为 $len$。有这么一个结论:令 $F_i$ 为覆盖 $i$ 点的所有长度为 $len$ 的区间的元素和的最小值,那么答案就是 $F_i$ 的最大值。因为 Bob 可以控制 Ali...
分类:其他好文   时间:2015-06-25 11:50:40    阅读次数:135
(翻译)如何对python dict 类型按键(keys)或值(values)排序
如何对dict类型按键(keys)排序(Python 2.4 或更高版本):mydict = {'carl':40, 'alan':2, 'bob':1, 'danny':3}for key in sorted(mydict.iterkeys()...
分类:编程语言   时间:2015-06-22 22:07:06    阅读次数:149
【网络流】【最小点权覆盖】【NEERC 2003】【POJ2125】【cogs 1575】有向图破坏
1575. [NEERC 2003][POJ2125]有向图破坏★★★ 输入文件:destroyingthegraph.in 输出文件:destroyingthegraph.out 简单对比 时间限制:1 s 内存限制:256 MB 【题目描述】Alice和Bob正在玩如下的游戏。首先Alice画一个有N个顶点,M条边的有向图。然后Bob试着摧毁它。在一次操作中他可以找到图中的一个点...
分类:其他好文   时间:2015-06-18 09:51:29    阅读次数:121
[Google] 出现次数最多的前K个元素
bob, joe, bob, jane, bob, joe, jackbob = 3 joe = 2topN(2) = bob, joe .interface TopN { void insert(String query); List getTop(int n);}用map来存string在数.....
分类:其他好文   时间:2015-06-14 20:02:24    阅读次数:142
Python字符串格式化
In [1]: "%(name)s is %(age)s" % {"name":"bob", "age": 12}Out[1]: 'bob is 12'In [2]: "%s is %s" % ("bob", "13")Out[2]: 'bob is 13'In [6]: "{0} is {1}"....
分类:编程语言   时间:2015-06-14 18:16:00    阅读次数:112
XTU 1209 Alice and Bob (博弈)
Alice and Bob Accepted : 174   Submit : 342 Time Limit : 1000 MS   Memory Limit : 65536 KB Problem Description The famous "Alice and Bob" are playing a game again. So now...
分类:其他好文   时间:2015-06-13 11:19:14    阅读次数:182
简单博弈问题
问题:Alice and Bob are playing a kind of special game on an N*M board (N rows, M columns). At the beginning, there are N*M coins in this board with one ...
分类:其他好文   时间:2015-06-11 18:44:48    阅读次数:132
1241条   上一页 1 ... 90 91 92 93 94 ... 125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!