登录
首页 » Visual C++ » bbt

bbt

于 2007-12-31 发布 文件大小:6934KB
0 231
下载积分: 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 个回复

  • Computer-quotation-management-system
    电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,(Computer quotation management system, computer purchase management system, computer purchase management system, computer purchase management system, computer purchase management system,)
    2011-04-27 18:47:24下载
    积分:1
  • pay-manage
    工资管理系统,实现了对企业员工的工资管理,实时查看员工工资状况,对工资标准的修改以及工资统计。(Salary management system, payroll management employees, real-time view employee wages of wage changes and wage statistics.)
    2012-07-23 17:18:04下载
    积分:1
  • manage
    一个管理系统系统,进销存等,功能比较完善,界面还可以(a management system, such as PSI, function more sound and can also interface)
    2007-07-10 19:22:05下载
    积分:1
  • PhoneRecord
    本系统是采用visual C++开发的企业电话语音录音管理系统,所用到的数据库是sql server 2005(This system is developed using visual C++ business telephone voice recording management system, the use of the database is sql server 2005)
    2011-07-19 19:08:54下载
    积分:1
  • renshimanage
    小型人事管理系统,C++和SQL语言编写,MFC界面(Small personnel management system, C++ and SQL language, MFC interface)
    2010-12-03 20:43:30下载
    积分:1
  • vb2005moneymanger
    说明:  vb2005个人财务管理工具(access数据库)。实现对财务的管理,修改和删除等常用操作(vb2005 personal financial management tools (access database). Implementation of financial management, modify, and delete operations such as common)
    2010-04-06 22:32:14下载
    积分:1
  • bbt
    人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用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.)
    2007-12-31 21:45:15下载
    积分:1
  • tz_office
    ckglxt仓库管理系统非常实用的管理信息系统,适用于一般的电脑(ckglxt warehouse management system)
    2012-05-30 19:33:05下载
    积分:1
  • Airline-customer-management-system
    用c++编写的航空客户管理系统,实现管理员登入管理数据,客户登入查询、订票、退票等功能,登入密码自己可以在原代码中查找并修改(Airline customer management system written in c++, to achieve data administrator login management, customer login query, booking, refund and other functions, login password yourself can look on the original code and modify the)
    2015-03-11 13:28:31下载
    积分:1
  • CRM源码及说明
    基于asp.net开发的企业营销管理软件,完整的BS架构体系,完整的数据库模型,以及详细的说明。包含功主要能,个人基本设置,客户关系管理,项目跟进,销售漏斗,以及数据字典等多功能,可以自己定义企业LOGO及名称,适应于个人研究和开发,不得用于商业。
    2022-03-22 22:43:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载