-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
VB TCP Chat procedure, and use windows socket achieve.
用VB实现的TCP聊天程序,利用windows socket实现。-VB TCP Chat procedure, and use windows socket achieve.
- 2022-11-10 20:50:03下载
- 积分:1
-
asp.net最简单的留言板(access&sql版)
asp.net最简单的留言板(access&sql版)-Asp. Net simple message board (access
- 2022-05-16 01:56:26下载
- 积分:1
-
接口,用于下载手机中的基本信息,比如手机厂商,手机型号...
接口,用于下载手机中的基本信息,比如手机厂商,手机型号-Interface for mobile phones to download basic information, such as cell phone manufacturers, mobile phone models
- 2022-01-31 06:05:01下载
- 积分:1
-
局域网内通信服务器管理系统软件,通过tcp/ip完成客户端信息、文件的转发...
局域网内通信服务器管理系统软件,通过tcp/ip完成客户端信息、文件的转发-LAN communications server management system software, tcp/ip client complete information, documents transponders
- 2023-04-03 08:20:04下载
- 积分:1
-
这是一份实验报告,是关于路由器的trace的,做的时候还是有点困难,做完了收获很大,供大家参考了,...
这是一份实验报告,是关于路由器的trace的,做的时候还是有点困难,做完了收获很大,供大家参考了,-this experiment is a report on the trace router, or the time to do a bit difficult to finish a very fruitful, for your reference.
- 2022-08-21 20:58:48下载
- 积分:1
-
远程视频监控系统的发送端,很实用的一个小程序代码
远程视频监控系统的发送端,很实用的一个小程序代码-Remote video surveillance system the sending end, it is a small utility program code
- 2023-06-19 11:20:03下载
- 积分:1
-
主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以...
主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法-Winlnet class is mainly a simple exercise to use, the use of C++ implementation, there is the design documentation and user manual. This is just the basic realization of a simple FTP upload functionality, you can not uses the staff and now the popular FTP software to more than. Can help you develop ideas and research program to use a number of classes
- 2022-07-18 17:49:54下载
- 积分:1
-
一个多点广播获得时间的程序。含客户端和服务器两个程序
一个多点广播获得时间的程序。含客户端和服务器两个程序- More than spots broadcasts obtains the time the procedure.
Contains the customer end and the server two procedures
- 2023-07-16 20:35:03下载
- 积分:1
-
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况...
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况-Prepared using WinSocket compact real-time chat server-side tools, to prepare to take into account a variety of network
- 2023-04-13 04:15:03下载
- 积分:1