登录
首页 » Visual C++ » OPMS6

OPMS6

于 2010-01-11 发布 文件大小:8551KB
0 116
下载积分: 1 下载次数: 544

代码说明:

  实现养老院信息管理系统中老人信息管理功能(Information management system to achieve the elderly in nursing homes information management capabilities)

文件列表:

OPMS6
.....\oldpeople.mdb
.....\OPMS
.....\....\Debug
.....\....\.....\LeftTreeView.obj
.....\....\.....\LeftTreeView.sbr
.....\....\.....\LoginDlg.obj
.....\....\.....\LoginDlg.sbr
.....\....\.....\MainFrm.obj
.....\....\.....\MainFrm.sbr
.....\....\.....\MainItemVIew.obj
.....\....\.....\MainItemVIew.sbr
.....\....\.....\OldPeopleDlg.obj
.....\....\.....\OldPeopleDlg.sbr
.....\....\.....\OldPeopleFindDlg.obj
.....\....\.....\OldPeopleFindDlg.sbr
.....\....\.....\OPMS.bsc
.....\....\.....\OPMS.exe
.....\....\.....\OPMS.ilk
.....\....\.....\OPMS.obj
.....\....\.....\OPMS.pch
.....\....\.....\OPMS.pdb
.....\....\.....\OPMS.res
.....\....\.....\OPMS.sbr
.....\....\.....\OPMSAdminSet.obj
.....\....\.....\OPMSAdminSet.sbr
.....\....\.....\OPMSDoc.obj
.....\....\.....\OPMSDoc.sbr
.....\....\.....\OPMSOldPeopleInformationSet.obj
.....\....\.....\OPMSOldPeopleInformationSet.sbr
.....\....\.....\OPMSView.obj
.....\....\.....\OPMSView.sbr
.....\....\.....\PassWdDlg.obj
.....\....\.....\PassWdDlg.sbr
.....\....\.....\StdAfx.obj
.....\....\.....\StdAfx.sbr
.....\....\.....\SubListView.obj
.....\....\.....\SubListView.sbr
.....\....\.....\vc60.idb
.....\....\.....\vc60.pdb
.....\....\LeftTreeView.cpp
.....\....\LeftTreeView.h
.....\....\LoginDlg.cpp
.....\....\LoginDlg.h
.....\....\MainFrm.cpp
.....\....\MainFrm.h
.....\....\MainItemVIew.cpp
.....\....\MainItemVIew.h
.....\....\OldPeopleDlg.cpp
.....\....\OldPeopleDlg.h
.....\....\OldPeopleFindDlg.cpp
.....\....\OldPeopleFindDlg.h
.....\....\OPMS.APS
.....\....\OPMS.clw
.....\....\OPMS.cpp
.....\....\OPMS.dsp
.....\....\OPMS.dsw
.....\....\OPMS.h
.....\....\OPMS.ncb
.....\....\OPMS.opt
.....\....\OPMS.plg
.....\....\OPMS.rc
.....\....\OPMSAdminSet.cpp
.....\....\OPMSAdminSet.h
.....\....\OPMSDoc.cpp
.....\....\OPMSDoc.h
.....\....\OPMSOldPeopleInformationSet.cpp
.....\....\OPMSOldPeopleInformationSet.h
.....\....\OPMSOldPeopleSet.cpp
.....\....\OPMSOldPeopleSet.h
.....\....\OPMSView.cpp
.....\....\OPMSView.h
.....\....\PassWdDlg.cpp
.....\....\PassWdDlg.h
.....\....\ReadMe.txt
.....\....\Release
.....\....\.......\LeftTreeView.obj
.....\....\.......\LoginDlg.obj
.....\....\.......\MainFrm.obj
.....\....\.......\MainItemVIew.obj
.....\....\.......\OldPeopleDlg.obj
.....\....\.......\OldPeopleFindDlg.obj
.....\....\.......\OPMS.exe
.....\....\.......\OPMS.obj
.....\....\.......\OPMS.pch
.....\....\.......\OPMS.res
.....\....\.......\OPMSAdminSet.obj
.....\....\.......\OPMSDoc.obj
.....\....\.......\OPMSOldPeopleInformationSet.obj
.....\....\.......\OPMSView.obj
.....\....\.......\PassWdDlg.obj
.....\....\.......\StdAfx.obj
.....\....\.......\SubListView.obj
.....\....\.......\vc60.idb
.....\....\res
.....\....\...\1.bmp
.....\....\...\2.bmp
.....\....\...\3.bmp

.....\....\...\bitmap2.bmp

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

发表评论

0 个回复

  • Status
    VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息()
    2007-07-23 17:59:00下载
    积分:1
  • 01205skin-source
    用VC写的关于皮肤的程序框架,很好用,可以直接修改.(Written with the VC on the skin of the procedural framework, useful, can be directly modified.)
    2010-07-22 23:34:06下载
    积分:1
  • messge_face
    vc 制作 MSN、QQ 的消息提示窗口 - 源代码(vc making MSN, QQ messages sent to the window- source code)
    2011-07-03 08:50:27下载
    积分:1
  • hnt
    说明:  汉诺塔问题的另一种解法,方法非常灵活有效,运行效率高(HANOR of another solution, a very flexible and effective method, high efficiency operation)
    2006-04-29 22:43:33下载
    积分:1
  • VB6MonitorKeyBoard
    在键盘背景处用鼠标双击,可显示本说明。 ">
    2008-06-26 15:00:04下载
    积分:1
  • MFC
    (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化(defines an abstract base class Shape, with which it derives five categories: round, square, rectangular, trapezoidal, triangular. (2) the use of virtual functions to calculate several graphics area. Effect (3) demonstrate the constructor, copy constructor and destructor call sequence (4) with a class template implementation. (5) The use of MFC library to draw and modify graphics, using the basic properties dialog input and output graphics, or the use of the basic properties of operator overloading the input and output graphics on the graphical user interface. (6) with the file save graphical information, and can be read a file and make the appropriate treatment. 2) Innovation requirements: Using the method header and source files separate polymorphism diversify )
    2020-11-04 14:29:52下载
    积分:1
  • Difine-Msgbox-code
    自定义Msgbox窗体图标代码,外观精美。(User-define Msgbox)
    2012-04-29 23:57:15下载
    积分:1
  • vb6
    VB与软PLC数据交换的例程,很难的的。(VB and soft PLC data exchange routines, it is difficult for the.)
    2008-06-30 07:27:30下载
    积分:1
  • spirialMFC
    本例通过绘制螺旋图案描述了如何用VC++绘制MFC图形程序。适合学习MFC图形编程的初学者学习。(cases by mapping the spiral patterns described how MFC with VC graphics rendering procedures. MFC for learning graphical programming beginners learning.)
    2007-05-04 16:24:47下载
    积分:1
  • TestBrowse
    非常重要的界面编程,很不容易编写出来的代码,可实现美化界面的作用,VC学习的好代码(aa)
    2010-07-15 20:33:15下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载