编程之美 - 中国象棋
摘要:        
1 #include 2 3 int main() 4 { 5 struct { 6 unsigned char a:4; 7 unsigned char b:4; 8 } i; 9 10 for(i.a = 1; i.a <= ...    阅读全文
        posted @ 2013-07-17 13:37 醉清风JM 阅读(183) 评论(0) 推荐(0)
posted @ 2013-07-17 13:37 醉清风JM 阅读(183) 评论(0) 推荐(0)
posted @ 2013-07-17 11:28 醉清风JM 阅读(237) 评论(0) 推荐(0)