Long Long MessageTime Limit: 4000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:277464-bit integer IO format:%lld Java class n...
分类:
其他好文 时间:
2014-08-24 10:15:22
阅读次数:
306
SubstringsTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:122664-bit integer IO format:%lld Java class name:Main...
分类:
其他好文 时间:
2014-08-23 21:34:21
阅读次数:
236
SecretaryTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:221764-bit integer IO format:%lld Java class name:MainT...
分类:
其他好文 时间:
2014-08-23 21:30:11
阅读次数:
218
用lua简单地异或加密文件,注意解密的key是加密key的倒序: 1 require 'bit' 2 3 local encode = function(inpath, outpath, key) 4 local inf = assert(io.open(inpath, "rb")) 5 ...
分类:
其他好文 时间:
2014-08-23 20:15:51
阅读次数:
5713
Divide two integers without using multiplication, division and mod operator.常常出现大的负数,无法用abs()转换成正数的情况class Solution{private: vector f;public: in...
分类:
其他好文 时间:
2014-08-23 17:43:11
阅读次数:
215
Minimal Subarray LengthTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged onUVALive. Original ID:660964-bit integer IO format:%lld Ja...
分类:
其他好文 时间:
2014-08-23 16:43:01
阅读次数:
279
Debian, Mint, Ubuntu, Kubuntu, Xubuntu… ? For?32-bit DEB-systems?you need the?teamviewer_linux.deb?package. For?64-bit DEB-systems without Multiarch?you need the?teamviewer_linux_x64.deb?...
分类:
其他好文 时间:
2014-08-23 01:12:39
阅读次数:
276
Boring countingTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:351864-bit integer IO format:%I64d Java class nam...
分类:
其他好文 时间:
2014-08-22 23:45:39
阅读次数:
187
Description
Problem J
Bits
Input: Standard Input
Output: Standard Output
A bit is a binary digit, taking a logical value of either "1" or "0" (also referred to as "true" or "false" respecti...
分类:
其他好文 时间:
2014-08-22 22:35:36
阅读次数:
278
一、VTK安装环境 1.在win7平台(32位或64位平台下均可,只有一个步骤不同,当然如果你是64位系统使用32位vtk完全可以!) 2.已经安装vs2008(并且已经安装补丁sp1(这是安装qt-addin的前提,所以如果安装好了qt一定是有的) 3.已经在vs2008中集成了qt。...