Multiplication PuzzleTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:165164-bit integer IO format:%lld Java clas...
分类:
其他好文 时间:
2014-08-09 11:24:57
阅读次数:
234
Moving TablesTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:102964-bit integer IO format:%lld Java class name:M...
分类:
其他好文 时间:
2014-08-09 11:20:07
阅读次数:
341
Number BustersTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:382B64-bit integer IO format:%I64d Java cl...
分类:
其他好文 时间:
2014-08-09 00:00:46
阅读次数:
406
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
c++笔记将记载一个温习路径,也算一个快速学习的参考吧!(不一定全面,想到什么就写什么。要学习的同志最好是有权威的书坐镇)笔记大概会有如下有几个部分:语法基础,使用拓展库,实用工程,补充说明数据类型:简单类型:(byte = 8 bit,以下所示为32bit系统,bit不同稍有区别;除ab都可以在类...
分类:
编程语言 时间:
2014-08-08 17:19:46
阅读次数:
282
Buy TicketsTime Limit: 4000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descripti...
分类:
其他好文 时间:
2014-08-08 12:13:15
阅读次数:
227
堆大小设置JVM 中最大堆大小有三方面限制:相关操作系统的数据模型(32-bt还是64-bit)限制;系统的可用虚拟内存限制;系统的可用物理内存限制。32位系统下,一般限制在1.5G~2G;64为操作系统对内存无限制。我在Windows Server 2003 系统,3.5G物理内存,JDK5.0下...
分类:
其他好文 时间:
2014-08-08 11:50:05
阅读次数:
268
Post OfficeTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:116064-bit integer IO format:%lld Java class name:Mai...
分类:
其他好文 时间:
2014-08-08 01:46:07
阅读次数:
204
Description
FJ's N (1 ≤ N ≤ 10,000) cows conveniently indexed 1..N are standing in a line. Each cow has a positive integer height (which is a bit of secret). You are told only the height H (1 ≤ H ≤...
分类:
其他好文 时间:
2014-08-07 23:19:25
阅读次数:
346
问题实例:海量日志数据,提取出某日访问百度次数最多的那个IP。答:对于ip,最多也就2^32个。所以可以很好地通过hash函数映射到内存中,再进行统计。原理简述:hash的基本原理网上也已经很多了,下面简单提一下。在ssh协议加密中,sha-1就是通过哈希来进行的。哈希就是将一个字符串或者其他数字之...
分类:
其他好文 时间:
2014-08-07 22:50:15
阅读次数:
290