-
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SO...
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SOCKET"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用"非阻塞SOCKET",以其提高程序的效率。那么有没有办法使用"阻塞SOCKET"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了简化使用"阻塞SOCKET"的编程。 2.此外,我发现很多类似的程序中,服务器或客户端既是服务器、又是客户端,尽管这 并不影响通讯,但这确实淡化了C/S模式的本意 这两个类很好的体现了C/S模式,而且 支持多用户。 3.这两个类,可以做为"非阻塞SOCKET"的补充。 使用时,需要在主程序中开辟额外的线程,在线程内部调用这两个类的成员函数来实现,实现过程比较简便。只要客户端成功连接到服务器,双方就可以任意发送数据,而不需要多 次连接。 如果编译时有错误提示:找不到ws2_32.lib,则请确认该文件的实际路径,将此文件加入工程中即可。-this project mainly involves the preparation of his two categories : CSocketBlockServer and CSocketBlockClient. The procedure on how to use these two categories, "SOCKET obstruction" to achieve a fast, efficient purpose. Usually we see SOCKET procedures are generally used "nonblocking socket," with the efficiency of the process. So is there any way the use of "obstruction SOCKET" convenient and efficient realization of network communications requireme
- 2022-07-07 16:37:42下载
- 积分:1
-
一个简单的WEB服务器
一个简单的WEB服务器-A simple web server
- 2022-02-11 15:00:20下载
- 积分:1
-
速度最快的asp语音聊天室
速度最快的asp语音聊天室-A Pronunciation chart room with the best Speed
- 2022-01-25 22:22:39下载
- 积分:1
-
如果你有一个IIS站点,那么,用这个小东东管理你的站点吧.
如果你有一个IIS站点,那么,用这个小东东管理你的站点吧.- If you have a IIS stand, then, small east east manages your
stand with this
- 2022-07-04 03:17:25下载
- 积分:1
-
Calendar control is an instance of the code, open environment is vc2005, when us...
日历控件的实例代码,开环境是vc2005,用的时候,先建一个网站,把解压后的文件添加到网站即可-Calendar control is an instance of the code, open environment is vc2005, when used first to build a website, put the file after decompression can be added to the site
- 2022-11-19 04:20:03下载
- 积分:1
-
Entire site reference procedures on this basis can be changed a bit, enough to m...
整个网站的参考程序,可以在此基础上修改一下,就可以满足需要。-Entire site reference procedures on this basis can be changed a bit, enough to meet the need.
- 2022-01-25 17:48:39下载
- 积分:1
-
httpd
httpd-2.2.9.tar.gz apache服务器源代码-httpd-2.2.9.tar.gz apache server source code
- 2023-01-15 19:00:04下载
- 积分:1
-
UDP Time server编程技术代码,可以作为TimeServer基本类库使用
UDP Time server编程技术代码,可以作为TimeServer基本类库使用-UDP Time server programming code, can be used as the basic class library use TimeServer
- 2022-03-26 00:01:03下载
- 积分:1
-
用JSP做的WEB技术的课程设计,本课题的设计…
用JSP做的WEB技术课程设计,设计题目是社区物业管理信息系统设计,-JSP to do with the WEB technology curriculum design, the design of the topic of community property management information system design,
- 2022-04-11 00:36:19下载
- 积分:1
-
旅游公司信息系统详细设计和源代码功能简介: 系统提供三方入口:管理员、及外部用户,双方各自在不同的环境下操作。管理员可对外部用户进行维护管理...
旅游公司信息系统详细设计和源代码功能简介: 系统提供三方入口:管理员、及外部用户,双方各自在不同的环境下操作。管理员可对外部用户进行维护管理-tourism information systems company detailed design and source code profiles : the entrance tripartite system : administrators, and external users, both sides in different operating environments. Administrators can to external users Maintenance Management
- 2022-02-16 10:06:37下载
- 积分:1