登录
首页 » Visual C++ » ckmis

ckmis

于 2006-11-20 发布 文件大小:361KB
0 308
下载积分: 1 下载次数: 83

代码说明:

  这是一个用vc++和sql语言编写的仓库管理系统,请放心使用!(This is a sql with vc language and the warehouse management system, please rest assured that the use!)

文件列表:

仓库管理系统
............\www.cnzz.cn
............\...........\dms.mdb
............\...........\代码
............\...........\....\DataBinding.cpp
............\...........\....\dataBinding.h
............\...........\....\DlgDev.cpp
............\...........\....\DlgDev.h
............\...........\....\DlgDevAlert.cpp
............\...........\....\DlgDevAlert.h
............\...........\....\DlgDevcode.cpp
............\...........\....\DlgDevcode.h
............\...........\....\DlgDevIn.cpp
............\...........\....\DlgDevIn.h
............\...........\....\DlgDevNeed.cpp
............\...........\....\DlgDevNeed.h
............\...........\....\DlgDevOut.cpp
............\...........\....\DlgDevOut.h
............\...........\....\DlgDevRet.cpp
............\...........\....\DlgDevRet.h
............\...........\....\DlgLogIn.cpp
............\...........\....\DlgLogIn.h
............\...........\....\DlgProxy.cpp
............\...........\....\DlgProxy.h
............\...........\....\DlgReport.cpp
............\...........\....\DlgReport.h
............\...........\....\DlgViewDevIn.cpp
............\...........\....\DlgViewDevIn.h
............\...........\....\DlgViewLog.cpp
............\...........\....\DlgViewLog.h
............\...........\....\DlgViewNeed.cpp
............\...........\....\DlgViewNeed.h
............\...........\....\DlgViewOut.cpp
............\...........\....\DlgViewOut.h
............\...........\....\DlgViewReport.cpp
............\...........\....\DlgViewReport.h
............\...........\....\DlgViewRet.cpp
............\...........\....\DlgViewRet.h
............\...........\....\DMS.APS
............\...........\....\DMS.clw
............\...........\....\DMS.cpp
............\...........\....\DMS.dsp
............\...........\....\DMS.dsw
............\...........\....\DMS.h
............\...........\....\DMS.ncb
............\...........\....\DMS.odl
............\...........\....\DMS.opt
............\...........\....\DMS.plg
............\...........\....\DMS.rc
............\...........\....\DMS.reg
............\...........\....\DMSDlg.cpp
............\...........\....\DMSDlg.h
............\...........\....\LogMngr.cpp
............\...........\....\LogMngr.h
............\...........\....\msado15.tlh
............\...........\....\msado15.tli
............\...........\....\ReadMe.txt
............\...........\....\res

............\...........\....\...\DMS.rc2
............\...........\....\Resource.h
............\...........\....\StdAfx.cpp
............\...........\....\StdAfx.h
............\...........\说明.txt
............\使用说明.CHM

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

发表评论

0 个回复

  • 布告栏
    这是一个自己做的数据库的布告栏管理系统,可以实现一些简单的查询,添加,删除功能,代码已经在vc6.0下编译过,其中还包括设计文档,E-R图,和数据字典(own bulletin board database management system, can achieve some simple query, add, delete function, the code has been compiled under vc6.0, including design documents, E-R map, and data dictionary)
    2005-07-02 09:50:10下载
    积分:1
  • VS2010_mfc_sql_server_task
    教材订购系统,含VS2010的MFC机制,使用ADO接口连接数据库,换机器运行需修改ADOConn.cpp文件参数;含mdf和ldf文件,SQL SERVER2008点击附加即可。(Textbook ordering system, the VS2010 MFC mechanism, using the ADO interface to connect to the database, and other machine running need modify ADOConn.cpp file parameters containing mdf and ldf files, SQL SERVER2008 click on the additional can.)
    2020-11-19 16:49:37下载
    积分:1
  • SQL_Helper
    SQL数据库助手类,帮你节约开发时间! (封装了SQL五大对象,让你灵活调用)(SQL database helper classes to help you save development time! (Package of five of SQL object to allow you the flexibility to call))
    2012-05-20 13:57:36下载
    积分:1
  • goods
    说明:  商品销售管理系统对商品销售信息进行日常的管理,如销售开单、销售收款、销售退货,迅速准确地完成各种销售信息的统计计算和汇总工作,快速打印商品销售报表等功能 (Sales management system for information on sales day-to-day management, such as sales billing, sales of receivables, sales returns, quickly and accurately complete a variety of sales information and summary of statistical computing work, fast print sales reports and other functions)
    2008-08-29 15:57:07下载
    积分:1
  • sql--keshe
    一个很完善的设计,用VC++和sql server 完成,附有报告,程序(A well-designed, using VC++ and sql server to complete, with the report, the program)
    2011-06-22 12:55:39下载
    积分:1
  • ado_sqlserver
    VC上用ADO接口方式访问SQL Server 2005 测试程序(VC on the interface with ADO access to SQL Server 2005 test program)
    2013-09-17 18:52:09下载
    积分:1
  • MFCSQL_20100507
    Visual C++ MFC,连接SQL2005数据库,查询数据,并添加数据到数据库。(use the c++ mfc ,to connection the sql server 2005 database,insert some data to the database and then select the data in it.)
    2020-11-01 11:39:54下载
    积分:1
  • StudentManagement
    (SQL-MFC) 学生信息管理软件: 学生信息输入; 学生信息删除(分为按照学号和姓名); 学生信息查询(分为按照学号,姓名,性别,班级,年级); 学生信息更改。 (Visual Studio.NET 2003 + SQL SERVER 2000) 安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 ((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)
    2010-01-13 09:23:54下载
    积分:1
  • test_database
    一个实用的有很多的数据库的操作函数,并附带了一定的说明解释。可以直接运行的MFC连接SQL的代码程序。对数据库操作的常用的不常用的函数方法都有。(There are a practical lot of database manipulation functions, and comes with a certain amount of explanation explanation. MFC can be directly connected to SQL code to run the program. Commonly used method is not commonly used functions of database operations are.)
    2013-12-17 16:07:55下载
    积分:1
  • sqlapiclass
    C++程序读写操作嵌入式数据库SQLite3的接口程序,已封装成类SqlApi,并在main中说明如何使用,方便移植(failed to translate)
    2013-05-06 20:41:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载