
套接字编程
文章平均质量分 88
_王川
屌丝程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
网络编程:广播
服务器端:// Server.cpp : Defines the entry point for the console application.//#include "stdio.h"#include using namespace std;#include #include #pragma comment(lib, "wsock32.lib")#define SERVE原创 2014-03-12 19:11:16 · 1529 阅读 · 0 评论 -
网络编程:三次握手
服务器端:// Server.cpp : Defines the entry point for the console application.//#include "stdio.h"#include using namespace std;#include #include #include #pragma comment(lib, "wsock32.lib")#d原创 2014-03-12 19:01:05 · 1391 阅读 · 0 评论 -
网络编程:IP包解析
注:main.cpp:#include #include"mstcpip.h"#include#include#include#include #pragma comment(lib, "ws2_32.lib")using namespace std; typedef struct _IP_HEADER //定义IP头{ union { BYTE原创 2014-03-14 16:34:31 · 1910 阅读 · 1 评论 -
套接字编程
网络编程:三次握手原创 2014-03-12 19:01:41 · 694 阅读 · 0 评论