搜索资源列表
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
PDAandPCSocketvs2005
- 实现pda和pc间socket通信,是用C#语言来编写的pda程序,分为服务器和客户端两部分-Pda and the pc to achieve communication between the socket
monitor
- 此设计是基于嵌入式平台的电梯监控系统,基于c/s结构,在ARM2410s嵌入式开发板作为电梯服务器,pc为客户端,客户端和服务器端通过socket通信,在嵌入式平台上构建一个电梯模型并完成键盘模拟电梯运行。-This design is based on the embedded platform elevator monitoring system, based on the c/s structure, ARM2410s embedded development board as the e
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,