入库系统---强化训练

时间:2014-12-01 13:30:24
【文件属性】:
文件名称:入库系统---强化训练
文件大小:2.18MB
文件格式:ZIP
更新时间:2014-12-01 13:30:24
c++,入库系统基础强化训练,从文本中读入 #include #include #include using namespace std; #define NULL 0 int const MAX_NUM=20; #define LEN sizeof(struct shortage) //定义一个仓管管理信息的结构体 struct date { int year; int month; int day; }; struct shortage { int number; char tile[MAX_NUM]; int quantity; float price; float toprice; char name[MAX_NUM]; date intime; struct shortage*next; }; void print(shortage*p1) { cout<<"------------------------------------------------------------------\n"; cout<<"编号 物品名称 单价 数量 总价 经手人 入库时间\n"; cout<<"------------------------------------------------------------------\n"; cout<number <tile <price <quantity <toprice <name <intime.year<<"年"<intime.month<<"月"<intime.day<<"日"< 立即下载

【文件预览】:
入库系统——强化训练
----instore.dsw(522B)
----Debug()
--------vc60.pdb(116KB)
--------instore.ilk(820KB)
--------instore.obj(388KB)
--------vc60.idb(113KB)
--------入库系统.ilk(820KB)
--------instore.exe(576KB)
--------入库系统.pch(2.01MB)
--------instore.pdb(1.1MB)
--------入库系统.exe(576KB)
--------data.txt(284B)
--------入库系统.pdb(1.09MB)
--------instore.pch(2.01MB)
----入库系统.ncb(33KB)
----入库系统.dsp(4KB)
----入库系统.opt(48KB)
----instore.plg(759B)
----instore.ncb(41KB)
----instore.opt(48KB)
----data.txt(241B)
----入库系统.dsw(524B)
----入库系统.plg(250B)
----instore.dsp(3KB)
----instore.cpp(10KB)

网友评论