-
服务器端通过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
-
用Visual Basic来编程
用Visual Basic来编程-to use Visual Basic Programming
- 2022-08-22 03:19:45下载
- 积分:1
-
hibenater witerbook
hibenater 说明书,
如何使用等情况-hibenater witerbook
- 2022-02-05 08:31:50下载
- 积分:1
-
以太帧的解析和封装程序
GCC下编译通过
以太帧的解析和封装程序
GCC下编译通过-Analysis of Ethernet frames and packaging procedures
- 2022-06-21 09:48:55下载
- 积分:1
-
基于ICMP协议的Ping和TraceRoute命令实现
在多数操作系统中,Ping和Traceroute程序的实现是通过命令行的方式,在DOS界面的方式下输出,本程序采用对话框式的输出界面,方便操作,可以提供给那些记不住命令的人使用。
- 2022-08-25 15:05:02下载
- 积分:1
-
logic operation : addition
logic operation : addition-logic operation : addition
- 2022-07-17 07:55:43下载
- 积分:1
-
自用java编制了一个能在局域网中实现internet一样的聊天功能
自用java编制了一个能在局域网中实现internet一样的聊天功能-with java,working out a program whichcan achieve the chat fuction as internet in the LAN.
- 2022-03-05 14:15:51下载
- 积分:1
-
完整的FTP的代码,详细介绍了FTP协议的整个过程!
完整的FTP的代码,详细介绍了FTP协议的整个过程!-Complete FTP Program, describing the whole FTP protocol
- 2023-03-17 08:40:04下载
- 积分:1
-
自己做的一个聊天工具,有服务器和客户端,很简单的个,还需要修正,运行前请连上互联网,否者会出错...
自己做的一个聊天工具,有服务器和客户端,很简单的个,还需要修正,运行前请连上互联网,否者会出错-Their own tools to do a chat, a server and the client, very simple, and also need to be amended, to run before you connect to the Internet, whether it would be wrong
- 2022-01-31 10:53:21下载
- 积分:1
-
最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。...
最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。-Published in the past two years, a network programming book source, many of which are very useful code, including the IOCP, P2P, etc., strongly recommend, is also a good Visual C++ Learning code.
- 2022-01-22 10:56:04下载
- 积分:1