码迷,mamicode.com
首页 >  
搜索关键字:bit operation    ( 13261个结果
JVM调优总结 -Xms -Xmx -Xmn -Xss
堆大小设置JVM 中最大堆大小有三方面限制:相关操作系统的数据模型(32-bt还是64-bit)限制;系统的可用虚拟内存限制;系统的可用物理内存限制。32位系统下,一般限制在1.5G~2G;64为操作系统对内存无限制。我在Windows Server 2003 系统,3.5G物理内存,JDK5.0下...
分类:其他好文   时间:2014-08-08 11:50:05    阅读次数:268
xtu summer individual 5 F - Post Office
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
POJ 3263 Tallest Cow(线段树)
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
海量数据处理--hash和bit-map
问题实例:海量日志数据,提取出某日访问百度次数最多的那个IP。答:对于ip,最多也就2^32个。所以可以很好地通过hash函数映射到内存中,再进行统计。原理简述:hash的基本原理网上也已经很多了,下面简单提一下。在ssh协议加密中,sha-1就是通过哈希来进行的。哈希就是将一个字符串或者其他数字之...
分类:其他好文   时间:2014-08-07 22:50:15    阅读次数:290
BNUOJ 1268 PIGS
PIGSTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:114964-bit integer IO format:%lld Java class name:MainMirko ...
分类:其他好文   时间:2014-08-07 22:05:08    阅读次数:322
FZU 2105 (线段树)
Problem 2105 Digits CountProblem DescriptionGiven N integers A={A[0],A[1],...,A[N-1]}. Here we have some operations:Operation 1:AND opn L RHere opn, L...
分类:其他好文   时间:2014-08-07 21:53:40    阅读次数:257
JAVA Drp项目实战—— Unable to compile class for JSP 一波三折
交代下背景,电脑系统是64位的,用的是64位的Tomcat,安装是32位的Myeclipse10,java环境也是32位的,Tomcat在开始启动时会报这样一个错误,“Can't load IA 64-bit .dll on a AMD32-bit platform”,但是不耽误使用,最近在敲Drp项目中用到了底层接口的几个方法,这个错误导致项目不能正常运行了,所以就将64位的Tomcat换成了与java环境一样的32位的Tomcat,上面的问题就顺利解决了,于是继续自己的开发,但是当JSP页面启动时就出现...
分类:编程语言   时间:2014-08-07 19:03:20    阅读次数:286
BNUOJ 2105 Distance Queries
Distance QueriesTime Limit: 2000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:198664-bit integer IO format:%lld Java class nam...
分类:其他好文   时间:2014-08-07 18:28:00    阅读次数:215
网站性能测试
RHEL6.5---查看服务器的内存:[root@linuxcast/]#free-mtotalusedfreesharedbufferscachedMem:1870179476062862-/+buffers/cache:8681001Swap:409504095---查看服务器cpu信息[root@linuxcast/]#lscpuArchitecture:x86_64CPUop-mode(s):32-bit,64-bitByteOrder:LittleEndianCPU(..
分类:Web程序   时间:2014-08-07 07:31:30    阅读次数:263
Edit Distance leetcode java
题目:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha....
分类:编程语言   时间:2014-08-07 05:11:48    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!