beckyUp
beckyUp
全部文章
tcp/ip
--------------作业---------------(4)
ACM算法(15)
c++(16)
codeforces(8)
CSP(2)
fft(1)
java(8)
java图像(1)
KMP(4)
二分(5)
二分图匹配(1)
分块(1)
分治(2)
前缀和(2)
动态规划(18)
区间dp(3)
博弈(2)
后缀数组(1)
图论(8)
字典树(1)
字符串(8)
小技巧(9)
并查集(2)
感悟(13)
操作系统(2)
数据库(3)
数据结构(22)
数论(10)
未归档(7)
构造(2)
树形dp(1)
水题(22)
状压dp(2)
脑洞(1)
自然语言处理(2)
计算几何(5)
计算方法(4)
读书笔记(2)
归档
标签
去牛客网
登录
/
注册
距离今天结束还有1分钟
ACM 蒟蒻
全部文章
/ tcp/ip
(共4篇)
【tcp/ip】带注册登录-基于udp的群聊系统
基于udp的群聊系统
2019-05-06
0
497
【tcp/ip】UDP群聊系统
server #include <Winsock2.h> #include <stdio.h> #include <string> #include <stdlib.h> #include <bits/stdc++.h> #define ...
2019-04-10
0
479
[tcp/ip] 有链接交互式通信
client.cpp #include <Winsock2.h> #include <stdio.h> #define DEFAULT_PORT 5050 #define DATA_BUFFER 1024 int main(int argc,char *argv[]) { ...
2019-03-28
0
448
【tcp/ip】无连接交互式通信[udp]
server.cpp #include <Winsock2.h> #include <stdio.h> #include <string> #include <stdlib.h> #define DEFAULT_PORT 5060 #define B...
2019-03-28
0
503