-
运用C#编写Pop3组件
运用C#编写Pop3组件-use C# disk components
- 2022-12-01 16:55:04下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-06-14 05:38:31下载
- 积分:1
-
Raw Socket use of a simple chat program. through this process Ethernet packets t...
利用Raw Socket实现的一个简单的聊天程序,可以通过这个程序加深对以太网封包概念的理解-Raw Socket use of a simple chat program. through this process Ethernet packets to deepen understanding of the concept of
- 2022-02-26 01:05:20下载
- 积分:1
-
UDP穿透NAT的P2P穿透NAT的研究是一个很好的例子
udp nat穿透
对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
- 2022-02-26 02:23:39下载
- 积分:1
-
MFC详细的讲述了异步套接字的特点和原理,并且附带源码,界面完整,很具有参考价值...
MFC详细的讲述了异步套接字的特点和原理,并且附带源码,界面完整,很具有参考价值-MFC detail asynchronous socket characteristics and principles of, and incidental source, interface integrity, is a reference value
- 2022-02-27 06:02:53下载
- 积分:1
-
<C++网络编程(卷二):基于ACE和框架的系统化复用>主要阐述与开发和使用ACE框架相关联的模式、设计技术和C++特性,通过将已被证明的软件设计和...
主要阐述与开发和使用ACE框架相关联的模式、设计技术和C++特性,通过将已被证明的软件设计和模式具体应用于框架中,并对它们进行跨项目和企业地系统化地使用,从而降低网络化应用的开销,并改善其质量。本书介绍了大量C++应用,并通过介绍怎样使用ACE框架的具体例子对各种设计方面的讨论做了补充,这些示例提供了循序渐进的指导,能够帮助读者将面向对象的关键技术和模式应用到自己的网络编程中。本书还通过介绍一些关键的概念和原理,帮助读者提高设计技能,用于网络编程和中间件的面向对象框架的成功设计正是基于这些概念和原理。-err
- 2022-02-20 06:05:30下载
- 积分:1
-
程序由C语言编写,功能为实现点分十进制和二进制IP地址的转换,并判断IP类型...
程序由C语言编写,功能为实现点分十进制和二进制IP地址的转换,并判断IP类型-Procedures by the C language, functions to achieve the dotted-decimal and binary IP address translation, and to determine the type of IP
- 2022-08-18 22:19:15下载
- 积分:1
-
局域网络监控,能分析结果。不支持ipv6。
局域网络监控,能分析结果。不支持ipv6。-LAN monitoring and analysis of results. Ipv6 not support.
- 2022-02-26 01:29:53下载
- 积分:1
-
非常不错的,功能庞大,详细内容自己看吧。
非常不错的,功能庞大,详细内容自己看吧。-very good, the function of large, the details of which own Look here.
- 2022-01-25 19:11:44下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1