2016年9月1日

摘要: 前言 字也叫Word 字节也叫Byte 位也叫bit1个字=2个字节1个字节=8位1K=1024B1M=1024K1G=1024M1T=1024G 16位编译器char :1个字节char*(即指针变量): 2个字节short int : 2个字节int: 2个字节unsigned int : 2个 阅读全文

posted @ 2016-09-01 17:55 洪爵士 阅读(6751) 评论(0) 推荐(0) 编辑