CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - windows socket udp

搜索资源列表

  1. sniffer

    0下载:
  2. 编译环境:VC6 作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13461
    • 提供者:嘟嘟
  1. socket

    0下载:
  2. 用C++实现windows的socket,利用tcp连接服务器并传送数据包后,再用udp接收数据包
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1939626
    • 提供者:肖康
  1. udpplayer

    0下载:
  2. 在C++ Builder中创建使用VLC player插件播放通过socket发送来的视频数据的实例,对学习Builder下udp及vlc插件播放器播放局域网发送数据有帮助!-In C++ Builder to create plug-ins to use VLC player to play through the socket to send to the video data example, the study Builder plug-ins under the udp and vlc
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:107111
    • 提供者:zk
  1. UDPSocket

    0下载:
  2. UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applica
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8162234
    • 提供者:zhangqing
  1. 10.4

    0下载:
  2. API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:44197
    • 提供者:严经
  1. PacketSniffer

    0下载:
  2. Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:80395
    • 提供者:ST.POLO
  1. MyNetChat

    0下载:
  2. 基于C++的局域网聊天工具,用到了Windows Socket 控件,用UDP和TCP协议实现-C++ based on the local area network chat tool, using the Windows Socket control, using UDP and TCP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3438541
    • 提供者:chenkuo
  1. IPCSocket

    0下载:
  2. Windows IPC socket program (tcp/udp) (server/client)
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11968867
    • 提供者:dany k jeon
  1. UDP

    0下载:
  2. windows环境下的用socket编写的一个udp例子,供初学者参考-a udp example using socket in windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:2332
    • 提供者:xiaohe
  1. sendudp

    0下载:
  2. 关于UDP通信的一个简单C++程序,对熟悉SOCKET网络编程有很好的帮助作用-UDP traffic on a simple C++ program, familiar with network programming have a good SOCKET helpful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:46580
    • 提供者:岑飞
  1. Graphic

    0下载:
  2. 基于UDP的简单聊天程序,利用Windows Socket的实现-Windows Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:90754
    • 提供者:黑马
  1. WinCE_UDP

    0下载:
  2. 本源码演示了,在Windows CE操作系统下,通过VC++和socket技术,如何编写UDP的通讯程序。这个例子已经非常详细了,希望对大家能够有帮助。-The source code demonstrates, in the Windows CE operating system, through the VC++ and socket technology, how to write UDP communication program. This example has been very
  3. 所属分类:Windows CE

    • 发布日期:2017-04-07
    • 文件大小:37382
    • 提供者:joyzml
  1. UDP

    0下载:
  2. 在Windows环境下socket编程,实现服务器端发送UDP数据包并接收客户端返回数据,客户端接收UDP数据包并返回自己的NETBIOS名-In the Windows environment, socket programming, the server sends and receives UDP packets returned to the client data, the client receives UDP packet and return to their NETBIOS n
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7637401
    • 提供者:刘莉
  1. NetSnoop

    0下载:
  2. APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26587
    • 提供者:rabert
  1. VC-UDP

    0下载:
  2. VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:996
    • 提供者:陈大伟
  1. socket-UDP-TCP(windows)

    0下载:
  2. SOCKET 通信代码自定义封装,TCP传输和UDP传输一个宏切换功能
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:2807
    • 提供者:吴友鹏
  1. UDP-Cleint-Server-Socket

    0下载:
  2. windows socket client server in C++ working
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:3488293
    • 提供者:SAURABH GUPTA
  1. UDP-communication-based-on-MFC

    0下载:
  2. 这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2966353
    • 提供者:苏青源
  1. socket-hook

    1下载:
  2. 网截封包可以做成封包转发收发工具,支持TCP UP模式-windows socket packet hook,suport tcp udp,can use it make socket map tools
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:66083
    • 提供者:pluschen
  1. UDP

    0下载:
  2. Windows socket网络编程,udp通信实例-Windows socket network programming, udp instance of communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:28328
    • 提供者:周露露
« 1 23 4 5 »
搜珍网 www.dssz.com