#include <string.h>//定义字符数组 #include <math.h> #define LEN sizeof(struct book)//有关药品信息的结构体 #define LEN1 sizeof(struct reader)//有关店员信息的结构体 #define LEN2 sizeof(struct land)//有关登录系统的结构体 struct book//药品信息 { char num[20],nam[20],aut[20],pub[...
C语言 药品管理系统 源代码 #include<stdio.h> #include<string.h> #include<stdlib.h> #include #include<conio.h> typedefstructDrug{ charDrug_id[30];//编号 charDrug_name[50];//药品名称 charDrug_type[10];//类型 floatDrug_price;//价格 intamount;//库存数量 charDrug_time[30];//入库...
C语言药品管理系统源代码 #include <stdio.h> #include <string.h> #include <stdlib.h> #include #include <conio.h> typedef struct Drug { char Drug_id[30]; //编号 char Drug_name[50]; //药品名称 char Drug_type[10]; //类型 float Drug_price; //价格 int amount; //库存数量 char ...
XX大学信息科学与工程学院 课程设计报告书 课题: 药品信息管理系统 姓名: 专业: 电子信息工程年级: 2 0 1 3 级 指导老师: 时间:
C语言课程设计报告-药品销售管理系统 下载积分:2000 内容提示: 武汉纺织大学 数学与计算机学院 《C 语言程序设计》课程设计报告 题目: 药品销售管理系统 专业班级: 计算机类 11508 班 学学 号: 学生姓名: 指导教师: 2016 年 5 月 30 日 文档格式:DOC | 页数:35 | 浏览次数:213 | 上传日期:2017-06-10...
本作品内容为C语言药品管理系统源代码, 格式为 docx, 大小1 MB, 页数为28, 请使用软件Word(2010)打开, 作品中主体文字及图片可替换修改,文字修改可直接点击文本框进行编辑,图片更改可选中图片后单击鼠标右键选择更换图片,也可根据自身需求增加和删除作品中的内容, 源文件无水印, 欢迎使用熊猫办公。
首先做需求 系统需要管理哪些东西 需要提供怎么样的交互方式 再做设计 数据存储采用什么样的组织 有哪些需要考虑的逻辑 再编码 按照作的设计把系统代码编出来 捷径:你所做的就是一个普通的mis系统,网上有很多现成的代码,不过这些代码是对其他东西进行管理,不过大同小异,无非是增删改查,你换个名字就...
C语言药品管理系统源代码 #include <stdio.h> #include <string.h> #include <stdlib.h> #include #include <conio.h> typedef struct Drug { char Drug_id[30]; //编号 char Drug_name[50]; //药品名称 char Drug_type[10]; //类型 float Drug...
C语言 药品管理系统 源代码 #include #include #include #include #include typedef struct Drug { char Drug_id[30]; //编号 char Drug_name[50]; //药品名称 char Drug_type[10]; //类型 float Drug_price; //价格 int amount; //库存数量 char Drug_time[30]; //入库时间 char remark[30]; /...
显示列表voidlistshowdrugptryaolistprintf5s13s10s10s13s10s10sn药品编号名称价格类型入库时间库存数量备注 C语言药品管理系统源代码 #include <stdio.h> #include <string.h> #include <stdlib.h> #include #include <conio.h> typedef struct Drug { char Drug_id[30]; //编号 char Drug_name[50]; //...