04 2018 档案

摘要:#include struct student{ int num; char name[20]; float score; }; int main(void){ struct student s1={20,"bowen",89.0},*sp; //struct stduent *sp; sp=&s1; printf("%d %s %f",sp->num... 阅读全文
posted @ 2018-04-30 10:00 sunnybowen 阅读(562) 评论(0) 推荐(0) 编辑
摘要:#include struct student{ int num; char name[20]; float score; }; int main(void){ struct student s1={20,"bowen",89.0}; printf("%d %s %f",s1.num,s1.name,s1.score); } 阅读全文
posted @ 2018-04-30 09:54 sunnybowen 阅读(181) 评论(0) 推荐(0) 编辑
摘要:#include int main(void){ FILE *fp;//定义指针 char ch; if((fp=fopen("d:\\yy.txt","r"))==NULL){// printf("cannot open file,press any key to exit!"); exit(0); } while((ch=fgetc(fp))!=... 阅读全文
posted @ 2018-04-27 22:20 sunnybowen 阅读(119) 评论(0) 推荐(0) 编辑
摘要:#include struct student{ int num; char sex; float score; } ; union data{ int k; char ch; float f; }; int main(void){ FILE *fp;//定义指针 char ch; if((fp=fopen("d:\\yy.txt","w... 阅读全文
posted @ 2018-04-27 20:16 sunnybowen 阅读(373) 评论(0) 推荐(0) 编辑
摘要:详细计算见:https://blog.csdn.net/u012807459/article/details/48545141 博客,写的很好。规则要理解并且记下来。 阅读全文
posted @ 2018-04-27 19:53 sunnybowen 阅读(413) 评论(0) 推荐(0) 编辑
摘要:1 https://www.patest.cn/contests/pat-a-practise 2 源代码 阅读全文
posted @ 2018-04-22 14:19 sunnybowen 阅读(97) 评论(0) 推荐(0) 编辑
摘要:1 题目要求: https://www.patest.cn/contests/pat-a-practise/1005 2 源代码 3 评测通过 注意: 1 先编译运行通过再提交代码 2 多练习真题,掌握常用算法。其实这个考察的就是算法和语法. 阅读全文
posted @ 2018-04-19 10:24 sunnybowen 阅读(222) 评论(0) 推荐(0) 编辑
摘要:破解 1 name:bluman serial/序列号/注册码:VPISCJULXUFGDDXYAUYF 2、安装包在自己U盘里 可以截屏,录制视频 阅读全文
posted @ 2018-04-01 15:18 sunnybowen 阅读(260) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示