1,为什么会出现乱码 乱码的根本原因是字节和字符的问题。 我们在大学学习c的时候,老师就有介绍字符和字节。 字节由8个bit位表示,最早的编码是ASCII码,ASCII码是单字节的编码字符。因为单字节8个bit位对于中文字符和其他国家的字符来说根本不够用,需要更多的bit位来表示字符。我们现在...
分类:
其他好文 时间:
2014-08-12 16:14:24
阅读次数:
259
The Great PanTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:489164-bit integer IO format:%I64d Java class name:...
分类:
其他好文 时间:
2014-08-12 13:02:44
阅读次数:
174
Balanced LineupTime Limit: 5000 MS Memory Limit: 0 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descripti...
分类:
其他好文 时间:
2014-08-12 12:49:35
阅读次数:
270
Count Good SubstringsTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:451D64-bit integer IO format:%I64d ...
分类:
其他好文 时间:
2014-08-12 12:43:24
阅读次数:
237
CandiesTime Limit: 1500msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:315964-bit integer IO format:%lld Java class name:MainDu...
分类:
其他好文 时间:
2014-08-12 10:16:43
阅读次数:
169
畅通工程续Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:187464-bit integer IO format:%I64d Java class name:Main某省自从...
分类:
其他好文 时间:
2014-08-12 00:26:23
阅读次数:
226
http://msdn.microsoft.com/en-us/library/ewwyfdbe%28v=vs.71%29.aspxNoteAn unnamed bit field of width 0 forces alignment of the next bit field to the ne...
分类:
编程语言 时间:
2014-08-12 00:19:13
阅读次数:
296
GodfatherTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:310764-bit integer IO format:%lld Java class name:MainL...
分类:
其他好文 时间:
2014-08-11 20:43:22
阅读次数:
205
#include
#include
#include
GLfloat step=0.0,s=0.1;
void CALLBACK display();
void CALLBACK display()
{
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glMatrixMode(GL_PROJECTIO...
分类:
其他好文 时间:
2014-08-11 17:50:02
阅读次数:
183
Apple TreeTime Limit: 2000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descriptio...
分类:
其他好文 时间:
2014-08-11 17:21:32
阅读次数:
264