码迷,mamicode.com
首页 >  
搜索关键字:ems    ( 5469个结果
rabbitMQ说明文档
rabbitMQ是什么 RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成(因此也是继承了这些优点)。 首先介绍 AMQP 和一些基本概念: 当前各种应 ...
分类:其他好文   时间:2016-11-10 16:58:08    阅读次数:273
51Nod 1766 树上的最远点对
Description 一棵树,询问两个端点编号分别在在 \([a,b]\) 和 \([c,d]\) 两个区间中的最长链. Sol 线段树+ST表. 树上最长链可以合并,只需要合并两个区间最长链的两个端点即可. ST表要预处理好 \(log\) ,用了cmath 的 log2() ,T的飞起. Co ...
分类:其他好文   时间:2016-11-10 16:39:36    阅读次数:176
Codeforces 727 F. Polycarp's problems
Description 有一个长度为 \(n\) 有正负权值的序列,你一开始有一个值,每次到一个权值就加上,最少需要删掉多少数值才能到序列末尾.\(n \leqslant 750,m \leqslant 2 \times 10^5\) Sol DP+二分. 发现这个东西有后效性,就是前面选不选会影响 ...
分类:其他好文   时间:2016-11-10 09:44:35    阅读次数:288
UI—视图的生命周期
...
分类:其他好文   时间:2016-11-10 09:40:03    阅读次数:173
[日常训练]school
众所周知,HXY家离学校很远。于是,HXY每天算准了时间出发,以保证能在上课铃响前 10^(-1000000)秒到达学校。 不幸的是,CZ市最近正在修路。这就导致有些路可能无法通行,因而可能导致HXY迟到。 HXY不打算改变他的出发时间,现在他告诉你他通过每一条路的时间,他想要知道如果某条路被维修了... ...
分类:其他好文   时间:2016-11-10 03:03:12    阅读次数:264
1614: [Usaco2007 Jan]Telephone Lines架设电话线
传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=1614 做法:二分答案 首先附上让我找了两天错的代码 #include<queue> #include<iostream> #include<cstdio> #include<cstring> ...
分类:其他好文   时间:2016-11-10 01:41:19    阅读次数:202
PageBean分页组件
Page.java ...
分类:其他好文   时间:2016-11-09 22:28:07    阅读次数:172
leetcode 190
190. Reverse Bits Reverse bits of a given 32 bits unsigned integer. For example, given input 43261596 (represented in binary as 0000001010010100000111 ...
分类:其他好文   时间:2016-11-09 11:38:35    阅读次数:145
最小生成树prim
矩阵表示。 ...
分类:其他好文   时间:2016-11-08 20:14:10    阅读次数:148
Bzoj3893 [Usaco2014 Dec]Cow Jog
Description The cows are out exercising their hooves again! There are N cows jogging on an infinitely-long single-lane track (1 <= N <= 100,000). Each ...
分类:其他好文   时间:2016-11-08 19:58:53    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!