用vfp编写一个函数print,打印一个学生的成绩数组,该数组中有5个学生的数据记录,每个记录包括

用vfp编写一个函数print,打印一个学生的成绩数组,该数组中有5个学生的数据记录,每个记录包括,第1张

#include "stdio.h"

#include <stdlib.h>

#define SIZE 5

struct student{

char num[20]

char name[20]

int score[3]

} stud[SIZE]

void print() /* 输出学生的信稿搭慧息键答 */

{

int i

printf("\n")

for(i=0i<SIZEi++)

printf("%s %s %d %d %d\n",stud[i].num,stud[i].name,stud[i].score[0],stud[i].score[1],stud[i].score[2])

}

void main()

{

int i

for(i=0i<SIZEi++)

{

printf("第%d个学生的信息:\n",i+1)

scanf("枝芹%s%s%d%d%d",stud[i].num,stud[i].name,&stud[i].score[0],&stud[i].score[1],&stud[i].score[2])

}

print()

}

1.新建一个报表;

2.在报表上右键,启嫌数据环境,加入你的 学生信息DBF;

3.把对应的字段拖到报表中;

4.表报表中的标签,输悄纯手入你要的字段名字,如:姓名,班级等这几裤肢个字

5.你就可以预览一下了。

OK


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12369297.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存