- 1、本文档共30页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
药店管理系统最终版(Drugstore management system final version)
药店管理系统最终版(Drugstore management system final version)
# stdio.h in
# stdlib.h in
# string.h in
# define size 4
struct medicine
{
int number;
char name [20];
int is;
int qualityguaranteeperiod;
int category;
int storage;
} honey [size];
void main ()
{
int n, m, p;
void input _ the _ medicine _ information (struct medicine honey []); / * 输入药品信息 * /
void printf _ all _ the _ information _ of _ the _ medicines (struct medicine honey []); / * 查看全部药品的信息 * /
void printf _ the _ medicine _ information (struct medicine honey []); / * 查看某一药品的信息 (按药品的默认序号查看) * /
void printf _ the _ medicine _ informationt (struct medicine honey []); / * 查看某一药品的信息 (按药品的编号进行查看) * /
void change _ the _ medicine _ information (struct medicine honey []); / * 修改药品信息 (按药品的默认序号修改) * /
void change _ the _ medicine _ informationt (struct medicine honey []); / * 修改药品信息 (按药品的编号进行修改) * /
void judge _ the _ medicine _ category (); / * 判断药品的性质 * /
void take _ the _ rank _ of _ sel (struct medicine honey []); / * 药品销售排序 * /
void take _ the _ rank _ of _ storage (struct medicine honey []); / * 药品库存排序 * /
while (1)
{
printf (\ n);
printf (= = = = = = 欢迎来到药房管理系统 = = = = = = =);
printf (* * * * 1 输入药品信息 * * * *);
printf (* * * * 2 查看药品信息 * * * *);
printf (* * * * 3 修改药品信息 * * * *);
printf (* * * * 4 判断药品性质 * * * *);
printf (* * * * 5 药品销量排序 * * * *);
printf (* * * * 6 药品库存排序 * * * *);
printf (= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =);
printf (\ n);
printf (请输入你将进行操作的选项序号 \ n);
scanf (% d, n);
switch (n)
{
case 1:
printf (请输入药品信息 \ n);
input _ the _ medicine _ information (med);
break;
case 2:
printf (* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *);
printf (查看药品信息 \ n);
printf (1 查看全部药品的信息 \ n);
printf (2 查看某一药品的信息 (按药品的默认序号查看) \ n);
printf (3 查看某一药品的信息 (按药品的编号进行查看) \ n);
printf (* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *);
printf (\ n);
printf (请输入你将进行操作的选项序号 \ n);
scanf (% d, a m);
switch (m)
{
case 1:
p
您可能关注的文档
- 苁蓉(Desert cistanche).doc
- 花龟,水龟饲养注意事项(Take note turtle, turtle breeding).doc
- 芽苗菜(Sprouts).doc
- 芷江机场的重要性(The importance of the Zhi River Airport).doc
- 芳香疗法的演进(Evolution of Aromatherapy).doc
- 苍月岛_仓库-5(The island _ warehouse -5).doc
- 花茶搭配大全(Tea flower collocation).doc
- 苏州园林2(Suzhou garden 2).doc
- 苏州印象(Impression of Suzhou).doc
- 苏州niit软件培训感受(苏州niit软件培训感受).doc
文档评论(0)