码迷,mamicode.com
首页 >  
搜索关键字:rabbit    ( 761个结果
hdu 1222 Wolf and Rabbit
Problem DescriptionThere is a hill with n holes around. The holes are signed from 0 to n-1.A rabbit must hide in one of the holes. A wolf searches the...
分类:其他好文   时间:2015-09-28 18:48:12    阅读次数:157
hdu 1849Rabbit and Grass(博弈论 一维nim游戏)
Rabbit and GrassTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3058Accepted Submission(s): 2261Pr...
分类:其他好文   时间:2015-09-22 21:48:38    阅读次数:275
一些集合算法
转自http://bbs.csdn.net/topics/370006637SetAlgorithm.cs 1 using System; 2 namespace Rabbit.Tools 3 { 4 public static class SetAlgorithms 5 ...
分类:编程语言   时间:2015-09-17 19:23:29    阅读次数:298
RabbitMQ Config
默认访问地址:http://localhost:15672/要想修改内网访问:%APPDATA%\RabbitMQ\ 目录下添加文件 rabbitmq.config[ {rabbit, [%% %% Network Connectivity %% ==================== %...
分类:其他好文   时间:2015-09-08 18:26:49    阅读次数:142
rabbitmq之消息重入队列
说起消息重入队列还得从队列注册消费者说起,客户端在向队列注册消费者之后,创建的channel也会被主队列进程monitor,当channel挂掉后,主队列进程(rabbit_amqqueue_process)收到'DOWN'通知,将未ack的消息重入队列,并根据消息的deliver tag,也就是消...
分类:其他好文   时间:2015-09-02 08:13:05    阅读次数:414
HDU 1222 Wolf and Rabbit (扩展欧几里德应用)
HDU 1222 Wolf and Rabbit (扩展欧几里德应用)...
分类:其他好文   时间:2015-08-28 21:35:44    阅读次数:129
Rabbimq 安装配置详解
一、rabbitmq实现原理Rabbitmq是实现AMQP(高级消息队列协议)的消息中间件的一种,最初起源于金融系统,用于在分布式系统中存储转发消息,在易用性,扩展性、高可用性等方面表现不俗。消息中间件主要用于组件之间的解耦,消息发送者无需知道消息使用的存在,反之亦然:AMQP当中..
分类:其他好文   时间:2015-08-28 02:18:31    阅读次数:359
011-数兔子
# -*- coding:cp936 -*-def rabbit(n): """ 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子, 小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 程序分析:兔子的规律为数列1,1,2,3,...
分类:其他好文   时间:2015-08-25 23:03:41    阅读次数:130
C hicken and rabbit s
时间限制: 1 Sec  内存限制: 32 MB 提交: 40  解决: 29 [提交][状态][讨论版] 题目描述 Chicken and rabbits are in a same cage. As we all know, chicken has two legs but rabbit has four. Now we know the number of legs in t...
分类:其他好文   时间:2015-08-25 19:34:25    阅读次数:252
HDU Wolf and Rabbit
DescriptionThere is a hill with n holes around. The holes are signed from 0 to n-1.A rabbit must hide in one of the holes. A wolf searches the rabbit ...
分类:其他好文   时间:2015-08-21 22:53:00    阅读次数:135
761条   上一页 1 ... 63 64 65 66 67 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!