登录
首页 » Visual C++ » ContactMS

ContactMS

于 2013-11-03 发布 文件大小:12724KB
0 269
下载积分: 1 下载次数: 6

代码说明:

  MFC做的通讯录,利用ODBC连接access数据库,能够对数据进行写入、读出和修改。适合初学者参考。[注:需要自己配置数据源,也可以不配置,运行程序两次就行,第一次相当于是配置](MFC to do the book, using ODBC to connect access database, the data can be written to, read and modify. Suitable for beginners reference.)

文件列表:

ContactMS
.........\AddGroupDlg.cpp,997,2013-05-17
.........\AddGroupDlg.h,1244,2013-05-18
.........\ContactMS.aps,48032,2013-05-24
.........\ContactMS.clw,5198,2013-07-10
.........\ContactMS.cpp,5547,2013-05-24
.........\ContactMS.dsp,5237,2013-05-18
.........\ContactMS.dsw,526,2013-05-17
.........\ContactMS.h,1406,2013-05-17
.........\ContactMS.ncb,91136,2013-07-10
.........\ContactMS.opt,951808,2013-07-10
.........\ContactMS.plg,1946,2013-06-01
.........\ContactMS.rc,15563,2013-05-24
.........\ContactMS.sln,884,2013-10-26
.........\ContactMS.vcxproj,8504,2013-10-26
.........\ContactMS.vcxproj.filters,3417,2013-10-26
.........\ContactMS.vcxproj.user,143,2013-10-26
.........\ContactMSDoc.cpp,1858,2013-05-18
.........\ContactMSDoc.h,1632,2013-05-18
.........\ContactMSSet.cpp,1729,2013-05-26
.........\ContactMSSet.h,1431,2013-05-26
.........\ContactMSView.cpp,14018,2013-10-26
.........\ContactMSView.h,2442,2013-06-01
.........\contacts.txt,0,2013-06-19
.........\contact_VCS.mdb,532480,2013-07-10
.........\Debug
.........\.....\ContactMS.exe,182272,2013-10-26
.........\GroupRecordset.cpp,1278,2013-05-18
.........\GroupRecordset.h,1315,2013-05-18
.........\ipch
.........\....\contactms-e4e089e
.........\....\.................\contactms-315db562.ipch,71368704,2013-10-26
.........\MainFrm.cpp,2584,2013-05-17
.........\MainFrm.h,1581,2013-05-17
.........\ReadMe.txt,4582,2013-05-17
.........\res
.........\...\bitmap1.bmp

.........\...\ContactMS.rc2,401,2013-05-17


.........\resource.h,1559,2013-05-21
.........\StdAfx.cpp,211,2013-05-17
.........\StdAfx.h,1105,2013-05-17
.........\TreeCtrlAction.cpp,6995,2013-05-18
.........\TreeCtrlAction.h,2105,2013-05-17

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

发表评论

0 个回复

  • CD4067B
    这是一个CD4067B的技术资料,希望对大家有帮助。(This is a CD4067B technical information, we hope to help.)
    2012-03-10 13:40:05下载
    积分:1
  • motor2
    ansys motor design 设计无刷直流电机的ansys设计过程,进行有限元仿真的(ansys motor design)
    2012-01-30 08:43:32下载
    积分:1
  • pvgrid-connectedsystem
    光伏并网逆变器参考程序,基于DSP2818的程序。(PV grid-connected system )
    2011-11-16 10:58:00下载
    积分:1
  • VBshixianyidianjitian
    用VB实现一点即填,方便,简单,欢迎大家下载(VB realize that with a little filling, convenient, simple, welcomed everyone to download)
    2007-10-18 12:57:33下载
    积分:1
  • ShutWindow
    在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。(In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.)
    2009-12-12 00:45:57下载
    积分:1
  • Default.aspx
    mutilple upload................................
    2009-11-13 05:25:51下载
    积分:1
  • 利用Lsasrv.dll 的RPC缓冲溢出漏洞的源码
    可适用于: * - Windows XP Professional SP0 English version * - Windows XP Professional SP0 Russian version * - Windows XP Professional SP1 English version * - Windows XP Professional SP1 Russian versi(applicable to :*- Windows XP Professional SP3 English version*- Windows XP Professional bug Russian version*- Windows XP Professional SP1 English version*- Windows XP Professional SP1 Russian versi)
    2005-05-03 09:39:53下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • CPP
    C++控件大全方便你的查询 易于理解学习是我们的好助手(C++ control Daquan easy to learn easy to understand your query is a good assistant)
    2011-04-26 21:17:35下载
    积分:1
  • lib
    将字符串转为整形用标准C实现在Brew平台上(string to integer use c on Brew platform)
    2009-11-18 15:33:00下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载