-
服务器端通过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
-
有关Ping使用的例子
有关Ping使用的例子-the Ping examples of usage
- 2022-02-05 09:19:43下载
- 积分:1
-
这freemed传真传输接口,并利用hylaf发送传真…
This the FreeMED fax transmission API, and is used to send faxes using the HylaFax fax system
- 2022-07-03 17:05:51下载
- 积分:1
-
winpcap开发包,最新3.01,for xp/2
winpcap开发包,最新3.01,for xp/2-WinPcap development kit, the latest 3.01, for xp/2
- 2023-04-08 19:55:03下载
- 积分:1
-
vtk_pointpick 实现point选取
vtk_pointpick 实现point选取
- 2022-02-20 00:32:52下载
- 积分:1
-
探测网络中的ip地址,同时显示出所ping机器在网络中的情况
探测网络中的ip地址,同时显示出所ping机器在网络中的情况-detection network ip address, as shown ping machines in the network of
- 2022-05-17 01:48:02下载
- 积分:1
-
网络呼叫器,利用win2000中Net命令发送消息,界面仿照RealPlay.
网络呼叫器,利用win2000中Net命令发送消息,界面仿照RealPlay.-pager networks, which use WIN2000 Net orders messaging, interface modeled on Real.
- 2023-07-12 21:50:03下载
- 积分:1
-
NOTE:
Simulating Router s RIP protocol,it transports and echoplexes by characte...
模拟Router的RIP协议,通过传输的文字进行传输和回送,进行模拟和实现。-NOTE:
Simulating Router s RIP protocol,it transports and echoplexes by character trasported,and Simulats and implements.
- 2022-06-19 20:07:23下载
- 积分:1
-
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以...
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以查看对方的共享资源; 4.可以直接登录对方计算机,可以建立空连接; 5.可以点对点的进行语音通话; 6.可以匿名发送消息; 7.可以传送文件,(最好是小于10M的文件,这个功能还没有优化好);-main functions : 1. LAN can search all the working group and the computer; 2. Win2k use of the net send function. To be sent directly to end desktop news is not right side of the proceedings; 3. View can share each other"s resources; 4. The other side can be directly logged in the computer, we can establish air links; 5. Could the point-to-point voice calls; 6. Anonymous information can be sent; 7. documents can be transmitted, (preferably less than 10M of the document, and the optimization feature is not good);
- 2022-03-22 07:50:43下载
- 积分:1
-
VC++6中用DOM遍历网页中的元素源代码,可以枚举出当前浏览的网页的所有元素。...
VC++6中用DOM遍历网页中的元素源代码,可以枚举出当前浏览的网页的所有元素。
-VC 6 DOM traversal using the website source code elements, Enumerating up with the current can browse the website of all the elements.
- 2022-06-01 20:40:21下载
- 积分:1