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

搜索资源列表

  1. 786545

    0下载:
  2. 使用CAsyncSocket进行无连接(UDP)通信,VC++精选编程源码,很好的参考资料。-The use of CAsyncSocket connectionless (UDP) communication, VC++ programming source code, a good reference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:25967
    • 提供者:桂花翅子
  1. 198654

    0下载:
  2. 获得本地计算机的UDP协议统计信息,VC++精选学习源码,很好的参考资料。-Get the local computer s UDP protocol statistics, VC++ select learning source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:12781
    • 提供者:清拌蟹肉
  1. voicecomm

    0下载:
  2. tcp/udp语音通信库及使用说明,在VC下使用-tcp/udp voice communication library and user manual
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:344326
    • 提供者:王小平
  1. 56624014ea03

    0下载:
  2. 用vc开发的基于UDP协议的点对点语音通信软件。-voice udp
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:29285
    • 提供者:gong
  1. f0e7eac0f150

    0下载:
  2. 用vc开发的基于 udp 点对点语音压缩算法, -vc voice pointer to pointer
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:2013972
    • 提供者:gong
  1. chat_udp

    0下载:
  2. 本示例是采用VC编写的应用程序,通过发送和接收UDP包,来实现C/S之间的聊天通信-This example is an application written using VC, by sending and receiving UDP packets to achieve chat communications C/S between
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2338524
    • 提供者:zhaoyazhou
  1. DrawSystem

    0下载:
  2. 基于UDP/TCP的VC++图形绘制系统。-UDP/TCP-based graphics rendering system of VC++.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-24
    • 文件大小:7793297
    • 提供者:张涛
  1. UDPServer

    0下载:
  2. 基于MFC的UDP服务器网络程序,想要学习基于VC的网络编程的小伙伴可以下载下来仔细品阅-MFC-based UDP server network program, you want to learn VC-based network programming a small partner can download detailed product review
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:79111
    • 提供者:flame
  1. UDP_SOCKET_SENDIMAGE

    0下载:
  2. VC++中用socket实现对图片的传输,也可以实现对文件的传输。SendImg_test是发送端的程序,RecvImg_test是接收端的程序,程序运行后可实现基于UDP的图片的传输。-VC++ achieved using socket transmission of images, can also be achieved for file transfer. SendImg_test sending end of the program, RecvImg_test the receivi
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4577583
    • 提供者:晨暹
  1. tcpMyQQ

    0下载:
  2. VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP。-This file contains a summary of what you will find in each of the files that make up your MODIVCDemo application. MODIVCDemo.dsp T
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:29711
    • 提供者:六和
  1. winpcap1

    0下载:
  2. winpcap抓包程序工程代码,可过滤UDP,VC++6.0-winpcap catch packet project
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-29
    • 文件大小:86495
    • 提供者:傻傻亟待
  1. MyQQ

    0下载:
  2. VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP-VC++ TCP way to achieve MYQQ, small software like QQ, QQ multi-function not only achieve TCP-based communication functions, connections can be c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29162
    • 提供者:kpudn3
  1. UdpChat

    0下载:
  2. 基于VC++6.0的UDP网络聊天小测试程序-Web-based chat program UDP communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1929383
    • 提供者:xiaohu
  1. Chapter14

    0下载:
  2. 孙鑫VC++深入详解 Chapter14 网络编程章节程序: 网络聊天程序,Client Srv Tcp Client Srv UDP Client Srv-NetChat Client Srv Tcp Client Srv UDP Client Srv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:3308
    • 提供者:闫妍
  1. SXChat_54828

    0下载:
  2. 本文实现的多线程聊天程序是在VC++开发环境下、基于UDP通信协议、使用当前流行的模块化软件设计思想编程实现的。使用了Winsock的基本概念和编程原理,数据报套接字编程的常用函数和模型以及常用的MFC网络编程类,服务器端和客户端一体。-In this paper, the communication system is implemented in VC++ development environment, based on UDP communication protocols, using
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1892217
    • 提供者:安安
  1. UDP_Server

    0下载:
  2. vc++ 6.0编写的udp服务器端程序代码,适合各种连接-The preparation of the vc++ 6 UDP server program code, suitable for all kinds of connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1462743
    • 提供者:王恒
  1. UDP_Client

    0下载:
  2. vc++ 6.0编写的udp客户端端程序代码,适合各种连接-Preparation of the vc++ 6 UDP client end program code, suitable for all kinds of connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1461872
    • 提供者:王恒
  1. UDP_tftp

    0下载:
  2. UDP实现文件传送,客户端和服务端,vc++6.0-UDP Realize the file transfer,With the client and server,vc++6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3185937
    • 提供者:刘光海
  1. UDPSRV

    0下载:
  2. vc++编写的基于控制台应用程序,实现了UDP通信服务端。-vc++ written console-based application that implements UDP communications server.
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5437979
    • 提供者:thomas
  1. SocketUDP

    0下载:
  2. 基于vc++的udp协议通讯程序,可直接下载使用-Based vc++ the udp protocol communications procedures, directly download
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1944626
    • 提供者:钱伟
« 1 2 ... 17 18 19 20 21 2223 24 »
搜珍网 www.dssz.com