码迷,mamicode.com
首页 >  
搜索关键字:bit reversal    ( 10533个结果
POJ 2774 Long Long Message
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
POJ 1226 Substrings
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
POJ 2217 Secretary
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简单地异或加密文件
用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
[LeetCode] Divide Two Integers( bit + 二分法 )
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
UVA 12697 Minimal Subarray Length
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
Teamviewer install method
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
BNUOJ 7629 Boring counting
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
UVA - 11645 Bits
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
VTK6 + VS2008 in(win7 32bit or 64 bit)(qt4.8已完成配置!)
一、VTK安装环境 1.在win7平台(32位或64位平台下均可,只有一个步骤不同,当然如果你是64位系统使用32位vtk完全可以!) 2.已经安装vs2008(并且已经安装补丁sp1(这是安装qt-addin的前提,所以如果安装好了qt一定是有的) 3.已经在vs2008中集成了qt。...
分类:Windows程序   时间:2014-08-21 16:57:04    阅读次数:750
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!