-
Short Message Gateway is a source code written by VC++.This can help enterprice...
短信网关,一个用VC++开发的源代码。可以为企业开发自己的短信网管服务器作为借鉴。-Short Message Gateway is a source code written by VC++.This can help enterprice to develop private short message manager server.
- 2022-07-19 04:06:25下载
- 积分:1
-
在线升级原有的一套代码,包括服务器验证和…
一整套的在线升级的原代码,包括服务端的验证以及在线升级程序-Online upgrade of the original set of code, including server authentication and online upgrade
- 2023-02-14 17:30:04下载
- 积分:1
-
This is my courses in computer network design process, vc used for the developme...
这是我在计算机网络课程设计中的程序,用vc开发用于文件传输-This is my courses in computer network design process, vc used for the development of file transfer
- 2022-08-14 10:10:07下载
- 积分:1
-
a written test procedures for small router basically have some of the
一个用VC写的测试路由器的小程序,基本上有的都有了-a written test procedures for small router basically have some of the
- 2022-02-14 16:07:11下载
- 积分:1
-
VB6以太网测试源码,点对点通信里面包括了客户端和服务器端程序...
VB6以太网测试源码,点对点通信里面包括了客户端和服务器端程序-VB6 Ethernet test source code, point to point communications which includes client and server-side programs
- 2022-02-13 02:32:47下载
- 积分:1
-
聊天工具的源代码,使用vc6.0实现的MFC程序,完成…
聊天实用程序源代码,使用vc6.0实现的MFC程序,带有完整的工程,可以运行。-Chat utility source code, the use of the MFC vc6.0 achieve procedures, complete with the project, can run.
- 2022-01-26 05:09:03下载
- 积分:1
-
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!...
基于JAVA实现的无限增加blog访问量的小工具,hoho,非常有用噢!-based on the JAVA unlimited increase blog traffic of small tools, hoho, very useful Oh!
- 2022-01-27 09:18:45下载
- 积分:1
-
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过.....
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过.. -a good IP packet capture procedures, the package can be seen in detail within the IP packet contents, and set up filtering rules, we can follow the rules of the things you want to debug VC6.0 through ..
- 2022-12-08 07:50:02下载
- 积分:1
-
好的东东哈,一个能实现网络邮件传递的程序,相当于一个好的邮件服务器哈...
好的东东哈,一个能实现网络邮件传递的程序,相当于一个好的邮件服务器哈-good Eastern Kazakhstan, a network can send mail to the procedure, which is equivalent to a good mail server Kazakhstan
- 2022-08-19 21:24:12下载
- 积分: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