-
此工程主要包含了两个自己编写的类,: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
-
新的编解码,可以实现视频的编码和解码功能
全新的编解码器,可以实现视频的编码与解码功能-New codec, you can realize video encoding and decoding functions
- 2022-08-07 04:32:02下载
- 积分:1
-
an instance of web service learning.
web服务的实例学习。an instance of web service learning.-an instance of web service learning.
- 2022-01-29 01:23:17下载
- 积分:1
-
一种很好的视频聊天工具
一个优秀的视频聊天工具
- 2022-02-02 20:17:02下载
- 积分:1
-
通过JavaScript编写的详细日期和星座显示,还有农历日期的年月日。...
通过JavaScript编写的详细日期和星座显示,还有农历日期的年月日。-JavaScript prepared through a detailed date and constellation display, as well as the date of Chinese New years day.
- 2022-03-06 06:38:18下载
- 积分:1
-
利用ISAPI扩展编程的一个例子,该程序实现对用户利用web提交的内容进行审查判断,根据判断结果返回网页内容。...
利用ISAPI扩展编程的一个例子,该程序实现对用户利用web提交的内容进行审查判断,根据判断结果返回网页内容。-Expansion of the use of ISAPI programming an example of the realization of the program on the use of web users to submit a review to determine the content, according to judge the outcome of return to the page content.
- 2023-05-21 08:30:03下载
- 积分:1
-
一个论坛程序,很适合使用。谢谢下载
一个论坛程序,很适合使用。谢谢下载-a forum, the very suitable. Thank you download.
- 2022-04-24 15:00:42下载
- 积分:1
-
mod_chm is an apache2 module that gives you possibility to explore files in CHM...
mod_chm is an apache2 module that gives you possibility to explore files in CHM format. mod_chm uses chmlib by Jed Wing to access CHM files. This package also includes chmdump program that unpacks content of CHM file.
- 2022-03-19 17:35:23下载
- 积分:1
-
simple JAVA WEB SERVER
JAVA的简单的WEB SERVER-simple JAVA WEB SERVER
- 2022-10-18 15:10:03下载
- 积分:1
-
Java写的支持Servlet的Web服务器
Java写的支持Servlet的Web服务器-Java writes support Servlet Web server
- 2022-12-20 23:15:04下载
- 积分:1