-
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!...
一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!-a simple UDP this procedure could help us all understand TNMUDP control use. Quick Start!
- 2023-08-22 16:40:03下载
- 积分:1
-
网络唤醒的原理及实例,托盘实例,定时关、ini文件的操作等。...
网络唤醒的原理及实例,托盘实例,定时关、ini文件的操作等。-Wake on LAN principle and examples of instances tray, regular clearance, ini file operation.
- 2022-10-15 04:55:03下载
- 积分:1
-
多聊和私聊的实现程序,对你们应该有很大的帮助哦
多聊和私聊的实现程序,对你们应该有很大的帮助哦-Private Chat, and chat over the procedures, you should be very helpful oh
- 2022-05-07 22:55:33下载
- 积分:1
-
一个用C语言开发的BBS系统,包含在线留言等功能。
一个用C语言开发的BBS系统,包含在线留言等功能。-a C-language development of the BBS system, including voice mail and other online functions.
- 2022-01-27 19:55:22下载
- 积分:1
-
如何设置多播套接字属性,并使用它时,多播路由问题。
如何设置套接字的多播属性,并利用它时行多播编程-How to set the multicast socket attribute, and use it when the line multicast programming
- 2022-01-25 18:28:27下载
- 积分:1
-
用delphi编写socket实现远程抓屏
用delphi编写socket实现远程抓屏-Prepared using delphi remote socket screenshots
- 2023-08-20 16:35:04下载
- 积分:1
-
经典design模块,可以直接调用
经典design模块,可以直接调用-classic design templates that can be called directly
- 2022-07-18 05:55:11下载
- 积分:1
-
局域网中查看各个终端的磁盘信息的小程序。主要是网络socket编程...
局域网中查看各个终端的磁盘信息的小程序。主要是网络socket编程-See all LAN terminals disk information applets. Network socket programming is mainly
- 2022-08-03 01:22:06下载
- 积分:1
-
winsocket的小程序
winsocket的小程序-winsocket script
- 2023-05-31 22:00:02下载
- 积分: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