登录
首页 » Visual C++ » bbt

bbt

于 2007-12-31 发布 文件大小:6934KB
0 229
下载积分: 1 下载次数: 28

代码说明:

  人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 (Personnel salary management system is a very common management information systems, enterprise business units is a prerequisite for the realization of office automation and infrastructure. Background database using SQL Server, the prospects of development tools using Visual C++. The system is currently more popular ADO data access technology, and each database table fields and operation of packages to the category, thereby successfully object-oriented program design thinking applied to the database application design. This is also the system characteristics and advantages.)

文件列表:

第2章
.....\Img


.....\代码
.....\....\ADOConn.cpp
.....\....\ADOConn.h
.....\....\adodc.cpp
.....\....\adodc.h
.....\....\CalculatorDlg.cpp
.....\....\CalculatorDlg.h
.....\....\ChangePwdDlg.cpp
.....\....\ChangePwdDlg.h
.....\....\column.cpp
.....\....\column.h
.....\....\columns.cpp
.....\....\columns.h
.....\....\datacombo.cpp
.....\....\datacombo.h
.....\....\dataformatdisp.cpp
.....\....\dataformatdisp.h
.....\....\datagrid.cpp
.....\....\datagrid.h
.....\....\datalist.cpp
.....\....\datalist.h
.....\....\Debug
.....\....\Departments.cpp
.....\....\Departments.h
.....\....\DepEditDlg.cpp
.....\....\DepEditDlg.h
.....\....\DepManDlg.cpp
.....\....\DepManDlg.h
.....\....\DepSelDlg.cpp
.....\....\DepSelDlg.h
.....\....\EmpEditDlg.cpp
.....\....\EmpEditDlg.h
.....\....\Employees.cpp
.....\....\Employees.h
.....\....\EmpManDlg.cpp
.....\....\EmpManDlg.h
.....\....\EmpSelDlg.cpp
.....\....\EmpSelDlg.h
.....\....\excel9.cpp
.....\....\excel9.h
.....\....\field.cpp
.....\....\field.h
.....\....\fields.cpp
.....\....\fields.h
.....\....\font.cpp
.....\....\font.h
.....\....\Global.cpp
.....\....\Global.h
.....\....\HrSys.aps
.....\....\HrSys.clw
.....\....\HrSys.cpp
.....\....\HrSys.dsp
.....\....\HrSys.dsw
.....\....\HrSys.h
.....\....\HrSys.ncb
.....\....\HrSys.opt
.....\....\HrSys.plg
.....\....\HrSys.rc
.....\....\HrSysDlg.cpp
.....\....\HrSysDlg.h
.....\....\ItemEditDlg.cpp
.....\....\ItemEditDlg.h
.....\....\ItemManDlg.cpp
.....\....\ItemManDlg.h
.....\....\LoginDlg.cpp
.....\....\LoginDlg.h
.....\....\msado15.tlh
.....\....\msado15.tli
.....\....\picture.cpp
.....\....\picture.h
.....\....\Prize.cpp
.....\....\Prize.h
.....\....\properties.cpp
.....\....\properties.h
.....\....\property.cpp
.....\....\property.h
.....\....\ReadMe.txt
.....\....\ReportManDlg.cpp
.....\....\ReportManDlg.h
.....\....\res



.....\....\...\HrSys.rc2
.....\....\resource.h
.....\....\Salary.cpp
.....\....\Salary.h
.....\....\SalaryEditDlg.cpp
.....\....\SalaryEditDlg.h
.....\....\SalaryItem.cpp
.....\....\SalaryItem.h
.....\....\SalaryManDlg.cpp
.....\....\SalaryManDlg.h
.....\....\SalaryStatistics.cpp
.....\....\SalaryStatistics.h
.....\....\selbookmarks.cpp

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

发表评论

0 个回复

  • DeviceBook
    仓库管理系统,增删改查都很齐全,主要是用vc++开发的,access数据库(Warehouse management system, CRUD are complete with vc++ development, access databases)
    2012-12-07 11:24:26下载
    积分:1
  • diannaobaojiaguanlixitong
    电脑报价管理系统,实现查询,插入,修改,统计等等功能,用语装机时候管理帐单,配件等等,有数据库备份(Computer pricing management system, query, insert, modify, statistics and so on function, management of billing terms when installed, accessories and so on, have a database backup)
    2008-04-10 17:02:37下载
    积分:1
  • 06
    说明:  超市进销存管理系统 Visual C++6.0+Oracle 9i数据库实现(The supermarket enters sells saves the management system)
    2015-02-14 22:08:43下载
    积分:1
  • barcodeini
    针对金蝶K3的二次开发源码,实现企业的大部分二次开发需求(Kingdee K3 source of secondary development to achieve most of the secondary development needs of the enterprise.)
    2020-06-26 22:20:02下载
    积分:1
  • qyjxc
    进销存管理系统,企业的进销存管理系统。包含系统功能模块,全县管理,(Inventory management system, inventory management system. Contains the system function modules, the county,)
    2013-05-16 15:28:05下载
    积分:1
  • store_manager
    这是一个库存管理系统,1.使用SQL Server建立数据库和表以及相应的视图; 2.使用Visual C++建立基于对话框模型的工程框架 3.依次创建各表的类,用来操作表数据 4.创建用户登陆模块,实现基本的登录和退出功能 5.创建客户管理模块,实现对客户信息的编辑和管理功能 6.创建仓库管理模块,实现对仓库信息的编辑和管理功能 7.创建产品管理模块,实现对产品类别和信息的编辑和管理功能 8.创建操作管理模块,实现对仓库的各种操作的编辑以及管理功能 9.创建统计查询管理模块,实现对产品的出入库统计以及对库存产品流水统计功能 10.创建数量管理模块,实现产品数量报警以及失效报警功能 ()
    2007-07-16 10:26:55下载
    积分:1
  • Student
    VB实现的学生管理系统,能方便的实现学生情况的管理(VB realize the student management system, can make it easier for students to realize the management)
    2008-06-04 00:51:50下载
    积分:1
  • 131658
    用VB5,0获取正在系统中运行的窗口标题,很好源码()
    2017-09-27 14:30:41下载
    积分:1
  • Lookup
    金蝶K3基础资料调用方法,包含常用基础资料的浏览、查询方法,方便二次开发使用(Kingdee K3 basic information, call the method, commonly used basic data browsing, query methods, to facilitate the secondary development of the use of)
    2012-09-28 16:11:14下载
    积分:1
  • tccglxt
    停车场管理系统 对于VB的初学者来说,是具有一定的价值的,并且为别的系统提供思路(it is really useful for a person who learn VB at beginning)
    2011-12-15 01:13:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载