我这里正好有一个你想要的,希望可以帮到你作品名称:仓库管理系统开发环境:ASP+SQL     论文字数:16785论文页数:37附带文件:开题报告+英文翻译+讲演PPT中文摘要随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是发展潜力很大的新型学科,任何一个单位若要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。本系统是根据廊坊金源电力设备厂的仓库管理现实状况而设计与开发的仓库管理系统。本系统将实现进出库管理,综合盘点等多种功能。本系统的开发是采用生命周期法分阶段进行:从系统分析、系统设计到最后的系统实施与评价都严格遵循科学的方法。在系统分析阶段采用功能树图数据流图、E-R图、流程图等对系统的数据流程、功能模型、信息模型进行分析说明。在此基础上上进行系统的结构、代码、数据库、输入输出和处理程序设计。关键词 管理信息系统 系统分析 系统设计 仓库管理系统Title   the warehouse management system of jinyuandianli                   AbstractMore and more thorough but extensive application on the management along with the information technique, the implement of the management information system is already gradually mature on the technique.Manage the information system is to develop the very greatly new course of potential, must build up the management information system that adapts mutually with the oneself characteristics.This system is the warehouse management system that manages the realistic condition but designs and developments according to the warehouse of the gold source electric power equipments factory of the gallery shop.This system will carry out to pass in and out the database management.The development of this system is to adopt the stage of cent of the life cycle method to carry on:Analyze from the system, the system design till the last of system the implement and evaluations all follows the method of science strictly.Flow the diagram, E- R diagram, flow chart...etc. to carry on the analytical elucidation to the data process, function model, the information model of the system in the system  analytical stage  adoption  function tree  diagram data. Go forward the structure, code, database, importation of go the system to output and handle the program design on this foundation.Keywords: Manage the information system  system analysis       the system design   warehouse  management system 目   录1  引言11.1 仓库管理系统概述 11.2 仓库管理系统现状分析 11.3 研究的问题和结构 22  系统分析22.1 系统需求分析 22.2 系统开发规划 32.3 系统的总体设计方案 42.4 系统功能分析 52.5 系统数据流图和数据字典 62.6 系统信息模型163  系统设计 183.1 系统设计目标183.2 系统设计思路183.3 代码设计193.4 数据库设计193.5 模块内部设计203.6 处理过程设计254  系统测试和试运行 314.1 系统测试314.2 系统运行和维护33结论34致谢35参考文献36 本回答由提问者推荐

您好这种仓库管理系统我们这边可以做的。目前我们 仓库系统可以采用C/S架构。您可以通过浏览器登录系统进行仓库管理如果感兴趣可以私聊我

|陆||⑤|+Q能代做|七||壹|题目: 仓库货物管理系统

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> struct Info { char num[15]; char name[15]; double price; int number; }; char menu() { char x; puts("\t\t Welcome to Cargo Warehouse Management Systerm "); puts("\t\t************************ MENU ************************\n"); puts("\t\t\t\t1.Append inform\n"); puts("\t\t\t\t2.Display inform\n"); puts("\t\t\t\t3.Search inform\n"); puts("\t\t\t\t4.Modify inform\n"); puts("\t\t\t\t5.Delete inform\n"); puts("\t\t\t\t6.Exit\n"); puts("\t\t******************************************************\n"); printf("Choose your number(1-6):[ ]\b\b"); while(1) { x=getchar(); getchar(); if(x<'1'||x>'6') printf("Input error,please input again(1-6):[ ]\b\b"); else break; } return x; 这个只是目录 具体的 你加 我 本回答由提问者推荐

6个系统都是不太复杂的程序我可以将代码粘贴给你,只是怕你....放不下,但界面处理就可能有几百行,而且除了代码外,要设置的部分很多...兄弟,我都是劝你买几本书回来认真看,学到的知识才是你自己的...

兄弟,我都是劝你买几本书回来认真看,学到的知识才是你自己的... 顶!~

你把200分当200元啊?做了你不满意我还要浪费多少时间来打字。给200元我都还要考虑做不做。

程序都是做过的,代码不是 问题,文档只有你自己去写的哈,文档最麻烦老。

晕,够专业,第五个做过,不过是VB+ACCESS,我老师用JSP+SQLServer可以把你六个或更多系统做在一个OA工程里面。不过谁会把代码给你了?别说100分,就是10万,怕也是买不倒呀。

学籍管理的程序,你自己改改吧#include<stdio.h>#include<windows.h>#include<conio.h>int add();int amend();int remove();int show_student();int show_class();struct info //定义结构体info,用于存储学生信息{ char name[20]; //姓名 char sex[20]; //性别 char idcard[20]; //身份证号码 char stuid[10]; //学号 char academe[20]; //学院 char specialty[20]; //专业 char classid[20]; //班级 char home[20]; //生源地}stu[100];int j=0;int main(void) //主函数{ /*登陆界面设计*/ char gongnengxuanzhe; int flag=1; system("cls"); printf("\n"); printf("\t\t\t\t 欢迎\n"); printf("\n\n\t尊敬的用户, 非常感谢您使用本系统 , 您的完美体验将是我们前进的方向 !\n\n\n"); printf("\t系统功能简介:\n\n\n"); printf("\t\t①:通过键盘输入某位学生的学生证信息。\n\n"); printf("\t\t②:给定学号,显示某位学生的学生证信息。\n\n"); printf("\t\t③:给定某个班级的班号,显示该班所有学生的学生证信息。\n\n"); printf("\t\t④:给定某位学生的学号,修改该学生的学生证信息。\n\n"); printf("\t\t⑤:给定某位学生的学号,删除该学生的学生证信息。\n\n"); printf("\t\t⑥:按出生日期对全班学生的信息进行排序。\n\n\n"); printf("\t按任意键进入系统......"); getch(); do { system("cls"); printf("\n\n\n"); printf(" 尊敬的用户 ,欢迎您使用本系统 !\n"); printf("\n\n\n"); printf(" 1.增加学生信息\n\n"); printf(" 2.修改学生信息\n\n"); printf(" 3.删除学生信息\n\n"); printf(" 4.显示单个学生信息\n\n"); printf(" 5.显示整个班级学生信息\n\n"); printf(" 0.退出系统\n\n\n\n"); printf(" 请选择您需要使用的功能:"); gongnengxuanzhe=getch(); switch(gongnengxuanzhe) { case '1':add();break; case '2':amend();break; case '3':remove();break; case '4':show_student();break; case '5':show_class();break; case '0':flag=0;break; default: { printf("\n\n 您的输入有误,请仔细阅读使用说明!"); printf("\n 任意键继续..."); getch(); } } }while(flag==1); system("cls"); printf("\n\n\n\n\n\n\n\n\n\n\t尊敬的用户,非常感谢您的使用,您对于完美的追求是我们唯一的动力!"); printf("\n\n\t\t\t 按任意键退出系统......"); getch(); return 0;}int add() //增加学生信息函数{ char flag='1'; do { system("cls"); printf("\n\t姓名:"); scanf("%s",&stu[j].name); printf("\n\n\t性别:"); scanf("%s",&stu[j].sex); printf("\n\n\t身份证号:"); scanf("%s",&stu[j].idcard); printf("\n\n\t学院:"); scanf("%s",&stu[j].academe); printf("\n\n\t专业:"); scanf("%s",&stu[j].specialty); printf("\n\n\t班级:"); scanf("%s",&stu[j].classid); printf("\n\n\t学号:"); scanf("%s",&stu[j].stuid); printf("\n\n\t生源地:"); scanf("%s",&stu[j].home); j++; printf("\n\t继续增加请键入1,返回请键入其他任意键:"); getchar(); flag=getchar(); }while(flag=='1'); return 0;}int amend() //修改学生信息函数{ if(j==0) { system("cls"); printf("\n\n\n\n\n\n\n\n\n\n\t\t 系统无任何可以修改的记录,请先行输入数据!"); printf("\n\n\t\t\t 按任意键返回......"); getch(); return 0; } char a[20]; int z; int flag=0; do { system("cls"); printf("\n\t需要修改的学生学号:"); scanf("%s",a); for(z=0;z<j;z++) { if(strcmp(stu[z].stuid,a)==0) { flag=1; break; //break退出后,z++不会执行 } } if(flag==0) { printf("\t对不起,你请求学生信息不存在,请核实后重试!\n"); printf("\t按任意键继续......"); getch(); } }while(flag==0); system("cls"); printf("\n\t姓名:"); scanf("%s",&stu[z].name); printf("\n\n\t性别:"); scanf("%s",&stu[z].sex); printf("\n\n\t身份证号:"); scanf("%s",&stu[z].idcard); printf("\n\n\t学院:"); scanf("%s",&stu[z].academe); printf("\n\n\t专业:"); scanf("%s",&stu[z].specialty); printf("\n\n\t班级:"); scanf("%s",&stu[z].classid); printf("\n\n\t学号:"); scanf("%s",&stu[z].stuid); printf("\n\n\t生源地:"); scanf("%s",&stu[z].home); return 0;}int remove() //删除学生信息函数{ if(j==0) { system("cls"); printf("\n\n\n\n\n\n\n\n\n\n\t\t 系统无任何可以删除的记录,请先行输入数据!"); printf("\n\n\t\t\t 按任意键返回......"); getch(); return 0; } char a[20]; int z; int x; int flag=0; do { system("cls"); printf("\n\t需要删除的学生学号:"); scanf("%s",a); for(z=0;z<j;z++) { if(strcmp(stu[z].stuid,a)==0) { flag=1; for(x=z;x<j;x++) { strcpy(stu[x].name,stu[x+1].name); strcpy(stu[x].sex,stu[x+1].sex); strcpy(stu[x].idcard,stu[x+1].idcard); strcpy(stu[x].academe,stu[x+1].academe); strcpy(stu[x].specialty,stu[x+1].specialty); strcpy(stu[x].classid,stu[x+1].classid); strcpy(stu[x].stuid,stu[x+1].stuid); strcpy(stu[x].stuid,stu[x+1].stuid); } j--; printf("\n\t删除成功!"); printf("\n\t按任意键返回上级菜单......"); getch(); } } if(flag==0) { printf("\t对不起,你请求学生信息不存在,请核实后重试!\n"); printf("\t按任意键继续......"); getch(); } }while(flag==0); return 0;}int show_student() //单个显示学生信息函数{ if(j==0) { system("cls"); printf("\n\n\n\n\n\n\n\n\n\n\t\t 系统无任何可以显示的记录,请先行输入数据!"); printf("\n\n\t\t\t 按任意键返回......"); getch(); return 0; } char a[20]; int z; int flag=0; do { system("cls"); printf("\n\t需要显示的学生学号:"); scanf("%s",a); for(z=0;z<j;z++) { if(strcmp(stu[z].stuid,a)==0) { flag=1; system("cls"); printf("\n\t姓名:%s",stu[z].name); printf("\n\n\t性别:%s",stu[z].sex); printf("\n\n\t身份证号:%s",stu[z].idcard); printf("\n\n\t学院:%s",stu[z].academe); printf("\n\n\t专业:%s",stu[z].specialty); printf("\n\n\t班级:%s",stu[z].classid); printf("\n\n\t学号:%s",stu[z].stuid); printf("\n\n\t生源地:%s",stu[z].home); printf("\n\n\t按任意键返回上级菜单......"); getch(); } } if(flag==0) { printf("\t对不起,你请求显示的学生信息不存在,请核实后重试!\n"); printf("\t按任意键继续......"); getch(); } }while(flag==0); return 0;}int show_class() //显示整个班级学生信息函数{ if(j==0) { system("cls"); printf("\n\n\n\n\n\n\n\n\n\n\t\t 系统无任何可以显示的记录,请先行输入数据!"); printf("\n\n\t\t\t 按任意键返回......"); getch(); return 0; } char a[20]; int z; int x; int flag=0; do { system("cls"); printf("\n\t需要显示的班级号码:"); scanf("%s",a); for(z=0;z<j;z++) { if(strcmp(stu[z].classid,a)==0) { flag=1; system("cls"); printf("\t%s %s 基本信息\n",stu[z].specialty,stu[z].classid); for(x=0;x<j;x++) { if(strcmp(stu[x].classid,a)==0) { printf("\n\n\t姓名:%s",stu[z].name); printf("\n\t性别:%s",stu[z].sex); printf("\n\t身份证号:%s",stu[z].idcard); printf("\n\t学院:%s",stu[z].academe); printf("\n\t专业:%s",stu[z].specialty); printf("\n\t班级:%s",stu[z].classid); printf("\n\t学号:%s",stu[z].stuid); printf("\n\t生源地:%s",stu[z].home); } } printf("\n\n\t按任意键返回上级菜单......"); getch(); } } if(flag==0) { printf("\t对不起,你请求显示的班级信息不存在,请核实后重试!\n"); printf("\t按任意键继续......"); getch(); } }while(flag==0); return 0;}有疑问联系我,975853545@qq.com 本回答由网友推荐

c++吧的置顶资源贴有

我建议你去败笔网络安全小组那学习C语言吧 参考资料: 百度搜索 败笔网络安全小组 第一个就是了

这个网上很多的,楼主可以试着模仿着自己写下