10 2016 档案
摘要:#include <stdio.h> #include <unistd.h> #include <string.h> #include <stdlib.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netinet/in.h>
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h>
阅读全文
摘要:/************************************************************ *FileName : udp_client.c *description : 本程序说明了如何建立一个可以接收UDP服务器的UDP * 客户端。注意:使用网络调试助手要指定服
阅读全文
摘要:/************************************************************ *FileName : udp_server.c *description : 本程序说明了如何建立一个可以接收UDP客户端的UDP * 服务器。注意:使用网络调试助手要指定服
阅读全文
摘要:/************************************************************ *FileName : producer_and_customer.c *description : This app demonstrates how to use the
阅读全文