-
一个非常简单的例子,根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法....
一个非常简单的例子,根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法.
-A very simple example, under the domain name to obtain a list of IP addresses. IPHostEntry the main use of the category, as well as methods gethostbyname.
- 2022-03-05 18:07:54下载
- 积分:1
-
socket编程
socket编程基于c#开发,通过gprs进行通讯,异步通讯方式,具有一定的学习研究价值;适合新手了解学习
- 2022-06-01 07:31:59下载
- 积分:1
-
Medical websites source code, health management class website Jianzhan preferred...
医疗网站源代码,健康管理类网站建站首选。-Medical websites source code, health management class website Jianzhan preferred.
- 2023-06-16 17:00:05下载
- 积分:1
-
chatroom application coded by VC.both server side and client side.
用vc实现的网络编程!聊天程序的客户端服务端都有!并且可灵活应用!可谓是一个实用程序!-chatroom application coded by VC.both server side and client side.
- 2022-04-08 18:21:09下载
- 积分:1
-
完成端口模型的实现,基本的框架,可以利用这个框架扩充
完成端口模型的实现,基本的框架,可以利用这个框架扩充-Realize the completion port model, the basic framework, this framework can be used to expand
- 2022-04-15 00:40:34下载
- 积分:1
-
Visual C++实现的视频聊天程序
visual c++ 实现的视频聊天程序-visual c++ to achieve the video chat program
- 2023-08-18 03:00:04下载
- 积分:1
-
DSP序列化反序列化对象SDK开发包
DSP(Dynamic Serialize Packet)是一个动态序列化和反序列化对象的SDK开发包,使用DSP可...
DSP序列化反序列化对象SDK开发包
DSP(Dynamic Serialize Packet)是一个动态序列化和反序列化对象的SDK开发包,使用DSP可以将对象序列化成数据流保存到文件中,或者将序列化后的数据流通过Socket传递给远端;也可以使用DSP从文件或Socket中读取数据,然后反序列化成对象。-DSP series of anti-sequence objects DSP Development Kit SDK (Dynamic Packet Serialize) is a dynamic sequence and the anti-sequence objects SDK development kits, the use of DSP target sequence can be turned into data flow to your document, or the sequence of data flow through the transfer to the distal socket; Also DSP can use Socket from the documents or to access data, and then turned into anti-sequence objects.
- 2023-07-09 04:25:03下载
- 积分:1
-
worth learning, it is worth learning, we should learn from it, quickly download,...
值得学习, 值得学习呀,快快下载,块块下载呀-worth learning, it is worth learning, we should learn from it, quickly download, horizontal download!
- 2022-02-03 22:27:34下载
- 积分:1
-
asp source code, online message board, the latest development of the absolute ea...
asp源代码,网上留言板,最新开发的绝对好用。-asp source code, online message board, the latest development of the absolute ease of use.
- 2022-03-11 08:50:28下载
- 积分:1
-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1