资源简介
1、作品题目:《仓库管理系统》
2、主要功能:
a、用户注册登陆功能;
b、商品入库(输入详细信息);
c、商品出库(可按商品编码、商品名称出库。并可通过出库数量判断库存情况);
d、商品一览(可分总览、编号和名称三种方式输出商品详细情况);
e、退出。
代码片段和文件信息
#include
#include
#include “deal_file.h“
void close_file(void) //关闭文件
{
fclose(global.pfile);
global.pfile=NULL;
}
void open_file(char *mode)//打开文件
{
if(global.pfile)
close_file();
if(fopen_s(&global.pfileglobal.filenamemode))
{
printf(“不能通过%s打开%s“modeglobal.filename);
exit(1);
}
setvbuf(global.pfileNULL _IOFBFBUFSIZ);
}
void laid_up(void) //商品入库
{
printf(“\n\n==============================================================================\n“);
printf(“—————————————————商品入库——————————————————\n“);
printf(“==============================================================================\n请输入商品信息:\n“);
open_file(“ab“);
printf(“商品编码:\n“);
scanf(“%d“&info.NUM_thing
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 128255 2015-06-18 09:27 C程序作品说明书.docx
目录 0 2015-06-18 12:32 the_storage_system\
文件 11208 2015-06-16 20:34 the_storage_system\deal_file.c
文件 566 2015-06-16 16:55 the_storage_system\deal_file.h
文件 7008 2015-06-13 10:21 the_storage_system\deployment.pri
文件 961 2015-06-14 22:20 the_storage_system\laid_out.c
文件 3001 2015-06-16 17:03 the_storage_system\login.c
文件 287 2015-06-16 16:58 the_storage_system\login.h
文件 1105 2015-06-16 14:17 the_storage_system\look_up.c
文件 82 2015-06-16 17:03 the_storage_system\main.c
文件 54 2015-06-14 00:14 the_storage_system\main.h
文件 1207 2015-06-16 17:03 the_storage_system\menu.c
文件 76 2015-06-13 23:49 the_storage_system\menu.h
文件 285 2015-06-14 22:53 the_storage_system\save_out.c
文件 304 2015-06-16 16:57 the_storage_system\the_storage_system.pro
文件 18505 2015-06-17 23:43 the_storage_system\the_storage_system.pro.user
相关资源
- 作业调度算法进程调度算法四种常见
- AxureUX后台管理系统框架
- 电力设备资源管理系统源码+文档毕业
- 赞酒店管理系统(源码+数据库)
- SSH 企业人事管理系统源码(含数据库
- web网页制作期末大作业
- spring boot+mybatis+spring mvc+bootstrap开发停
- access建立学生数据库管理系统
- 数据库设计:数据库进销存管理系统
- JSP基于网络超市商品销售管理系统的
- 超市综合管理系统Delphi源码
- 图片管理系统源码
- 公司员工社会保险管理系统完整源代
- 大型超市管理系统
- Delphi 物品出借管理系统(图书管理系
- 安健环管理系统全套源码含数据库
- 超市管理系统前台+后台 access数据库
- 东之源小型超市管理系统源码
- delphi 医药行业管理系统
- 驾校学员管理系统
- 人事档案管理系统delphi7版本(含数据
- his 完整源码(医院门诊管理系统源码
- delphi
- VFP仓库管理系统(源码)
- 学生成绩管理系统源码
- 库存管理系统
- vfp学籍管理系统
- Delphi项目
- PIC单片机程序全集
- 在可变分区管理方式下采用最先适应
评论
共有 条评论