登录
首页 » Visual C++ » C++ 工资管理系统 salarysystem

C++ 工资管理系统 salarysystem

于 2020-06-26 发布 文件大小:7437KB
0 284
下载积分: 1 下载次数: 4712

代码说明:

  vc++和SQL Server一起实现的简单的工资管理系统,分离的数据库文件也在包里(a salary system using vc++ and SQL Server)

文件列表:

salary system
.............\salarynew
.............\.........\salarynew.mdf
.............\.........\salarynew_log.ldf
.............\工资
.............\....\ADOConn.cpp
.............\....\ADOConn.h
.............\....\adodc.cpp
.............\....\adodc.h
.............\....\allkaoqin.cpp
.............\....\allkaoqin.h
.............\....\bumenxinxi.cpp
.............\....\bumenxinxi.h
.............\....\column.cpp
.............\....\column.h
.............\....\columns.cpp
.............\....\columns.h
.............\....\datacombo.cpp
.............\....\datacombo.h
.............\....\datacombo1.cpp
.............\....\datacombo1.h
.............\....\dataformatdisp.cpp
.............\....\dataformatdisp.h
.............\....\datagrid.cpp
.............\....\datagrid.h
.............\....\dbcombo.cpp
.............\....\dbcombo.h
.............\....\Debug
.............\....\.....\ADOConn.obj
.............\....\.....\ADOConn.sbr
.............\....\.....\adodc.obj
.............\....\.....\adodc.sbr
.............\....\.....\allkaoqin.obj
.............\....\.....\allkaoqin.sbr
.............\....\.....\bumenxinxi.obj
.............\....\.....\bumenxinxi.sbr
.............\....\.....\column.obj
.............\....\.....\column.sbr
.............\....\.....\columns.obj
.............\....\.....\columns.sbr
.............\....\.....\datacombo1.obj
.............\....\.....\datacombo1.sbr
.............\....\.....\dataformatdisp.obj
.............\....\.....\dataformatdisp.sbr
.............\....\.....\datagrid.obj
.............\....\.....\datagrid.sbr
.............\....\.....\dbcombo.obj
.............\....\.....\dbcombo.sbr
.............\....\.....\deletebumen.obj
.............\....\.....\deletebumen.sbr
.............\....\.....\deletestaff.obj
.............\....\.....\deletestaff.sbr
.............\....\.....\department.obj
.............\....\.....\department.sbr
.............\....\.....\edityuangong.sbr
.............\....\.....\field.obj
.............\....\.....\field.sbr
.............\....\.....\fields.obj
.............\....\.....\fields.sbr
.............\....\.....\font.obj
.............\....\.....\font.sbr
.............\....\.....\gongzhong.obj
.............\....\.....\gongzhong.sbr
.............\....\.....\insertbumen.obj
.............\....\.....\insertbumen.sbr
.............\....\.....\insertkaoqin.obj
.............\....\.....\insertkaoqin.sbr
.............\....\.....\insertstaff.obj
.............\....\.....\insertstaff.sbr
.............\....\.....\jiaban.obj
.............\....\.....\jiaban.sbr
.............\....\.....\kaoqin.obj
.............\....\.....\kaoqin.sbr
.............\....\.....\kaoqinkoukuan.obj
.............\....\.....\kaoqinkoukuan.sbr
.............\....\.....\msado15.tlh
.............\....\.....\msado15.tli
.............\....\.....\picture.obj
.............\....\.....\picture.sbr
.............\....\.....\properties.obj
.............\....\.....\properties.sbr
.............\....\.....\property.obj
.............\....\.....\property.sbr
.............\....\.....\rowcursor.obj
.............\....\.....\rowcursor.sbr
.............\....\.....\salarytable.obj
.............\....\.....\salarytable.sbr
.............\....\.....\selbookmarks.obj
.............\....\.....\selbookmarks.sbr
.............\....\.....\singlestaffsalary.obj
.............\....\.....\singlestaffsalary.sbr
.............\....\.....\split.obj
.............\....\.....\split.sbr
.............\....\.....\splits.obj
.............\....\.....\splits.sbr
.............\....\.....\staffinfo.obj
.............\....\.....\staffinfo.sbr
.............\....\.....\StdAfx.obj
.............\....\.....\StdAfx.sbr
.............\....\.....\stddataformatsdisp.obj

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

发表评论

0 个回复

  • Ado
    VC 通过ado技术连接access数据库,实现增删改查(The VC connection access database ado technical CRUD)
    2012-08-23 16:23:12下载
    积分:1
  • ExcelAccc
    通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件(adoption of this sample source code and supporting you to be more flexible control of Excel documents, including the creation of new Excel file, write tabular data, reading the spreadsheet data (including the original Excel files built themselves manually add the rows and columns of data accurately read), has been deleted Excel spreadsheet, the forms were designated rows and columns, and cells to conduct inquiries, insert, replace, etc, and also can be generated for the Excel document conversion designated by separate segregated from the other website text files)
    2005-03-21 10:22:41下载
    积分:1
  • ADOTest
    本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)
    2020-10-29 14:59:57下载
    积分:1
  • ADO-And-Access
    这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)
    2013-11-15 06:37:48下载
    积分:1
  • dao_sample
    dao例子(Dao example)
    2002-04-19 09:18:04下载
    积分:1
  • ODBC
    ODBC连接数据库MYSQL和SQLITE两种方式。(ODBC database connection )
    2012-08-31 18:21:33下载
    积分:1
  • rds-win32-4.0.522
    raima velocis 4.0.5
    2008-07-01 06:10:31下载
    积分:1
  • homework
    使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
    2010-11-15 09:37:01下载
    积分:1
  • builddatabase
    建立一个数据库,适合于初学MFC的人,还有窗口和对话框的建立。(Establish a database suitable for beginners who MFC, as well as the establishment of windows and dialog boxes.)
    2010-12-25 13:32:37下载
    积分:1
  • oleado
    Ado类 包括在access中写入blob数据并实现读取(Ado categories including access writes blob data and reading achievement)
    2006-10-01 16:05:41下载
    积分:1
  • 696518资源总数
  • 105922会员总数
  • 10今日下载