-
VC++ socket 客户端 服务器 聊天室
VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room
- 2022-06-26 18:11:10下载
- 积分:1
-
简单tcp,udp通信
这个项目可以实现简易的客户端和服务器端的通信,客户端和服务器端是任意指定的,通过这个程序,读者可以了解基于tcp的通信原理和基于UDp的通信原理以及两者之间的区别。
- 2023-08-23 18:05:05下载
- 积分:1
-
a simple firewall code, which is perfect for beginners to learn NDIS programming...
一个简单的防火墙代码,很适合初学者学习NDIS编程!-a simple firewall code, which is perfect for beginners to learn NDIS programming!
- 2022-03-15 09:49:54下载
- 积分:1
-
PHP可以chinese.php FP DF chinese.php PHP可以chinese.php
php fpdf chinese.php fp df chinese.php php fpdf chinese.php-php fpdf chinese.php php fp df chinese.php php fpdf chinese.php
- 2022-01-25 23:42:11下载
- 积分:1
-
协议CMPP3.0源码,用VC++实现,仅供参考…
CMPP3.0协议源码,采用VC++来实现,仅供参考。-Agreement CMPP3.0 source, using VC++ To realize, for informational purposes only.
- 2022-08-13 00:11:12下载
- 积分:1
-
一个基于Windows socket下的HTTP请求封装类
一个基于Windows socket下的HTTP请求封装类-windows socket http class
- 2023-07-11 18:20:03下载
- 积分:1
-
网络测试工具,一个发送,一个接收.UDP包,广播或者组播可选
网络测试工具,一个发送,一个接收.UDP包,广播或者组播可选-network test tools, a sending, receiving one. UDP packet, broadcast or multicast optional
- 2022-07-01 04:12:39下载
- 积分:1
-
发送即时信息
介绍了网络通信编程套接字(socket)的概念,深入阐述了其在VC++环境下的通过MFC支持的基础类,结合部分代码描述实际应用软件的开发。套接字(socket)是通信端点的一种抽象,它提供了通信网络发送和接受数据的机制,Socket接口为进程间通信提供了一种新手段,能够支持网络通信功能。它分为数据报套接字和流式套接字两种形式。
- 2022-04-28 22:41:06下载
- 积分:1
-
使用CSocket建立ftp客户端,通过TCP连接进行文件传输
使用CSocket建立ftp客户端,通过TCP连接进行文件传输-Use CSocket to establish ftp client, through the TCP connection file transfer
- 2022-02-24 20:22:41下载
- 积分:1
-
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总...
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总是为零。发生冲突后同样等待一个随机时间重发。
所以只要满足当前帧时只有一帧发送,就可以发送成功,而不需考虑上一帧时的情况。
-points gap ALOHA : under the agreement, users always have a frame after frame until the next time when this started, so that the structure FrameTime_struct, m_Frame [i] (relative to time) always zero. After the conflict the same time waiting for a random re-issued. Therefore, as long as the current frame to meet only one this, we can successfully sent, and not considering one at the situation.
- 2022-07-19 22:52:36下载
- 积分:1