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...
阅读全文
摘要:#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); }
阅读全文
摘要:#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))!=...
阅读全文
摘要:#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...
阅读全文
摘要:详细计算见:https://blog.csdn.net/u012807459/article/details/48545141 博客,写的很好。规则要理解并且记下来。
阅读全文
摘要:1 https://www.patest.cn/contests/pat-a-practise 2 源代码
阅读全文
摘要:1 题目要求: https://www.patest.cn/contests/pat-a-practise/1005 2 源代码 3 评测通过 注意: 1 先编译运行通过再提交代码 2 多练习真题,掌握常用算法。其实这个考察的就是算法和语法.
阅读全文
摘要:破解 1 name:bluman serial/序列号/注册码:VPISCJULXUFGDDXYAUYF 2、安装包在自己U盘里 可以截屏,录制视频
阅读全文