登录
首页 » Visual C++ » OAsystem

OAsystem

于 2009-07-07 发布 文件大小:3996KB
0 287
下载积分: 1 下载次数: 5

代码说明:

  c++与SQL的结合,办公室管理系统,需要配置数据源(c++ and SQL combination of office management systems, need to configure the data source)

文件列表:

第1章 企业办公管理系统
.......................\数据库
.......................\......\office_Data.MDF
.......................\......\office_Log.LDF
.......................\源程序
.......................\......\Office
.......................\......\......\Achievement.cpp
.......................\......\......\Achievement.h
.......................\......\......\BRR.cpp
.......................\......\......\BRR.h
.......................\......\......\BRRRecord.cpp
.......................\......\......\BRRRecord.h
.......................\......\......\Callboard.cpp
.......................\......\......\Callboard.h
.......................\......\......\CallboardClass.cpp
.......................\......\......\CallboardClass.h
.......................\......\......\CallboardManagement.cpp
.......................\......\......\CallboardManagement.h
.......................\......\......\Debug
.......................\......\......\.....\Achievement.obj
.......................\......\......\.....\BRR.obj
.......................\......\......\.....\BRRRecord.obj
.......................\......\......\.....\Callboard.obj
.......................\......\......\.....\CallboardClass.obj
.......................\......\......\.....\CallboardManagement.obj
.......................\......\......\.....\Discussionboard.obj
.......................\......\......\.....\DiscussionboardClass.obj
.......................\......\......\.....\Discussionboardmanagement.obj
.......................\......\......\.....\Feedback.obj
.......................\......\......\.....\FeedbackRecord.obj
.......................\......\......\.....\Letter.obj
.......................\......\......\.....\LetterRecord.obj
.......................\......\......\.....\MainFrm.obj
.......................\......\......\.....\Meeting.obj
.......................\......\......\.....\MeetingRecord.obj
.......................\......\......\.....\msado15.tlh
.......................\......\......\.....\msado15.tli
.......................\......\......\.....\Office.exe
.......................\......\......\.....\Office.ilk
.......................\......\......\.....\Office.obj
.......................\......\......\.....\Office.pch
.......................\......\......\.....\Office.pdb
.......................\......\......\.....\Office.res
.......................\......\......\.....\OfficeDoc.obj
.......................\......\......\.....\OfficeView.obj
.......................\......\......\.....\Onduty.obj
.......................\......\......\.....\OndutyRecord.obj
.......................\......\......\.....\OutstandingRecord.obj
.......................\......\......\.....\Property.obj
.......................\......\......\.....\PropertyRecord.obj
.......................\......\......\.....\SearchAchievement.obj
.......................\......\......\.....\SearchBoard.obj
.......................\......\......\.....\SearchBRR.obj
.......................\......\......\.....\SearchDiscussion.obj
.......................\......\......\.....\SearchFeedback.obj
.......................\......\......\.....\SearchLetter.obj
.......................\......\......\.....\SearchMeeting.obj
.......................\......\......\.....\SearchProperty.obj
.......................\......\......\.....\SearchStaff.obj
.......................\......\......\.....\SearchTransaction.obj
.......................\......\......\.....\SearchVote.obj
.......................\......\......\.....\SearchVote1.obj
.......................\......\......\.....\Staff.obj
.......................\......\......\.....\StaffInforRecord.obj
.......................\......\......\.....\StaffRecord.obj
.......................\......\......\.....\StdAfx.obj
.......................\......\......\.....\Transaction.obj
.......................\......\......\.....\TransactionRecord.obj
.......................\......\......\.....\vc60.idb
.......................\......\......\.....\vc60.pdb
.......................\......\......\.....\Vote.obj
.......................\......\......\.....\Votemanagement.obj
.......................\......\......\.....\VoteRecord.obj
.......................\......\......\.....\Voteselect.obj
.......................\......\......\.....\VoteselectClass.obj
.......................\......\......\Discussionboard.cpp
.......................\......\......\Discussionboard.h
.......................\......\......\DiscussionboardClass.cpp
.......................\......\......\DiscussionboardClass.h
.......................\......\......\Discussionboardmanagement.cpp
.......................\......\......\Discussionboardmanagement.h
.......................\......\......\Feedback.cpp
.......................\......\......\Feedback.h
.......................\......\......\FeedbackRecord.cpp
.......................\......\......\FeedbackRecord.h
.......................\......\......\Letter.cpp
.......................\......\......\Letter.h
.......................\......\......\LetterRecord.cpp
.......................\......\......\LetterRecord.h
.......................\......\......\MainFrm.cpp
.......................\......\......\MainFrm.h
.......................\......\......\Meeting.cpp
.......................\......\......\Meeting.h
.......................\......\......\MeetingRecord.cpp
.......................\......\......\MeetingRecord.h
.......................\......\......\Office.aps
.......................\......\......\Office.clw
.......................\......\......\Office.cpp
.......................\......\......\Office.dsp
.......................\......\......\Office.dsw

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

发表评论

0 个回复

  • hive
    注册表隐藏就是将系统呈现给用户的注册表信息进行修改,使得用户或检测工具无法直观地发现事实上存在的注册表内容。(Hide the system registry is presented to the user' s registry information is modified so that the user or detection tool will not intuitive to find that in fact exist in the registry contents.)
    2009-10-21 08:52:52下载
    积分:1
  • CntrlOtherPrcss
    启动并控制其它Exe程序CntrlOtherPrcss,很不错的vc源码,希望能对大家有所帮助(Start and control other Exe program CntrlOtherPrcss, very good vc source, I hope you can help)
    2011-09-05 23:11:29下载
    积分:1
  • ctc_ha
    利用VC实现的简单双机热备和地址漂移软件,双机均有自身IP, 但只有主机才具备服务IP,当主机中断后,备机可接管服务IP.(A simple tool just like HA software)
    2020-07-02 01:00:01下载
    积分:1
  • BoostTest
    说明:  编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)
    2021-02-04 15:09:57下载
    积分:1
  • Mouse
    该程序能够改变鼠标形状,是一个非常好的例子.(The program can change the mouse shape is a very good example.)
    2009-12-02 18:49:35下载
    积分:1
  • xlpvijx
    关于 windows 下 perl 的一个小例子,()
    2017-11-11 12:41:42下载
    积分:1
  • direce3D
    语音3D特效器制作, 获取3D缓冲区对象,最大距离和最小距离等具体设置(3D audio effects device production, access to 3D buffer object, the maximum distance and minimum distance from a specific set)
    2009-11-06 16:29:55下载
    积分:1
  • 20050906Hide
    说明:  本程序能关机,重启,注销,锁定,隐藏任务栏的功能.(shutdown and restart, canceled, lock, hide task bar function.)
    2005-09-06 22:46:02下载
    积分:1
  • DLL
    creating standard dll in VB
    2020-07-10 21:28:54下载
    积分:1
  • DrvSpace
    获取磁盘空间数据DrvSpace,很不错的vc源码,希望能对大家有所帮助(Disk space for data DrvSpace, very good vc source code, I hope you can help)
    2011-09-06 22:59:51下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载