摘要: #include int main(void){ unsigned int x; unsigned char ch = 'Y'; unsigned char test_num = 0; //count the t... 阅读全文
posted @ 2012-07-09 17:48 wdliming 阅读(255) 评论(0) 推荐(0)
摘要: #include int main(void){ unsigned int x; unsigned char ch = 'Y'; unsigned char test_num = 0; //count the t... 阅读全文
posted @ 2012-07-09 17:48 wdliming 阅读(97) 评论(0) 推荐(0)
摘要: 假设在x86(小端)上运行以下代码:char undata[100];short out,i;for(i=0; i<100; i++) undata[i] = i;out = *(short*)((int*... 阅读全文
posted @ 2012-07-09 15:55 wdliming 阅读(109) 评论(0) 推荐(0)
摘要: 假设在x86(小端)上运行以下代码:char undata[100];short out,i;for(i=0; i<100; i++) undata[i] = i;out = *(short*)((int*... 阅读全文
posted @ 2012-07-09 15:55 wdliming 阅读(166) 评论(0) 推荐(0)