-
仿佛是一口
osip是一个基于SIP协议的开发环境工具,这是最新版本-osip is a SIP-based development environment tool, which is the latest version!
- 2022-05-01 02:55:05下载
- 积分:1
-
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器...
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器一般先启动recvfrom等待客户机的数据。客户机和服务器的通信过程为客户向服务器发送数据,服务器收到数据后给予应答,通信结束。-connection-oriented server process, you must set up to monitor server socket state; While the client is active connector. Without connecting client and server. Without connecting client and server in a function called no distinction, the general difference is the server for first launching recvfrom client data. Client and server communication process for clients to send data to the server, the server data received responses and communication end.
- 2022-03-13 09:45:07下载
- 积分:1
-
UDP examples of socket programming examples
socket编程实例UDP实例,112335456612-UDP examples of socket programming examples
- 2022-05-27 12:37:54下载
- 积分:1
-
ARQ三个基本算法,算法实现,大家可以修改使用
ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
- 2022-06-17 18:12:31下载
- 积分:1
-
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜...
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件-another model LAN chatting procedures applicable to 3.0-5.0 Only a Rxlib2.75 the two controls, one is used for TrayIcon (TRxTrayIcon), there is an election to the color of (TColorComboBox), Rxlib You can download this column Controls
- 2022-04-23 22:41:46下载
- 积分:1
-
UDP多播套接字实现
socket实现udp组播,需要用UDP通信可以参照-udp multicast socket implementation
- 2022-02-11 12:50:37下载
- 积分:1
-
一个用VC实现的基于POP3协议的邮箱监控实例。
一个用VC实现的基于POP3协议的邮箱监控实例。-VC realize a use-based POP3 mail protocol monitoring examples.
- 2023-02-20 07:30:03下载
- 积分:1
-
Element is a network monitoring program, to be able to monitor network traffic a...
也是一个网络监控元程序,能够监控到网络中的流量等信息-Element is a network monitoring program, to be able to monitor network traffic and other information
- 2023-03-10 13:15:04下载
- 积分:1
-
入房
ertos实时多任务操作系统,dos多任务应用例子。例子简单演示多任务的编程方法。-ertos real-time multi-tasking operating system, dos example of multi-tasking applications. Simple examples demonstrate multi-task programming method.
- 2022-08-02 11:14:56下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1