-
winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。...
winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。-winsockudp include UDP client and UDP server example
- 2023-02-08 16:10:03下载
- 积分:1
-
开发语言: Java 运行平台: LINUX/UNIX Windows 2000 精彩不容错过
开发语言: Java 运行平台: LINUX/UNIX Windows 2000 精彩不容错过-development languages : Java platforms : Linux/UNIX Windows 2000 wonderful not to be missed
- 2022-03-13 22:24:39下载
- 积分:1
-
windows of network programming source with books, Microsoft core technologies St...
windows网络编程技术随书源码,微软公司核心技术书库!-windows of network programming source with books, Microsoft core technologies Stack!
- 2022-01-25 23:28:09下载
- 积分:1
-
Using VB to write a similar MSN chat system for learning to use, good entry stag...
用VB写的类似MSN的聊天系统,可以供学习使用,入门阶段不错。-Using VB to write a similar MSN chat system for learning to use, good entry stage.
- 2022-09-14 14:55:03下载
- 积分:1
-
Implements a simple Ping, C++ code, for novice to learn very helpful!
实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
- 2023-07-20 02:20:04下载
- 积分:1
-
得到本地机器的所有IP地址
得到本地机器的所有IP地址 -Getting all the ip address of local machine
- 2022-03-18 16:39:59下载
- 积分:1
-
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。...
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
- 2022-02-06 18:21:52下载
- 积分:1
-
you have an AC tachometer.
this program ask you about machine parameters in per...
you have an AC tachometer.
this program ask you about machine parameters in per unit consist of stator resistance,reactance, rotor resistance,reactance,magnetizing reactance, voltage, frequency, min speed and max speed.
so,voltage output,tourqe and ... will be out put which will show as a diagram
- 2022-02-15 15:03:29下载
- 积分:1
-
使用UDP协议的网络通信,发送接收模式的方向
用UDP协议实现网络通信,发送方向接收方发送字符串消息“This is a test.”,接收方接收并显示字符串,如果几首成功,则发送方显示“OK”。-Using UDP protocol network communication, send the direction of the receiving party to send a string message
- 2022-03-01 08:18:20下载
- 积分: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