CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 网络通讯包

搜索资源列表

  1. getethedata

    0下载:
  2. 截获以太网数据,可以捕获网络通讯得以太网数据包
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:58240
    • 提供者:nada
  1. TCP_VSer

    0下载:
  2. 管理软件和现场总线之间的信息转换工作,并与外网进行TCP数据包通讯,在作用上非常类似于硬件意义上的网络桥接器
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:795145
    • 提供者:stickvc
  1. 伪造IP数据包20050331

    0下载:
  2. 自己编写的网络SOCKET通讯软件,在VC 6.0下编译通过,功能比较简单,可在局域网中任意两台机器上通讯,可下载此软件代码,用于自己的网络通讯类-their SOCKET prepared by the network communication software, the VC 6.0 compiler, relatively simple function can be arbitrary in LAN communications on the two machines can down
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:117943
    • 提供者:yym
  1. ndis_packet

    0下载:
  2. WINDOWS NDIS 驱动例子。能实现封包截获与通讯层交互-WINDOWS NDIS driver examples. Intercepted packets to achieve interaction and communication layer
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:52922
    • 提供者:老通
  1. linux-C-libpcap-

    0下载:
  2. 内有linux 异步通讯网络编程。和基于libpcap的抓包程序。以及关于libpcap的学习资料。-Linux asynchronous communication within the network programming. The packet capture libpcap-based program. And learning materials on libpcap.
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3963930
    • 提供者:li
  1. RAPIDXML

    0下载:
  2. RAPIDXML中文手册 RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 R
  3. 所属分类:ADO-ODBC

    • 发布日期:2016-01-26
    • 文件大小:564224
    • 提供者:Silence
  1. tlbb_packet

    2下载:
  2. 这是网络游戏天龙八部3的封包工具,可以查看游戏与服务器通讯的封包。-This is the network game eight guardians 3 packets tools, can see the game and server communication packet.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:644872
    • 提供者:赵征
  1. protobuf-2.5.0

    0下载:
  2. protobuf 2.5源码,google 实现的一种序列化与反序化协议,在网络通讯时能给实现带来很好的便利。不仅goole常用来实现其的协议包。好象微信等都用他做为通信协议-Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC prot
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:3054683
    • 提供者:dawson
  1. NET.CS

    0下载:
  2. Windows编程实例,一个网络间的通讯功能包编码。-Net Send SDK
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:9158
    • 提供者:wangdonghui
  1. WinSock网络编程经络_源码

    0下载:
  2. 实现网络间通讯 各种通讯的实现 源代码编写(socket transfer code and every socket transfer)
  3. 所属分类:其他

  1. vj_compreesion

    0下载:
  2. Var Jacobson压缩算法,在PPP或者SLIP这些串行线路协议中,不同于以太网中无法确定下一跳的位置,它们的通讯两端是固定的。很多TCP连接中的数据包都是一些交互数据,数据量非常小,而TCP/IP头占据了很大的比例。如果能够减少TCP/IP头的大小,则非常有效的减少网络负载。(Var Jacobson compression algorithm, in PPP or SLIP serial line protocol, is different from Ethernet. It can
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:9216
    • 提供者:hy2000
  1. rapidxml_vc6

    0下载:
  2. rapidxml在vc6.0下运行,已测试通过可用。apidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:21504
    • 提供者:CWAY
  1. Tcp_Client_Server

    0下载:
  2. Windows API 简单实现TCP通讯,我这个压缩包里面有客服端和服务端。注释很详细,很适合windows套节字网络编程初学者。(Windows API simply implements the TCP communication, which has the customer service and service side in this compression package. The annotation is very detailed, and it is very suita
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:385024
    • 提供者:豌豆包谷
搜珍网 www.dssz.com