登录
首页 » Visual C++ » ask_answer

ask_answer

于 2016-05-17 发布 文件大小:275KB
0 273
下载积分: 1 下载次数: 16

代码说明:

  该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)

文件列表:

C%2B%2B实验报告
...........\实验报告.doc,35328,2016-01-06
...........\实验文档.docx,77944,2016-01-06
...........\客户端代码
...........\..........\AddAnswerDlg.cpp,2141,2016-01-05
...........\..........\AddAnswerDlg.h,539,2016-01-04
...........\..........\AddQuestionSucc.cpp,870,2015-12-05
...........\..........\AddQuestionSucc.h,485,2015-12-05
...........\..........\AnswerContent.cpp,3999,2016-01-05
...........\..........\AnswerContent.h,754,2015-12-07
...........\..........\ask_answer.aps,196800,2016-01-05
...........\..........\ask_answer.cpp,8130,2016-01-05
...........\..........\ask_answer.h,6907,2016-01-05
...........\..........\ask_answer.rc,39522,2016-01-05
...........\..........\ask_answerDlg.cpp,7395,2016-01-05
...........\..........\ask_answerDlg.h,992,2016-01-04
...........\..........\FailDlg.cpp,688,2015-12-08
...........\..........\FailDlg.h,403,2015-12-08
...........\..........\FindPasswordDlg.cpp,1506,2015-12-08
...........\..........\FindPasswordDlg.h,541,2015-12-08
...........\..........\FocusInfDlg.cpp,8339,2016-01-04
...........\..........\FocusInfDlg.h,929,2015-12-22
...........\..........\FocusList.cpp,6780,2016-01-05
...........\..........\FocusList.h,696,2015-12-19
...........\..........\FocusSuccDlg.cpp,758,2015-12-07
...........\..........\FocusSuccDlg.h,434,2015-12-07
...........\..........\LogoutDlg.cpp,716,2015-12-06
...........\..........\LogoutDlg.h,415,2015-12-06
...........\..........\QuestionContentDlg.cpp,6571,2016-01-05
...........\..........\QuestionContentDlg.h,1168,2015-12-21
...........\..........\ReadMe.txt,4597,2015-11-22
...........\..........\ReleaseQuestionDlg.cpp,2002,2016-01-05
...........\..........\ReleaseQuestionDlg.h,537,2015-12-05
...........\..........\resource.h,6364,2016-01-02
...........\..........\SearchDlg.cpp,5054,2015-12-19
...........\..........\SearchDlg.h,846,2015-12-19
...........\..........\SignUpDlg.cpp,1396,2015-12-21
...........\..........\SignUpDlg.h,486,2015-12-06
...........\..........\stdafx.cpp,212,2015-11-22
...........\..........\stdafx.h,1833,2015-11-27
...........\..........\targetver.h,314,2015-11-22
...........\..........\TipDlg1.cpp,688,2015-12-07
...........\..........\TipDlg1.h,402,2015-12-07
...........\..........\TipDlg2.cpp,688,2015-12-07
...........\..........\TipDlg2.h,403,2015-12-07
...........\..........\TipDlg3.cpp,694,2015-12-21
...........\..........\TipDlg3.h,439,2015-12-21
...........\..........\TipDlg4.cpp,508,2015-12-21
...........\..........\TipDlg4.h,394,2015-12-21
...........\..........\TipDlg5.cpp,678,2016-01-04
...........\..........\TipDlg5.h,435,2016-01-02
...........\..........\UserPageDlg.cpp,7010,2016-01-05
...........\..........\UserPageDlg.h,1060,2016-01-02
...........\..........\WrongPasswordDlg.cpp,814,2015-12-06
...........\..........\WrongPasswordDlg.h,458,2015-12-06
...........\服务器端代码
...........\............\answer.txt,585,2016-01-06
...........\............\mfcServer.aps,110152,2016-01-05
...........\............\mfcServer.cpp,13581,2016-01-04
...........\............\mfcServer.h,5518,2016-01-04
...........\............\mfcServer.rc,14690,2016-01-05
...........\............\mfcServerDlg.cpp,6692,2016-01-05
...........\............\mfcServerDlg.h,1679,2016-01-05
...........\............\question.txt,608,2016-01-06
...........\............\ReadMe.txt,4570,2015-12-14
...........\............\resource.h,1998,2015-12-17
...........\............\ShowQues.cpp,3519,2015-12-17
...........\............\ShowQues.h,722,2015-12-17
...........\............\stdafx.cpp,211,2015-12-14
...........\............\stdafx.h,1811,2015-12-14
...........\............\targetver.h,314,2015-12-14
...........\............\TipDlig.cpp,12352,2016-01-05
...........\............\TipDlig.h,807,2016-01-05
...........\............\userfile.txt,113,2016-01-06

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

发表评论

0 个回复

  • GetHostNameIP
    一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
    2013-08-22 10:58:23下载
    积分:1
  • cs
    说明:  MFC界面,服务器端可通过TCP socket的链接使client和sever端建立链接,然后可以对客户端的相关文件实现监听功能。并显示在服务器相应位置。(client sever )
    2014-05-01 23:03:40下载
    积分:1
  • TCP-PortMap
    实现 tcp的端口映射 不同于udp的实现方法(Realization of TCP port mapping from UDP realization method)
    2012-04-23 17:32:07下载
    积分:1
  • VCNetworkhigh-levelprogramming
    本书主要面向具有一定VC网络编程基础并希望学习较高层次编程技术的读者(The book has some major VC-oriented network programming base and hopes to learn higher-level programming technology readers)
    2008-12-25 09:30:49下载
    积分:1
  • sssssss
    程序记录并显示了数据报从源端机器传送到目标机器的过程中所经过的路由器的IP地址,并且记录了数据报到达每个路由器所需要的时间。认真观察到达每个路由器的时间有什么区别,从而熟练掌握traceroute的工作原理和ICMP报文协议。 (The program records and displays the IP addresses of routers through which the datagram sent from the source client machine to the target machine , and the recording of the data packets arrive at the time required by each router . )
    2013-05-21 10:00:17下载
    积分:1
  • VC-OPC-client
    说明:  基于VC的OPC客户端软件研究与实现.......(The OPC-based VC research and implementation of client software ....... )
    2011-04-16 11:52:41下载
    积分:1
  • vncviewer
    说明:  这是一个比较复杂的远程控制工具,分为服务器与客户斋,让你了解socket编程的知识.(This is a more complex remote control tools, is divided into server and client fasting, so that you understand socket programming knowledge.)
    2008-11-17 16:42:34下载
    积分:1
  • w3c
    c客户端与互联网服务器通讯类文件,支持多文件上载,提交form等等,同时提供异步方式.(c client server and Internet communications papers to support more file uploading, etc. to form, It also provides asynchronous mode.)
    2006-10-10 17:07:58下载
    积分:1
  • Net_Chat_Client
    一个网络socket 聊天程序的客户端.可用于局域网和(A network socket client chat program)
    2009-06-28 07:49:25下载
    积分:1
  • OPCServer
    说明:  如何开发OPC Server.OPC主要适用于过程控制和制造自动化等应用领域。(this paper teach us how to make OPC Server.The main useful to use OPC is contoel.)
    2011-03-18 16:09:11下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载