1、写出程序输出结果 void main() { char p[10]="abc"; char q[]="xyz"; int i,j; i=0; while(*(p+i)!='\0') i++; //此时i=3 j=0; i++; // i= 4 while(*(q+j)!='\0') { *(p+ ...
分类:
其他好文 时间:
2020-03-24 17:14:54
阅读次数:
73
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)![image](http... ...
分类:
Web程序 时间:
2020-03-23 20:52:18
阅读次数:
116
![](https://img2020.cnblogs.com/blog/1678131/202003/1678131-20200323192610504-458056464.jpg) ![](https://img2020.cnblogs.com/blog/1678131/202003/16781... ...
分类:
Web程序 时间:
2020-03-23 20:45:43
阅读次数:
87
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![image](htt... ...
分类:
Web程序 时间:
2020-03-23 20:37:55
阅读次数:
151
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![image](htt... ...
分类:
Web程序 时间:
2020-03-23 20:30:04
阅读次数:
83
![](https://img2020.cnblogs.com/blog/1678131/202003/1678131-20200323192610504-458056464.jpg) ![](https://img2020.cnblogs.com/blog/1678131/202003/16781... ...
分类:
Web程序 时间:
2020-03-23 20:21:30
阅读次数:
269
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![image](htt... ...
分类:
Web程序 时间:
2020-03-23 20:16:11
阅读次数:
109
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![image](htt... ...
分类:
Web程序 时间:
2020-03-23 20:15:38
阅读次数:
92
![image](https://upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![image](htt... ...
分类:
Web程序 时间:
2020-03-23 20:14:02
阅读次数:
85
感悟:好奇怪的题目,怎么还考察了css,难顶......不过数据库考察的挺详细,感觉挺不错的 资源的有序分配策略破坏( )条件,是一种死锁预防策略。 正确答案: D 你的答案: B (错误) 互斥条件 保持和请求条件 不剥夺条件 环路等待条件 题解:互斥:一段时间只能一个人访问 请求和保持:就算有进 ...
分类:
其他好文 时间:
2020-03-18 15:33:25
阅读次数:
136