数据结构课程设计 仓库库存管理系统(6)
发布时间:2021-06-08
发布时间:2021-06-08
四、 算法的流程图
算法流程:
五、 源代码
//物品库存管理系统 制作人:胡华 张义江 魏尹 尹亮 朱翀 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<iostream.h> int shoudsave=0;
struct item//物品信息定义 {
char code[10];//物品编码 char name[20];//物品名称 int num; //商品数量 int level;//物品等级 }item;
typedef struct node {
struct item data; struct node * next; }Node,*Link;//定义为链表 void menu()//页面显示函数 {
system("cls");//清屏函数
printf("***********************************《物品库存管理》*****************************\n"); printf(" \n");
printf("\n <1> 物品入库管理\n\t\n
上一篇:推箱子代码
下一篇:2014年五险缴费比例表