登录
首页 » Visual C++ » OAsystem

OAsystem

于 2009-07-07 发布 文件大小:3996KB
0 321
下载积分: 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 个回复

  • Regprocess
    这是一个通过注册表列举正在运行进程的源码。通过修改主机名可以列举远程主机进程。(This is a listed by the registry is the process of running FOSS. By modifying the host name could give remote host process.)
    2006-09-19 20:57:06下载
    积分:1
  • MeDelete
    SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )
    2011-06-26 23:22:21下载
    积分:1
  • Get-hard-drive-serial-number
    获取硬盘的序列号,本人试过,完全可用,16进制。(Get hard drive serial number, I tried, completely free, hex.)
    2011-08-06 07:25:27下载
    积分:1
  • Windows-dll(Lib)
    VC平台下使用VC++语言编程调用Lib库文件以及Dll文件的调用,代码比较简单,另有文字备注说明(VC LIB DLL)
    2011-12-29 16:28:39下载
    积分:1
  • ProcessInfo
    显示当前系统运行的进程,并能够查看进程中所加载的模块(show the system process and modules)
    2013-08-10 21:50:16下载
    积分:1
  • sbzddj
    采用vb实现鼠标的自动定位点击,绝对的经典(Using vb realize automatic positioning mouse clicks, an absolute classic)
    2008-05-07 08:49:40下载
    积分:1
  • reboot
    今天再次为vc++编程新手分享一个 Reboot程序源码,实现计算机关机、重启、注销功能,程序较简单那种,有兴趣的新手参考,源码完整,可用VC6.0顺利编译,运行效果请参见源码爱好者测试截图。(Today, once again sharing a Reboot vc++ programming novice program source code to achieve the computer shutdown, restart, logoff function, the program is relatively simple kind, interested novice reference, complete source code, can be used successfully VC6.0 compiler, operating results, see source enthusiasts test shots.)
    2013-05-24 11:51:08下载
    积分:1
  • vayql571
    非常棒的登陆程序,带有XP式样的界面,有首次使用功能,()
    2017-11-05 12:53:50下载
    积分:1
  • ConvDBF
    批量将DBF文件中的数据导入到一个MDB文件中,涉及到数据库操作和VC DLG编程。(Batch data in the DBF file into an MDB file, related to the operation of the database and the VC DLG programming.)
    2013-09-27 20:40:44下载
    积分:1
  • HookFindNextFile
    hook findnextfile 隐藏文件(hook findnextfile hidden files)
    2009-10-10 23:22:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载