• 高级程序设计仓库管理系统

    关于一个仓库管理系统的完整程序设计#include<iostream> #include<string> #include<fstream> using namespace std; const int maxsize=100; const int max=20; struct device //设备 { int code; //设备号 char name[20]; //设备名 int now_num; //现有库存 float buy_price; //价格 int state; //设备状态 char buy_date[8];//购买时间 int low_num;//最少库存 int high_num;//最大库存 char buyer[12]; //采购员 char btel[12]; char provider[12];//供应商 char p_tel[13];//供应商电话 char return_date[11]; //归还时间 char out_date[11];//出库时间 };

    0
    101
    963KB
    2009-01-02
    15
关注 私信
上传资源赚积分or赚钱