[1]目 录摘要 ..............................................................................................................
学院毕 业 论 文题 目学生成绩管理系统姓 名 1 1 1 所在系别 计 算 机 系 专业班级 计算机应用技术计算机111班学 号 指导教师 1 1 1 日 期2012...
#include "stdio.h" #include "stdlib.h" #include "string.h" #include "conio.h" #include "stdlib.h" #define null 0 struct record { char name[2...
#include #include #include #include struct medicine {char name[20];//药品名称 char number[50];//药品编号 char price[50];//单价 char inventory[50];//库...
课程设计说明书学 院、系: 专业: 学 生 姓 名: 设 计 题 目:起 迄 日 期: 指 导 教 师: 学 号: 销售管理系统日期: 2017年5月12日1 设计目的1.了解管理信息系统的开发...
#include "stdio.h" #include "string.h" #define N 20 struct mem { char name[20];char tel[20];char wu[20];char dz[20]; }mem[N]; void sorttel(struct ...
C语言——图书管理系统代码部分: #include #include #include #pragma comment(lib,"libmysql.lib") /*定义数据库相关操作变量*/ MYSQL mysql;// MYSQL_RES *re...
#include #include #include struct record{ charnum[12]; char name[10]; char birthday[10]; char post[10]; char phone[15]; }data[100]; intmenu_select( );...
#include #include //#define NULL 0 #define LEN sizeof(struct meage) struct meage//定义结构体{char name[15];char number[15];char phone[15];char qq[13];...
“学生管理系统的设计与实现”综合性实验实验名称:学生管理系统的设计与实现实验类型:综合性实验一、实验目的强化学生对C语言的基本语法和基本编程技能的熟练掌握,...
1.实验内容实现一个学生成绩处理程序,先输入多名学生的学号和成绩,然后进入菜单,可以选择打印,添加,修改,删除或查询成绩(学号查询和成绩段查询)。2.实验步骤 2.1 程序1 2...