项目8 利用直接插入排序方法排序学生成绩表.docVIP

  • 0
  • 0
  • 约5.54千字
  • 约 9页
  • 2026-09-03 发布于福建
  • 举报

项目8 利用直接插入排序方法排序学生成绩表.doc

目录

目录

实训8-1利用直接插入排序方法排序学生成绩表

【C语言源程序】

//ch8-1.c利用直接插入排序方法排序学生成绩表

#includestdlib.h

#includestdio.h

#defineMAXSIZE20 //成绩表最大长度

//定义结构体类型

typedefstruct

{

charno[10]; //学号

charname[10]; //姓名

intscore[3]; //各科成绩

inttotal; //总成绩

}student;

typed

文档评论(0)

1亿VIP精品文档

相关文档