登录
首页 » Visual C++ » HrSys

HrSys

于 2020-10-27 发布 文件大小:6382KB
0 240
下载积分: 1 下载次数: 194

代码说明:

  VC++和SQL Server搭配,编写的一个人力资源管理系统!含SQL源码()

文件列表:

HrSys
.....\ADOConn.cpp
.....\ADOConn.h
.....\adodc.cpp
.....\adodc.h
.....\ChangePwdDlg.cpp
.....\ChangePwdDlg.h
.....\CheckEditDlg.cpp
.....\CheckEditDlg.h
.....\Checkin.cpp
.....\Checkin.h
.....\CheckManDlg.cpp
.....\CheckManDlg.h
.....\column.cpp
.....\column.h
.....\columns.cpp
.....\columns.h
.....\Database
.....\........\Checkin.sql
.....\........\Departments.sql
.....\........\Employees.sql
.....\........\Evaluation.sql
.....\........\Experience.sql
.....\........\Family.sql
.....\........\HrSys.sql
.....\........\Users.sql
.....\........\v_SumCheck.sql
.....\datacombo.cpp
.....\datacombo.h
.....\dataformatdisp.cpp
.....\dataformatdisp.h
.....\datagrid.cpp
.....\datagrid.h
.....\datalist.cpp
.....\datalist.h
.....\Debug
.....\.....\ADOConn.obj
.....\.....\ADOConn.sbr
.....\.....\adodc.obj
.....\.....\adodc.sbr
.....\.....\ChangePwdDlg.obj
.....\.....\ChangePwdDlg.sbr
.....\.....\CheckEditDlg.obj
.....\.....\CheckEditDlg.sbr
.....\.....\Checkin.obj
.....\.....\Checkin.sbr
.....\.....\CheckManDlg.obj
.....\.....\CheckManDlg.sbr
.....\.....\column.obj
.....\.....\column.sbr
.....\.....\columns.obj
.....\.....\columns.sbr
.....\.....\datacombo.obj
.....\.....\datacombo.sbr
.....\.....\dataformatdisp.obj
.....\.....\dataformatdisp.sbr
.....\.....\datagrid.obj
.....\.....\datagrid.sbr
.....\.....\datalist.obj
.....\.....\datalist.sbr
.....\.....\Departments.obj
.....\.....\Departments.sbr
.....\.....\DepEditDlg.obj
.....\.....\DepEditDlg.sbr
.....\.....\DepManDlg.obj
.....\.....\DepManDlg.sbr
.....\.....\DepSelDlg.obj
.....\.....\DepSelDlg.sbr
.....\.....\EmpEditDlg.obj
.....\.....\EmpEditDlg.sbr
.....\.....\Employees.obj
.....\.....\Employees.sbr
.....\.....\EmpManDlg.obj
.....\.....\EmpManDlg.sbr
.....\.....\EmpSelDlg.obj
.....\.....\EmpSelDlg.sbr
.....\.....\EvaEditDlg.obj
.....\.....\EvaEditDlg.sbr
.....\.....\Evaluation.obj
.....\.....\Evaluation.sbr
.....\.....\EvaManDlg.obj
.....\.....\EvaManDlg.sbr
.....\.....\ExpEditDlg.obj
.....\.....\ExpEditDlg.sbr
.....\.....\Experience.obj
.....\.....\Experience.sbr
.....\.....\ExpManDlg.obj
.....\.....\ExpManDlg.sbr
.....\.....\Family.obj
.....\.....\Family.sbr
.....\.....\FamilyEditDlg.obj
.....\.....\FamilyEditDlg.sbr
.....\.....\FamilyManDlg.obj
.....\.....\FamilyManDlg.sbr
.....\.....\field.obj
.....\.....\field.sbr
.....\.....\fields.obj
.....\.....\fields.sbr
.....\.....\font.obj
.....\.....\font.sbr

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

发表评论

0 个回复

  • 一个学生管理系统
    说明:  基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。(based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving View Cstudentview category completed, which can be accomplished functions : All the records, record increase, delete records, modify records, sorting records, the searching of records, Controls in the form visual display.)
    2006-01-07 11:28:43下载
    积分:1
  • vcsqlserver
    是VC+SQL server模式的,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; (VC is SQL server model, and mainly the following : a window on how segmentation; 2. Multi-view of how communication; 3, the List View operation and handle the incident; 4, tree controls the operation and management, According to the use of recursive directory database dynamically generated; 5, the main achievement of the show from the table;)
    2006-05-19 15:56:35下载
    积分:1
  • xinxiqu
    学生信息管理系统详细设计说明书,Visual Basic 6.0与SQL SERVER 2000开发,对开发文档撰写有一定帮助。(Student Information Management System for the detailed design statement, Visual Basic 6.0 and SQL SERVER 2000 the development of written documents on the development of some help.)
    2009-05-26 15:06:37下载
    积分:1
  • 2006040814
    说明:  又一个银行系统 请大家多多支持 谢谢哦 (also a banking system Please thank everyone for their support Oh Oh)
    2006-04-24 15:24:25下载
    积分:1
  • Financial-management-system
    用visual studio开发的基于sql server2005的财务管理系统。财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成(Development with visual studio, sql server2005-based financial management system. Financial certificate management system mainly consists of the [System Management], [Certificate Management] [subject information], [accounts query】 【Report】 modules)
    2012-07-05 14:52:38下载
    积分:1
  • HCDB
    超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
    2015-03-11 13:59:34下载
    积分:1
  • jkj
    ado 访问数据库的设置,用控件实现后拷贝原码(ado access to the database settings, after achieving control with the original copy code)
    2006-06-20 09:20:48下载
    积分:1
  • MyTest1
    本实例是vc+SQL server小程序,具有数据库的简单查询,更新,删除记录等功能,本程序的查询功能是基于头部匹配的模糊查询。(This example is vc+ SQL server applet with a simple database query, update, delete records and other functions, the procedures for the inquiry is based on the fuzzy query matching head.)
    2020-10-29 14:59:57下载
    积分:1
  • sqlHelper
    sql server数据库操作类,包括执行返回各种类型的存储过程的方法。(sql server database operations class, including the implementation of the method to return to the various types of stored procedures.)
    2012-03-21 08:44:04下载
    积分:1
  • code
    用VC++6.0开发的人事信息系统,调试成功,并附有源码及文档。供大家共同学习,希望对你们有帮助(With VC++ 6.0 Development of Personnel Information System, debugging success, together with source code and documentation. For everyone to learn, I hope for your help)
    2009-01-04 14:51:42下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载