2016年9月19日

Linux Linux程序练习十(网络编程大文件发送)

摘要: //网络编程客户端--大文件传输 #include #include #include #include #include #include #include #include #include int main(int arg,char *args[]) { if(arg0) { //send part of the file ... 阅读全文

posted @ 2016-09-19 22:31 寒魔影 阅读(905) 评论(0) 推荐(0)

Linux 网络编程六(socket通信UDP版)

摘要: //udp接收消息 #include #include #include #include #include #include #include #include #include int main(int arg, char * args[]) { if (arg #include #include #include #include #include... 阅读全文

posted @ 2016-09-19 13:24 寒魔影 阅读(7162) 评论(0) 推荐(0)

导航