上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 121 下一页
摘要: 本片博文整理自网上的资料,再次一并谢谢:http://blog.csdn.net/zhanxuw/article/details/4489715http://tangyuan1314.iteye.com/blog... 阅读全文
posted @ 2012-07-11 18:29 wdliming 阅读(208) 评论(0) 推荐(0)
摘要: 原文地址:- My GCC Manual" href="http://blog.sina.com.cn/s/blog_4ae178ba0100yl1o.html" rel="nofollow">(转)GCC - ... 阅读全文
posted @ 2012-07-10 16:37 wdliming 阅读(176) 评论(0) 推荐(0)
摘要: 原文地址:- My GCC Manual" href="http://blog.sina.com.cn/s/blog_4ae178ba0100yl1o.html" rel="nofollow">(转)GCC - ... 阅读全文
posted @ 2012-07-10 16:37 wdliming 阅读(140) 评论(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)
摘要: #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)
摘要: 假设在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)
摘要: #include #include int ripple(int n, ...){ int i, j, k; va_list p; k = 0; j = 1; va_start(p, n); ... 阅读全文
posted @ 2012-07-08 20:45 wdliming 阅读(644) 评论(0) 推荐(0)
摘要: #include #include int ripple(int n, ...){ int i, j, k; va_list p; k = 0; j = 1; va_start(p, n); ... 阅读全文
posted @ 2012-07-08 20:45 wdliming 阅读(159) 评论(0) 推荐(0)
摘要: #include void e(int);int main(void){ int a = 3; e(a); putchar('\n'); return 0;}void e(int n){ if... 阅读全文
posted @ 2012-07-08 19:29 wdliming 阅读(140) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 121 下一页