socket
文章平均质量分 77
Daemon007
学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Socket编程 简易测试socket TCP程序
简易的利用socket 实现TCP连接的程序,旨在简化程序结构,给初学者一个启示的作用. 服务器端程序: // SocketSrv.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #incl原创 2013-06-02 22:47:31 · 821 阅读 · 0 评论 -
Socket编程 简易测试socket UDP
简易测试程序,用于测试使用socket 实现UDP. 程序结构简单,仅有相关函数的使用.旨在明确新手对于socket的学习方向. 服务器程序: // SocketUDPSrv.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include原创 2013-06-02 22:56:20 · 754 阅读 · 0 评论
分享