王丹原程序.docVIP

  • 1
  • 0
  • 约9.86千字
  • 约 11页
  • 2016-11-28 发布于河南
  • 举报
王丹原程序

/* 高级语言程序设计(C语言)课程设计源程序 */ /* 题目:学生信息管理系统 */ /*指导老师: 吕建平 教授*/ /* 作者:通信工程系 0603班 王丹 */ /* 时间:2007-6-4~2007-6-15*/ /*该程序的开发工具为Visual C++.*/ /*学生信息管理系统*/ #includestdio.h #includeconio.h #includemath.h #includestring.h #include stdlib.h #define N 30 #define PAGE 10 int sum=0; struct brith_type { int year; int month; int day; }; struct d_stu { int num; char name[7]; char sex [4]; char emil[20]; char classes[20]; int age; int tel; char add[40]; struct brith_type brith; }stu[N],t; #define PRINT1 printf(\n); #define PRINT2 printf

文档评论(0)

1亿VIP精品文档

相关文档