-
例题作业
例题2 3 4 5 6 7 总结:例题虽说有正确的模板,但多练习总没有错。 地址:http://git.oschina.net/wdx13/liti -
抄写作业1
9.1 9.2 9.3 9.4 9.5 9.6 9.7 总结:经过这次例题抄写,发现这部分知识点的题型中结构题大都相似,可以举一反三,看起来并不难的题,实际敲起来也并不容易。 -
例题
例9.1 例9.2 例9.3 例9.4 例9.5 例9.6 例9.7 总结:抄写例题的过程让我对结构与结构数组有了跟深入的了解,掌握程度也更高了。复制运行结果的时候全选以后按Ctrl+C总是失败,后来发现回车更好用,(笑)。 -
抄写例题
10101 Wang 8910103 Ling 90The higher score is:10103 Ling 90.00 Process exited after 12.16 seconds with return value 0请按任意键继续. . . LiLiSunZhangZhabgSun -
抄抄抄
9.1 9.2 9.3 9.4 9.5 9.6 9.7 总结 通过翻看例题把这一部分内容又重新复习了一遍,把一些不会的内容或者不熟的内容都巩固了起来。 -
抄写例题作业
LiLiSunZhangZhabgSunLiSunZhangLiResult Li:4Zhang:2 Sun:3 Process exited after 47.39 seconds with return value 0请按任意键继续. . . 例9.4 The order is: 10110 S -
例题抄写
运行结果: NO.:10101name:Li Linsex:Maddress:123 Beijing Road Process exited after 0.3442 seconds with return value 0请按任意键继续. . . 运行结果: 32,weng,89.000000 Pr -
抄例题作业
#include<stdio.h> int main() {struct Student //声明结构体类型struct Student { long int num; //以下4行为结构体的成员 char name[20]; char sex; char addr[20]; }a={10101," -
吵列题
邱俊 9.1#include<stdio.h>int main(){struct Student //声明结构体类型struct Student { long int num; //以下4行为结构体的成员 char name[20]; char sex; char addr[20]; }a={101 -
例题抄写作业
9.1 9.2 9.3 9.4 9.5 9.6 9.7 总结:我全都是照书写的,但是意思都明白,结构体的格式也通过自己打得以记住,总之,通过看书写我学会了结构体的结构。