- 博客(2)
- 问答 (1)
- 收藏
- 关注
转载 学生试卷分数统计
# include # include # include # include # define SIZE 300typedef struct student{ int number; int score[3];}STUDENT;typedef enum boolen{ False,True}FLAG;int accept_data(STUDENT stu[],int
2017-06-12 22:13:00
1662
转载 C语言实现个人所得税计算
# include # include # include # include # define SIZE 9typedef struct tax_st{ long left; long right; int tax; long deduct;}TAX_LIST;void acceptdata(TAX_LIST tax_list[]){ int i; for(i=0;
2017-06-12 18:46:58
9681
1
空空如也
利用指针数组进行排序?
2017-05-26
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅