-
聊天程序,主要系统调用,包括:套接字()
聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
- 2023-06-10 19:15:03下载
- 积分:1
-
Windows程序的源代码
windows wininet source code
- 2022-02-25 20:56:56下载
- 积分:1
-
服务器端通过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
-
本程序使用JSP+JAVABean+SQLServer开发人才招聘网…
本程序采用JSP+JAVABEAN+SQLSERVER所开发的一个人才招聘网站的开发。是一个实用的系统。对于学习JSP的开发者是一个很好的帮助。-This procedure used JSP+ JAVABEAN+ SQLSERVER developed a talent recruitment website development. Is a practical system. For developers learning JSP is a very good help.
- 2023-03-25 11:35:03下载
- 积分:1
-
java版实现了文件的传输功能,大家参考下
java版实现了文件的传输功能,大家参考下-java version of the document to achieve the transmission function, refer to the following U.S.
- 2022-08-26 04:51:06下载
- 积分:1
-
输入网络域名获取该网页上的所有信息并保存到文档中(已经编译通过)...
输入网络域名获取该网页上的所有信息并保存到文档中(已经编译通过)-Enter the network domain on the web site to obtain all the information and save the document (which was compiled through)
- 2023-05-06 10:25:03下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-07-21 13:17:15下载
- 积分:1
-
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!...
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!-based on the JAVA unlimited increase blog traffic of small tools, hoho, very useful Oh!
- 2022-01-27 09:18:45下载
- 积分:1
-
一个控制台的select模型的聊天服务器
一个控制台的select模型的聊天服务器-console select a chat server model
- 2023-03-28 14:35:04下载
- 积分:1
-
本程序能够将指定网址的文件下载到你所指定的文件里
本程序能够将指定网址的文件下载到你所指定的文件里-This procedure can be specified URL file download to your specified file
- 2022-09-03 01:20:02下载
- 积分:1