登录
首页 » Visual C++ » ask_answer

ask_answer

于 2016-05-17 发布 文件大小:275KB
0 295
下载积分: 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 个回复

  • ceshi
    实现本地程序从远程服务器下载文件。保存到本地。同时,具备断点续传的功能。可以在下载一部分的情况下,再次下载从断点处继续下载。(Implement a local program to download files a remote server. Saved locally. At the same time, with the functions of HTTP. You can download a part in the case, once again download continue downloading the breakpoint.)
    2016-10-26 18:07:08下载
    积分:1
  • IPIP
    获取局域网中计算机名和IP地址,运行程序后点击确定,等待界面消失,会生成一个Name_Iph.ini文件,记录了所有信息!(Access to the LAN computer name and IP address)
    2011-07-26 11:26:59下载
    积分:1
  • juyuwangwenjianchuanshu
    一个关于局域网文件传输的源代码,很适合课程设计,客户端和服务器端(on a LAN file transfer the source code is well-suited to the curriculum design, the client and server)
    2007-05-21 10:25:38下载
    积分:1
  • gen_demo
    a code generation framework implemented in Ruby that attempts to go beyond the classic substitution of variables in templates
    2013-10-25 09:41:43下载
    积分:1
  • UDPSERAPP
    基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
    2014-09-19 11:46:58下载
    积分:1
  • PC program of low resistance tester20171101
    低电阻测试仪上位机程序,带参数设置功能自动量程、讯响、单次连续、报警上下限设置,及测量数据即时上传功能(Low resistance tester upper computer program, with parameter setting function, automatic range, sound, single continuous, alarm upper and lower settings, and measurement data immediate upload function)
    2017-11-01 16:15:52下载
    积分:1
  • ads
    用来刷百度,google 的 广告,一天默认刷搜索10个关键词,随机点击推广连接20个。可配置、(To brush Baidu, google ads, the 10 day default brush search keywords, random visit to promote connections 20. Configurable,)
    2011-01-10 16:01:52下载
    积分:1
  • Phrack-Magazine
    phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of ​ ​ published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
    2014-01-13 18:06:16下载
    积分:1
  • testdlg
    检测NAT类型的客户端,程序中指定了服务器IP地址,用户可以自行修改(Detect NAT type of the client, the program specifies the server IP address, the user can modify)
    2013-08-22 10:16:36下载
    积分:1
  • Server
    一个基于MFC的网络通信SOCKET程序,实现了接收SOCKET数据的同时,发送SOCKET数据。(An MFC-based network communication SOCKET procedure to achieve the same time to receive SOCKET data, send SOCKET data.)
    2010-08-30 14:14:46下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载