登录
首页 » Visual C++ » ask_answer

ask_answer

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

  • Computer-Networks-and-Internets
    这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
    2013-12-27 21:41:43下载
    积分:1
  • signal-protocol
    各种协议的讲解,是初学的好资料。 各种协议的讲解,是初学的好资料。 (Explain the various agreements is a good beginner information. Explain the various agreements is a good beginner information.)
    2008-07-22 19:56:38下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • Net_Chat_Client
    一个网络socket 聊天程序的客户端.可用于局域网和(A network socket client chat program)
    2009-06-28 07:49:25下载
    积分:1
  • nolinknet
    无连接的VC++网络通信 源代码,输入本机端口号、目标端口号、目标机IP地址,可以发送消息,并不建立连接。(Connectionless network communications VC++ source code, enter the local port number, destination port number, destination IP address, you can send a message, does not establish a connection.)
    2015-02-06 10:25:46下载
    积分:1
  • SetFDMData
    主要用于flightgear与matlab联合仿真中的udp通信(Mainly used udp communications flightgear joint simulation with matlab)
    2016-03-30 16:24:21下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • PEMFC
    PEMFC的simulink使用模型 包含电堆模型 氢气氧气供应系统模型,热传输模型,可进行仿真,参数可自行设置。(The simulink model of the PEMFC includes a model of a hydrogen reactor, an oxygen supply system model, and a heat transfer model that can be simulated and the parameters can be set.)
    2021-04-02 17:09:07下载
    积分:1
  • sniffer1
    C语言实现的监听网络流量的程序,并对截取的报文进行分析。(C language to monitor the flow of network procedures, and analysis of the interception of the message.)
    2017-01-04 15:17:53下载
    积分:1
  • Kv2008VirusUpdate_VC
    江民KV2008移动版病毒库升级程序,内含源码(Jiangmin KV2008 mobile version of the virus database update program, includes source code)
    2010-03-05 10:13:42下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载