-
获取本机的外网IP和内网IP.内网IP很容易获取,直接调用gethostbyname(name)...
获取本机的外网IP和内网IP.内网IP很容易获取,直接调用gethostbyname(name)->h_addr_list就可以获取,但是外网IP还需要对一个提供显示当前外网IP的网页进行分析才可以获取,具体实现请参照代码.-Access to the machine outside the network and IP network IP. Within the IP network is easy to acquire, directly calls gethostbyname (name)-
- 2022-02-25 01:51:13下载
- 积分:1
-
用socket 实现通讯的客户,服务程序
用socket 实现通讯的客户,服务程序-socket achieve communication with the customers, service procedures
- 2022-08-04 10:55:22下载
- 积分:1
-
网络爬虫,用于在指定页面中抓取内容.调试环境windows xp,数据库为oracle
网络爬虫,用于在指定页面中抓取内容.调试环境windows xp,数据库为oracle-Network reptiles for the specified page content to crawl. Debug environment for windows xp, database oracle
- 2022-04-29 18:58:57下载
- 积分:1
-
列举当前安装的网络协议和协议属性
列举当前安装的网络协议和协议属性-List current netware protocols installed and their properties
- 2022-12-05 16:00:03下载
- 积分:1
-
一个网络流量统计的例子,使用了iphlpaip库
一个网络流量统计的例子,使用了iphlpaip库-An example of network traffic statistics, the use of the library iphlpaip
- 2023-03-23 11:45:04下载
- 积分:1
-
网络编程,主要是在电信发展:风险投资机制和…
网络编程,主要是通讯开发:vc和tcp机制-network programming, mainly in telecommunications development : vc mechanism and tcp
- 2023-06-28 01:55:04下载
- 积分:1
-
用API函数写的winsock控件源代码.
用API函数写的winsock控件源代码.-API function to use the winsock control to write the source code.
- 2023-08-21 22:50:03下载
- 积分:1
-
用C#实现的网络聊天程序,分为客户端和服务器端两个程序,可以用...
用C#实现的网络聊天程序,分为客户端和服务器端两个程序,可以用-C# Internet chat program, divided into client and server-side two procedures can be used
- 2022-08-05 19:44:00下载
- 积分:1
-
UDP测试工具
udp test tools
- 2022-01-27 20:55:19下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1