登录
首页 » Windows Socket编程 » A panel below the tree and just above the status bar displays statistical inform...

A panel below the tree and just above the status bar displays statistical inform...

于 2022-01-26 发布 文件大小:83.99 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

A panel below the tree and just above the status bar displays statistical information as you snag a Web site.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Dreamever建论坛示例
    Dreamever建论坛示例-Dreamever built examples Forum
    2022-07-26 04:17:44下载
    积分:1
  • 此文件是用来上传文件的功能好你可以参考记住他的用处
    此文件是用来上传文件的功能好你可以参考记住他的用处-file is a document used to upload the functionality you can refer to the usefulness remember him
    2023-01-11 14:00:05下载
    积分:1
  • VC++6译,UDP组播序,分为发射端和接收端两个部分,这是接收端序...
    VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is receiving end procedures
    2022-04-23 11:49:33下载
    积分:1
  • SCTP
    SCTP - Steaming Control Transmission Protocol媒体流控制传输协议,对于学习IP化的NGN网络很有帮助。-SCTP- Steaming Control Transmission Protocol Stream Control Transmission Protocol media, the study of the NGN network IP helpful.
    2022-04-07 14:32:53下载
    积分:1
  • C2风格的局域网聊天序,实现局域网中两个Client聊天。这个序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
    C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
    2022-12-17 06:10:05下载
    积分:1
  • 1) 此序为外部升级序,使用时主序须调用此序. 2) 升级原理为读取网站服务器上事先提供的版本号及升级地址进行升级.本序提供了三种不同服务器...
    1) 此程序为外部升级程序,使用时主程序须调用此程序. 2) 升级原理为读取网站服务器上事先提供的版本号及升级地址进行升级.本程序提供了三种不同服务器上的 页面程序(适合于ASP,JSP,PHP主机)可供大家选择.也可以根据需要改为HTML格式的,采用动态页面的程序 主要是为了以后软件的升级着想,页面程序提供了自动升级和手工升级两种方法,详情见页面文件说明. 3) 如有哪些不合理地方请告之.-1) This procedure for the external promotion procedures to be used when the main program call this procedure .2) principle to upgrade the server to read the site in advance and upgrade the version number upgrade address. The program is supplied with three different server pages program (suitable for ASP, JSP, PHP host) for you to choose. can also be changed according to the needs of HTML format, using dynamic page procedure is to upgrade the software after the sake of the page to provide an automatic upgrade and manually upgrade the two methods, as detailed in page document describes .3) What if there is please to announce the local unreasonable.
    2022-02-04 10:32:42下载
    积分:1
  • 年底大放送,比IE更好的浏览器源码,16岁少年写的。经典力作。...
    年底大放送,比IE更好的浏览器源码,16岁少年写的。经典力作。-talk about the end, better than IE browser source code, the 16-year-old boy wrote. Classical Masterpiece.
    2022-03-25 06:27:50下载
    积分: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 driver bridges, 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 bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
    2022-02-07 17:35:59下载
    积分:1
  • ping 的测试,可返回地址,数据包大小,及时间
    ping 的测试,可返回地址,数据包大小,及时间-ping test, and they can return to the address, packet size, and time
    2022-03-25 05:49:45下载
    积分:1
  • achieved a socket based asynchronous communication model code, can good learning...
    实现了一个基于socket异步通讯模式的代码,可以很好的学习VC中socket通讯的处理机制。-achieved a socket based asynchronous communication model code, can good learning VC socket communication mechanism.
    2022-01-23 10:54:20下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载