登录
首页 » Visual C++ » DeviceBook

DeviceBook

于 2012-12-07 发布 文件大小:877KB
0 258
下载积分: 1 下载次数: 7

代码说明:

  仓库管理系统,增删改查都很齐全,主要是用vc++开发的,access数据库(Warehouse management system, CRUD are complete with vc++ development, access databases)

文件列表:

DeviceBook
..........\AddMachineDlg.cpp,10871,2012-11-28
..........\AddMachineDlg.h,1816,2012-11-28
..........\AddMoreDlg.cpp,19345,2012-11-28
..........\AddMoreDlg.h,2116,2012-11-28
..........\BIGLJMANAGE.cpp,4752,2012-11-27
..........\BIGLJMANAGE.h,1421,2012-11-24
..........\BIGLJMANAGE1.cpp,1124,2012-11-24
..........\BIGLJMANAGE1.h,1283,2012-11-24
..........\Debug
..........\.....\DeviceBook.exe,2523254,2012-12-06
..........\DeviceBook.aps,31328,2012-12-06
..........\DeviceBook.clw,7130,2012-12-06
..........\DeviceBook.cpp,2147,2012-11-23
..........\DeviceBook.dsp,4800,2012-11-24
..........\DeviceBook.dsw,528,2012-11-23
..........\DeviceBook.h,1402,2012-11-23
..........\DeviceBook.opt,286208,2012-12-06
..........\DeviceBook.plg,2719,2012-12-06
..........\DeviceBook.rc,14656,2012-11-28
..........\DeviceBookDlg.cpp,60699,2012-11-27
..........\DeviceBookDlg.cpp.bak,22224,2012-11-23
..........\DeviceBookDlg.h,2282,2012-11-27
..........\Jitai.mdb,765952,2012-11-26
..........\LJMANAGE.cpp,16550,2012-11-27
..........\LJMANAGE.h,1741,2012-11-26
..........\msado15.dll,536576,2012-11-23
..........\msado15.tlh,90578,2012-11-23
..........\msado15.tli,76573,2012-11-23
..........\ReadMe.txt,3651,2012-11-23
..........\Release
..........\.......\DeviceBook.exe,196608,2012-11-27
..........\.......\Jitai.mdb,765952,2012-11-26
..........\res

..........\...\DeviceBook.rc2,402,2012-11-23
..........\...\icon1.ico
..........\resource.h,4320,2012-11-28
..........\StdAfx.cpp,212,2012-11-23
..........\StdAfx.h,1142,2012-11-23
..........\VA_C__Documents and Settings_Administrator_Local Settings_Application Data_VisualAssist_vc6_history_,46,2012-11-24
..........\新建 文本文档.txt,139,2012-11-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1
    说明:  订单管理系统 对公司的订单进行统一细致的管理(menu system)
    2012-08-26 13:34:49下载
    积分:1
  • 06
    说明:  超市进销存管理系统 Visual C++6.0+Oracle 9i数据库实现(The supermarket enters sells saves the management system)
    2015-02-14 22:08:43下载
    积分:1
  • renliziyuanguanli
    说明:  人力管理VB源代码,可以直接修改并生成工程。(Manpower management VB source code, can be edited directly and generate the project.)
    2008-12-02 17:58:22下载
    积分:1
  • VB_car_sale_X_L
    VB汽车销售管理系统_X_L 本系统是为解决汽车销售公司的管理问题而设计。随着经济的发展和国内汽车市场的不断扩大,某汽车销售公司定单成倍增加,各项业务更加细化,各部门分工更加明确。而目前的人工管理方式显然已是不符合现代企业的管理要求。(VB car sales management systems _X_L the system is designed to resolve the problem of the management of the car sales company. With the development of economy and the domestic auto market continues to expand, an automobile sales company orders doubled, the business is more refined, more clear division of labor. Current manual management apparently does not meet the requirements of modern enterprise management.)
    2012-10-12 11:53:25下载
    积分:1
  • OAofficesystem
    说明:  A办公系统 项目描述:该项目主要针企业的自动化办公,提高办公效率,减少人事理成本.让人工作方便、舒服 本项目主要分为六大块:人事管理,日程管理,文档管理,消息传递,系统统管理,考勤管理 人事管理:主要实现对机构部门员工增删改查,打印员工信息等操作. 日程管理:实现了公司部门及个人日程的管理.运用一个简单的日历显示日程,让人一目了然,有阳历转换阴历, 适合大众使用。在以前这种技术会在闰年可能会出现错误,现在已经解决了,需要的朋友们可以学习学习。(oa Office systems and functions have all but.)
    2010-03-17 14:26:43下载
    积分:1
  • 20060226004004
    员工请假管理系统是一个小型的信息管理系统,考虑到管理的人数不多,所以采用基于单机的管理方式,数据库采用ACCESS 2000. (Staff leave management system is a small information management system, taking into account the small number of management, so the management of single-based database using ACCESS 2000.)
    2010-07-19 11:54:53下载
    积分:1
  • store_manager
    这是一个库存管理系统,1.使用SQL Server建立数据库和表以及相应的视图; 2.使用Visual C++建立基于对话框模型的工程框架 3.依次创建各表的类,用来操作表数据 4.创建用户登陆模块,实现基本的登录和退出功能 5.创建客户管理模块,实现对客户信息的编辑和管理功能 6.创建仓库管理模块,实现对仓库信息的编辑和管理功能 7.创建产品管理模块,实现对产品类别和信息的编辑和管理功能 8.创建操作管理模块,实现对仓库的各种操作的编辑以及管理功能 9.创建统计查询管理模块,实现对产品的出入库统计以及对库存产品流水统计功能 10.创建数量管理模块,实现产品数量报警以及失效报警功能 ()
    2007-07-16 10:26:55下载
    积分:1
  • cheliangguanl
    这是一个基于Visual Basic数据库开发的车辆管理信息系统,仅供大家学习参考(This is a Visual Basic Database Development of vehicle management information systems, Reference is for them to learn from)
    2006-12-06 17:00:58下载
    积分:1
  • qyjxc
    进销存管理系统,企业的进销存管理系统。包含系统功能模块,全县管理,(Inventory management system, inventory management system. Contains the system function modules, the county,)
    2013-05-16 15:28:05下载
    积分:1
  • Soft20060207171128263
    登陆系统 财务报表 凭证 报表 账簿管理 现金日记账(landing system instruments statements, the financial statements of cash management books, journals)
    2007-05-27 20:43:40下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载