CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程

文件名称:20070413_EmployeeTrainSystem

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    7.94mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。

用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类

-First of all, make sure that your machine has been installed above VC6.0 to compile the executable file to generate the need to open the dsw file name suffix, the system will default to open with VC, and then select the Build menu, Set Active Configuration under the option, Project Configuration options for the Win32 Release, and then compile the project, the executable file. Connect to database please refer to the methods of Chapter 2, in the ODBC data source in Microsoft Access database to add train.mdb, and the data source name can be set to train the database and applications to achieve the normal connections to the normal procedures for database access. In addition, if the user has prepared their own. Chm help files and executable files as long as the same directory on it.

Users to modify the program can select the appropriate source. H and. Cpp file, use the example of the basic rules of naming is: DIALOG_***** resources to manage dialog,***** Info window for data entry resou
(系统自动生成,下载前可以参看下载内容)

下载文件列表

20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/AppriseInfo.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/AppriseInfo.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/AppriseSet.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/AppriseSet.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/BookInfo.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/BookInfo.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/BookSet.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/BookSet.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/CourseInfo.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/CourseInfo.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/CourseSet.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/CourseSet.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/AppriseInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/AppriseSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/BookInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/BookSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/BuildLog.htm
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/CourseInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/CourseSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DeptInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DeptSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_APPISE.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_BOOK.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_JOB.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_MODPSWD.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_PERSONNEL.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_PLAN.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_RESOURCE.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_TEACHER.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/DIALOG_TRAINCOURSE.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/JobInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/JobSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/LoginSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/MainDlg.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/mt.dep
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonNeedSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonnelInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonnelNeed.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonnelPlan.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonPlanSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/PersonSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/ResourceInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/ResourceSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/ScoreInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/ScoreSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/StdAfx.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/TeacherInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/TeacherSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.exe
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.exe.embed.manifest
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.exe.embed.manifest.res
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.exe.intermediate.manifest
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.ilk
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.pch
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.pdb
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/train.res
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/trainDlg.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/TrainPlanInfo.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/TrainPlanSet.obj
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/vc80.idb
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/Debug/vc80.pdb
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DeptInfo.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DeptInfo.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DeptSet.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DeptSet.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DIALOG_APPISE.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DIALOG_APPISE.h
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DIALOG_BOOK.cpp
20070413_EmployeeTrainSystem/EmployeeTrainSystem/code/DIALOG_BOOK.h
20070413_

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com