-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
Mapping a network drive source code, very good use for study and reference
映射网络驱动器源代码,挺好用的,可供学习与参考-Mapping a network drive source code, very good use for study and reference
- 2022-07-20 17:56:30下载
- 积分:1
-
点对点网络通信 开发环境 VC++ 6.0
点对点网络通信 开发环境 VC++ 6.0-Peer-to-peer network communications development environment VC++ 6.0
- 2023-05-09 18:50:03下载
- 积分:1
-
IP地址查询,可以给个地址,查到相应的地点和其他信息
IP地址查询,可以给个地址,查到相应的地点和其他信息
-IP Address inquiries can give addresses, find the corresponding locations and other information
- 2022-01-28 16:07:54下载
- 积分:1
-
messenger elf is a simple chat tools. A major demonstration is the main network...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-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.
- 2023-08-16 20:20:03下载
- 积分:1
-
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。...
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。-a basic gateway switch (Advanced use) for two with a broadband Internet use, lack of time, Gateway address the program is no single set of configuration it is ills.
- 2023-01-12 12:30:03下载
- 积分:1
-
through reading his network programming to understand the new technologies and a...
通过阅读他能了解网络编程的新技术和应用,好处-through reading his network programming to understand the new technologies and applications, many benefits
- 2022-04-12 01:33:49下载
- 积分:1
-
一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。...
一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,but the code has some value to view.
- 2022-06-26 20:59:31下载
- 积分:1
-
自己做的一个网络围棋对战程序,很简单,学习网络协议和编程的可以看看、...
自己做的一个网络围棋对战程序,很简单,学习网络协议和编程的可以看看、-A network of their own to do Go against the procedure, simply put, the study of network protocols and programming can see that
- 2022-01-21 21:16:28下载
- 积分:1
-
该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导...
该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导-demonstration of the procedure used SOCKET select API model used for network server socket programming because it is a good guide
- 2022-01-28 05:00:05下载
- 积分:1