登录
首页 » Windows Socket编程 » 编写的可实现的监控地址和端口扫描程序,可以实现…

编写的可实现的监控地址和端口扫描程序,可以实现…

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

代码说明:

VC编写IP地址监测和端口扫描程序 能对计算机实行IP地址监测和端口扫描-prepared VC monitoring IP address and port scanning procedure can be implemented on the computer monitor IP address and port scanning

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

发表评论

0 个回复

  • firefox 扩展实例之一script应用
    firefox 扩展编程实例之一script应用-one example script Application
    2022-07-27 03:07:54下载
    积分:1
  • Ethereal 是免费的网络协议检测序,支持Unix,Windows。让您经由序抓取运行的网站的相关资讯,包括每一封包流向及其内容、资讯可依操作系统语系看...
    Ethereal 是免费的网络协议检测程序,支持Unix,Windows。让您经由程序抓取运行的网站的相关资讯,包括每一封包流向及其内容、资讯可依操作系统语系看出,方便查看、监控TCP session动态等等。 -Ethereal is a free network protocol testing procedures, to support Unix, Windows. Allows you to crawl through the procedures for running the website information, including the flow of each packet and its contents, information-based language that the operating system to facilitate the viewing, monitoring, etc. Dynamic TCP session.
    2022-02-10 00:56:10下载
    积分:1
  • 跨平台的最轻量级socket的c++库,支持windows,linux,solaris
    跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
    2023-01-08 02:25:02下载
    积分:1
  • SOCKET 底层协议数据结构 如: /* IP Header RFC
    SOCKET 底层协议数据结构 如: /* IP Header RFC-791 0 3 7 15 31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Version| IHL |Type of Service| Total Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Identification | Flags | Fragment Offset | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time to Live | Protocol | Header Checksum | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Options | Padding | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */-SOCKET underlying protocol data structures such as:/* IP HeaderRFC-7910 3 7 15 31+-+-+-+-+-+-+-+-+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+ | Version | IHL | Type of Service | Total Length |+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+
    2022-03-14 02:24:14下载
    积分:1
  • 网络僵尸3服务端代码Network Services zombie 3
    网络僵尸3服务端代码Network Services zombie 3-side code-Network Services zombie 3-side code
    2022-02-13 17:35:32下载
    积分:1
  • smtp dynamic library, mail sent to the process of making DLL containing a detail...
    smtp的动态库,邮件发送过程中用的动态库,里面有详细的代码,接口简单无需文档,自己研究一下就可以使用了, 性能稳定。-smtp dynamic library, mail sent to the process of making DLL containing a detailed code, simple interface without documents, their study on the use of the stable performance.
    2022-03-24 04:48:23下载
    积分:1
  • 本书专门讨论Windows网络技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Win...
    本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-book devoted to the Windows network programming technology, Windows 95/98/NT coverage 4/2000/CE platform. Including NetBIOS, and Windows Redirector, Winsock, Client Remote Access server. The deals are easy to understand, with plenty examples Comments on the Microsoft Network Application API function. Matching discs containing all examples of code, user-friendly. The book suitable for middle- and high-level programming, as well as network design and management personnel.
    2022-05-21 19:08:51下载
    积分:1
  • 这时一个很不错的关于发送邮件界面的一个小序,采用VC++写,很值得研究...
    这时一个很不错的关于发送邮件界面的一个小程序,采用VC++编写,很值得研究-a very good time on the mail interface of a small program used to prepare VC, is worth studying
    2022-03-24 20:57:12下载
    积分:1
  • IPHelper API使用范例
    IPHelper API使用范例-IPHelper API usage examples
    2022-02-05 14:04:28下载
    积分:1
  • C#实现分段重组(segment/reassembly)协议
    发送端:发送端每收到一个上层报文都会为其设一个唯一的序列号。收到的大报文进行分段,构造S/R报头,如 REF _Ref371456073 h 图表1所示。构造报头和数据部分连接后,按序从片段号=1的报文开始发送,并设置重传定时器,直到发送完毕。重传定时器截止之前,如果收到了接收端发送的完全确认,即数据分段全部被接收,则清除该该序列号报文的缓存和定时器;如果收到了部分确认则根据部分确认的指示重传丢失的分段;如果定时器截止时还没有收到任何接收端的回
    2023-04-22 01:25:04下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载