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

搜索资源列表

  1. DirectShow-on-TCP

    0下载:
  2. 在VC平台上构建的基于Csocket类的TCP应用界面,包含了客户端和服务器端的程序。其中使用了DirectShow,可作为学习socket编程和DirectShow结合的参考资料-based on VC planet and the socket,it s an application about TCP ,including the client and server.The app use DirectShow ,which can be the reference learning th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:9545699
    • 提供者:liam
  1. VC(TcpPUdp)

    0下载:
  2. VC6.0下TCP、UDP、FTP等通信实现源码-TCP, UDP, FTP, and other communications under VC6.0 achieve source
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:83739
    • 提供者:jane
  1. server_ok

    0下载:
  2. 计算机网络通信,编程语言VC++,TCP通信的服务器端源码-Computer network communications, programming languages ​ ​ VC++, TCP communication server-side source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-25
    • 文件大小:2996455
    • 提供者:talkin
  1. client_ok

    0下载:
  2. 计算机网络通信,编程语言VC++,TCP通信的客户器端源码-Computer network communication, programming language VC++, TCP communications client-side source
  3. 所属分类:WinSock-NDIS

    • 发布日期:
    • 文件大小:2772985
    • 提供者:talkin
  1. vcPTCPPclientPserver

    0下载:
  2. 好用的VC TCP CLIENT SERVER源代码,可以顺利编译通过,并可以测试。可以作为很好的学习资料。-Nice VC TCP CLIENT SERVER source code can be successfully compiled through, and you can test. Can serve as a good learning materials.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:5474066
    • 提供者:ljm
  1. VCPP6.0-Linux-TCP-chatroom

    0下载:
  2. tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:3765403
    • 提供者:wenzi
  1. TCP-UDP-server-client

    1下载:
  2. 包含了两个完整的基于TCP和UDP的服务器端和客户端通信的windows程序,在VC++6.0下可以直接运行-Contains two complete TCP and UDP-based server-side and client communication windows program in VC++6.0 can be run directly
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-06
    • 文件大小:194937
    • 提供者:江晨
  1. TCP-instance

    0下载:
  2. tcp连接例子,用于了解tcp通讯在vc下的编程。-TCP connection example for TCP communication under the vc programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:373607
    • 提供者:涛涛
  1. TCP

    0下载:
  2. 简单TCP,实现TCP数据传输,VC运行环境-TCP/IP SOCKET
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:28315
    • 提供者:张新龙
  1. Tcp

    0下载:
  2. vc开发的tcp/IP协议的socket编程-vc development of tcp/IP protocol socket programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-20
    • 文件大小:6032309
    • 提供者:aaaaa
  1. TCP

    1下载:
  2. VC++6.0 TCP/IP网口通信协议-VC++6.0 TCP/IP communication protocol network port
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-07-19
    • 文件大小:59392
    • 提供者:zidane
  1. TCP

    0下载:
  2. Windows下TCP通信,VC++开发环境-Windows, TCP communications, VC++ development environment
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3727318
    • 提供者:fansuoping
  1. liushi_fwq

    0下载:
  2. 利用VC++编写的基于TCP的流式套接字,它是可以回射数据的服务器端。-Written by VC++ TCP-based stream sockets, it can back fire server-side data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2283
    • 提供者:buted
  1. sunnyTCPServer

    0下载:
  2. vc的一个tcp传输文件代码的服务器端,要和我的客户端合用奥-vc tcp transmission of a document to the server-side code, and my client Combined with
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:8276
    • 提供者:nsionlo
  1. text

    0下载:
  2. 一个简单的VC++ tcp 实现聊天 其中利用socket-A simple VC++ Tcp chat realize which use socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1436
    • 提供者:rcent
  1. TcpCliTest

    0下载:
  2. vc tcp/ip 测试界面和通信编程 VLABLE DONE-vc tcp/ip Test programming interface and communication VLABLE DONE
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3813063
    • 提供者:jxc
  1. WinSocket_TCP

    0下载:
  2. vc++ tcp实现客户端、服务器通信例子,适合网络编程学习。-vc++ tcp client server sample
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:731190
    • 提供者:xugang
  1. tcp-communication-program

    0下载:
  2. 基于VC++编写的双机通信实验。协议为TCP协议-Dual-based VC++ written communication experiment. Protocol is TCP protocol
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:Deron Williams
  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. TCP-chat-server-side-implementation

    0下载:
  2. 基于VC++下的 TCP聊天服务器端实现,-TCP-based chat server VC++ under implementation,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:43071
    • 提供者:王成玉
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com