-
使用Microsoft Visual Basic编写实现中国联通SGIP 2.0协议的源代码
使用Microsoft Visual Basic编写实现中国联通SGIP 2.0协议的源代码-using Microsoft Visual Basic to realize China Unicom SGIP 2. 0 agreement source code
- 2022-08-06 14:46:29下载
- 积分:1
-
was based on the c mfc chat tools, and client
是一款基于mfc的c++聊天工具,分客户端和服务端。服务器可挂载多客户端,并支持用户的名称及密码管理,允许其进行在线消息发送,还有一款别致的aqua水波界面供选择。-was based on the c mfc chat tools, and client-server. Servers can mount multi-client, and supports user name and password management, allowing for online messaging, as well as a chic aqua wave interface available.
- 2022-09-09 12:25:03下载
- 积分:1
-
Windows NDIS driver development
WINDOWS驱动NDIS开发-Windows NDIS driver development
- 2022-04-07 20:45:03下载
- 积分:1
-
BotNet first simulated network environment, and then tested on the network, and...
首先模拟了BOTNET的网络环境,然后对这个网络进行检测,最后分析检测所得的数据,分析出是否botnet-BotNet first simulated network environment, and then tested on the network, and finally analyzed the data collected, analysis of whether the botnet
- 2022-04-18 11:07:16下载
- 积分:1
-
在网络中,使用IPC$拷贝文件并添加系统任务,在指定时间内执行。...
在网络中,使用IPC$拷贝文件并添加系统任务,在指定时间内执行。-the network, the use of the IPC $ copy files and add the system and to the implementation within the specified time.
- 2022-03-30 16:13:17下载
- 积分:1
-
linux下对网络编程中PPP拨号连接的源代码!通过GUN进行编译!
linux下对网络编程中PPP拨号连接的源代码!通过GUN进行编译!-network programming under the PPP dial-up source code! Compiled by GUN!
- 2022-05-09 10:52:16下载
- 积分:1
-
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话....
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the
conversation duty assignment, machine does for chooses the bull dozer,
other machines share the terminal service conversation
- 2023-01-10 18:00:04下载
- 积分:1
-
这代码是实现windows下的socket网络编程。
这代码是实现windows下的socket网络编程。-This code is under the windows socket network programming.
- 2022-08-22 20:12:25下载
- 积分:1
-
书上的一个Csocket聊天室的服务器端.对我有挺大帮助,希望对初学winsock的人有所帮助....
书上的一个Csocket聊天室的服务器端.对我有挺大帮助,希望对初学winsock的人有所帮助.-book on the Csocket a chat room server. I have to help getting bigger, and I hope to beginners protocols of the people some help.
- 2023-03-02 13:10:03下载
- 积分: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