文件名称:MyChat201408
-
所属分类:
- 标签属性:
- 上传时间:2014-08-25
-
文件大小:123.66kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
该程序可以成功的实现聊天室聊天——若干人(一个服务器和数个客户端)的群聊天,
并可以实现客户端对服务器的上传小型文件。界面友好,操作简便。
该程序在上传大文件时,会出现接受方只能接受到一部分文件的问题,
分析原因如下,非阻塞方式在传文件时不能很好的实现发送端和接受端的同步,
即有可能发送端不停发送而接受方来不及接受,或接受方不停接受可发送方没有发送。
由于非阻塞方式的程序不会一直停留在send和recv函数上,我们只能通过它们的返回值判断发送和
接受的状态。-The program can be successfully achieved chat rooms- some people (a server and several clients) group chat,
And can achieve the client to the server to upload small files. User-friendly, easy to operate.
The program upload large files, there will be the recipient receives only part of the problem files,
The following analysis of the reasons, non-blocking mode when the file transfer is not well implemented synchronize the sending end and receiving end,
That may stop sending the sender and the recipient a chance to accept or recipient may stop accepting the sender did not send.
Because the program does not always stay nonblocking mode on the send and recv function, we can only judge by their sending and return values
Accept state.
并可以实现客户端对服务器的上传小型文件。界面友好,操作简便。
该程序在上传大文件时,会出现接受方只能接受到一部分文件的问题,
分析原因如下,非阻塞方式在传文件时不能很好的实现发送端和接受端的同步,
即有可能发送端不停发送而接受方来不及接受,或接受方不停接受可发送方没有发送。
由于非阻塞方式的程序不会一直停留在send和recv函数上,我们只能通过它们的返回值判断发送和
接受的状态。-The program can be successfully achieved chat rooms- some people (a server and several clients) group chat,
And can achieve the client to the server to upload small files. User-friendly, easy to operate.
The program upload large files, there will be the recipient receives only part of the problem files,
The following analysis of the reasons, non-blocking mode when the file transfer is not well implemented synchronize the sending end and receiving end,
That may stop sending the sender and the recipient a chance to accept or recipient may stop accepting the sender did not send.
Because the program does not always stay nonblocking mode on the send and recv function, we can only judge by their sending and return values
Accept state.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyChat可实现聊天室和传小文件/a.bmp
MyChat可实现聊天室和传小文件/Client.cpp
MyChat可实现聊天室和传小文件/Client.h
MyChat可实现聊天室和传小文件/MyChat.aps
MyChat可实现聊天室和传小文件/MyChat.clw
MyChat可实现聊天室和传小文件/MyChat.cpp
MyChat可实现聊天室和传小文件/MyChat.dsp
MyChat可实现聊天室和传小文件/MyChat.dsw
MyChat可实现聊天室和传小文件/MyChat.h
MyChat可实现聊天室和传小文件/MyChat.ncb
MyChat可实现聊天室和传小文件/MyChat.plg
MyChat可实现聊天室和传小文件/MyChat.rc
MyChat可实现聊天室和传小文件/MyChatDlg.h
MyChat可实现聊天室和传小文件/ReadMe.txt
MyChat可实现聊天室和传小文件/resource.h
MyChat可实现聊天室和传小文件/Server.cpp
MyChat可实现聊天室和传小文件/Server.h
MyChat可实现聊天室和传小文件/StdAfx.cpp
MyChat可实现聊天室和传小文件/StdAfx.h
MyChat可实现聊天室和传小文件/代理.txt
MyChat可实现聊天室和传小文件/res/MyChat.ico
MyChat可实现聊天室和传小文件/res/MyChat.rc2
MyChat可实现聊天室和传小文件/res
MyChat可实现聊天室和传小文件/Debug/MyChat.exe
MyChat可实现聊天室和传小文件/Debug
MyChat可实现聊天室和传小文件/MyChatDlg.cpp
MyChat可实现聊天室和传小文件/MyChat.opt
MyChat可实现聊天室和传小文件
MyChat可实现聊天室和传小文件/Client.cpp
MyChat可实现聊天室和传小文件/Client.h
MyChat可实现聊天室和传小文件/MyChat.aps
MyChat可实现聊天室和传小文件/MyChat.clw
MyChat可实现聊天室和传小文件/MyChat.cpp
MyChat可实现聊天室和传小文件/MyChat.dsp
MyChat可实现聊天室和传小文件/MyChat.dsw
MyChat可实现聊天室和传小文件/MyChat.h
MyChat可实现聊天室和传小文件/MyChat.ncb
MyChat可实现聊天室和传小文件/MyChat.plg
MyChat可实现聊天室和传小文件/MyChat.rc
MyChat可实现聊天室和传小文件/MyChatDlg.h
MyChat可实现聊天室和传小文件/ReadMe.txt
MyChat可实现聊天室和传小文件/resource.h
MyChat可实现聊天室和传小文件/Server.cpp
MyChat可实现聊天室和传小文件/Server.h
MyChat可实现聊天室和传小文件/StdAfx.cpp
MyChat可实现聊天室和传小文件/StdAfx.h
MyChat可实现聊天室和传小文件/代理.txt
MyChat可实现聊天室和传小文件/res/MyChat.ico
MyChat可实现聊天室和传小文件/res/MyChat.rc2
MyChat可实现聊天室和传小文件/res
MyChat可实现聊天室和传小文件/Debug/MyChat.exe
MyChat可实现聊天室和传小文件/Debug
MyChat可实现聊天室和传小文件/MyChatDlg.cpp
MyChat可实现聊天室和传小文件/MyChat.opt
MyChat可实现聊天室和传小文件
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.