码迷,mamicode.com
首页 >  
搜索关键字:original    ( 2117个结果
主机字节序与网络字节序的转换:ntohl()与htonl()
#!/usr/bin/env python #coding=utf-8 import socket def convert_integer(): data=1234 #32-bit print "Original: %s => Long host byte order: %s, Network byte order: %s" %(data,socket.ntohl(data),so...
分类:其他好文   时间:2015-04-24 12:35:13    阅读次数:209
ZOJ 3524 Crazy Shopping
Crazy ShoppingTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:352464-bit integer IO format:%lld Java class name:...
分类:其他好文   时间:2015-04-23 23:24:05    阅读次数:190
POJ 4047 Garden
GardenTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:404764-bit integer IO format:%lld Java class name:MainTher...
分类:其他好文   时间:2015-04-22 20:36:15    阅读次数:152
HDU 3033 I love sneakers!
I love sneakers!Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:303364-bit integer IO format:%I64d Java class na...
分类:其他好文   时间:2015-04-22 20:09:56    阅读次数:109
FZU 1608 Huge Mission
Huge MissionTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onFZU. Original ID:160864-bit integer IO format:%I64d Java class name:M...
分类:其他好文   时间:2015-04-21 17:38:28    阅读次数:157
POJ 2886 Who Gets the Most Candies?
Who Gets the Most Candies?Time Limit: 5000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:288664-bit integer IO format:%lld Jav...
分类:其他好文   时间:2015-04-21 14:22:56    阅读次数:121
POJ 2392 Space Elevator
Space ElevatorTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:239264-bit integer IO format:%lld Java class name:...
分类:其他好文   时间:2015-04-20 23:54:32    阅读次数:212
POJ 1276 Cash Machine
Cash MachineTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:127664-bit integer IO format:%lld Java class name:Ma...
分类:系统相关   时间:2015-04-20 22:17:53    阅读次数:176
POJ 2063 Investment
InvestmentTime Limit: 1000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:206364-bit integer IO format:%lld Java class name:Main...
分类:其他好文   时间:2015-04-20 20:44:34    阅读次数:150
BNUOJ33566 Cycling Roads(并查集+判断两线段相交)
Cycling Roads Time Limit: 1000ms Memory Limit: 65536KB This problem will be judged on Ural. Original ID: 1966 64-bit integer IO format: %lld      Java class name: (Any) Prev Submit Stat...
分类:其他好文   时间:2015-04-19 22:53:32    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!