码迷,mamicode.com
首页 >  
搜索关键字:bit    ( 10514个结果
字符串和编码
字符编码我们已经讲过了,字符串也是一种数据类型,但是,字符串比较特殊的是还有一个编码问题。因为计算机只能处理数字,如果要处理文本,就必须先把文本转换为数字才能处理。最早的计算机在设计时采用8个比特(bit)作为一个字节(byte),所以,一个字节能表示的最大的整数就是255(二进制11111111=...
分类:其他好文   时间:2014-09-27 02:30:29    阅读次数:262
CGFloat与Float的区别
CGFloat is just a typedef for eitherfloatordouble.typedeffloatCGFloat;// 32-bittypedef double CGFloat;// 64-bit对于需要兼容64位机器的程序而言,需要用CGFloat,当然从长远角度考虑还是...
分类:其他好文   时间:2014-09-27 01:28:18    阅读次数:197
POJ 3678 Katu Puzzle
Katu PuzzleTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:367864-bit integer IO format:%lld Java class name:Mai...
分类:其他好文   时间:2014-09-27 01:05:39    阅读次数:303
HDU 1506 Largest Rectangle in a Histogram
Largest Rectangle in a HistogramTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:150664-bit integer IO format:%I6...
分类:其他好文   时间:2014-09-27 00:56:38    阅读次数:528
归并求逆序数 && 线段树求逆序数
BrainmanTime Limit: 1000 MS Memory Limit: 30000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]DescriptionB...
分类:其他好文   时间:2014-09-26 21:51:58    阅读次数:320
周赛 POJ 3934 Queue
DescriptionLinda is a teacher in ACM kindergarten. She is in charge of n kids. Because the dinning hall is a little bit far away from the classroom, t...
分类:其他好文   时间:2014-09-26 20:31:28    阅读次数:254
Xcode6 部署iphone4s出现的问题 No architectures to compile for
手贱升级到了Xcode6.结果一打开来就爆了各种错误换个警告; 各种百度和谷歌,终于搞定了,然后插上4S,结果还是报错. 解决:1.找到Build Settings2.点击Architectures3. 添加$(ARCHS_STANDARD_32_BIT)
分类:其他好文   时间:2014-09-26 18:39:48    阅读次数:209
POJ 3613 Cow Relays
Cow RelaysTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:361364-bit integer IO format:%lld Java class name:Main...
分类:其他好文   时间:2014-09-26 10:38:18    阅读次数:237
POJ 3469 Dual Core CPU
Dual Core CPUTime Limit: 15000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:346964-bit integer IO format:%lld Java class name...
分类:其他好文   时间:2014-09-25 16:43:29    阅读次数:508
POJ 3308 Paratroopers
ParatroopersTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:330864-bit integer IO format:%lld Java class name:Ma...
分类:其他好文   时间:2014-09-25 16:19:29    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!