04 2017 档案
抄写例题作业
摘要:LiLiSunZhangZhabgSunLiSunZhangLiResult Li:4Zhang:2 Sun:3 Process exited after 47.39 seconds with return value 0请按任意键继续. . . 例9.4 The order is: 10110 S 阅读全文
posted @ 2017-04-11 17:34 如果······ 阅读(257) 评论(0) 推荐(0)
第三次作业
摘要:1 # include 2 3 void fun() 4 { 5 int a[10]={0,1,2,3,4,5,6,7,8,9}; //定义10个数组 6 int *p,i; 7 p=&a[i]; //把数组a的地址全部给指针p 8 for(i=0;i<10;i++) ... 阅读全文
posted @ 2017-04-04 22:33 如果······ 阅读(133) 评论(0) 推荐(0)