编程之美 - 中国象棋
摘要: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
posted @ 2013-07-17 13:37
posted @ 2013-07-17 11:28
posted @ 2013-07-01 15:43
posted @ 2013-07-01 13:01
posted @ 2013-07-01 12:58
posted @ 2013-07-01 10:25
posted @ 2013-07-01 10:14