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

搜索资源列表

  1. socket_vc_demo

    0下载:
  2. 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:78117
    • 提供者:lsx5612
  1. EX10-3

    0下载:
  2. 用C#实现的TCP同步套接字客户端编程,代码齐全-achieve simultaneous TCP socket client program, complete code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25117
    • 提供者:李立
  1. EX10-5

    0下载:
  2. 用C#实现的TCP异步套接字客户端编程。代码齐全-C# achieving TCP client asynchronous socket programming. Complete code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24358
    • 提供者:李立
  1. TCPNet

    1下载:
  2. 一个采用TCP协议的网络测试工具。采用VC6.0开发环境,具有客户端和服务器端,加入进来的客户端可以互相发送接受数据,对学习socket编程是不错的借鉴。-using a TCP network testing tools. VC6.0 use development environment with the client and server side, joined the client can accept each other this data, to learn socket pro
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:43503
    • 提供者:lh
  1. SockServer

    0下载:
  2. 使用TCP/IP协议的通信程序。本程序为服务器端。可以同时接受五个客户端的连接。-use TCP / IP protocol communications procedures. The procedures for the server. 5 can accept client connections.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:29857
    • 提供者:网上邻居
  1. tcpudpserver

    0下载:
  2. 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:156211
    • 提供者:李皓雯
  1. TCPIP_xpwindows

    0下载:
  2. TCP/IP 编程方面的编程在此。这里面一个用于服务器的编程,一个是客户端的。-TCP / IP programming aspects of the program. There's a program for the server, a client is.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3365
    • 提供者:王华锋
  1. ClientTCP

    0下载:
  2. WINCE.net 下的TCP网络编程客户端程序的源代码,EVC4开发环境-WINCE.net the TCP network programming client program source code, development environment EVC4
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:47069
    • 提供者:程序员
  1. winsockexample

    0下载:
  2. 简单的客户端、服务器端通讯例子。采用tcp协议-simple client, server communications examples. Using tcp agreement
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1915824
    • 提供者:yun_xy
  1. WINCE_Socket

    0下载:
  2. WINCE下TCP/IP协议网络编程,包括服务器端和客户端,在局域网上运行完全正常。-WINCE under TCP / IP network programming, including server and client, LAN running completely normal.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:164355
    • 提供者:何全安
  1. czsocket

    0下载:
  2. 自己写的Unix/Linux下面的封装了TCP网络客户端连接、服务端监听、连接收发处理的类-himself wrote the Unix / Linux Packaging following a TCP network client. - bugging services to connect the transceiver category
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5282
    • 提供者:陈钟
  1. my_icq_code

    0下载:
  2. 服务器端采用mysql数据库 客户端和服务器的通讯采用UDP协议,并具有超时重发、重复性检验等安全机制 客户端之间的通讯采用TCP协议 可传输消息和文件 在本地存储好友信息、分组信息、(系统)消息。-server using mysql database client and server communications using UDP, with overtime and re-issued, repetitive inspection security mechanism
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:978917
    • 提供者:摩尔
  1. tcpc_1

    0下载:
  2. TCP/IP协议书通信客户端程序,是学习TCP/IP协议,提高计算机网络程序设计的技能而编写.-TCP / IP Communication Protocol client is studying TCP / IP protocol. improve computer network programming skills and preparation.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2541
    • 提供者:huangxm
  1. Linux-socket-serverandclient

    0下载:
  2. Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8040
    • 提供者:朱振华
  1. ClientAndServer_Chat

    0下载:
  2. 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP / IP, which includes the client and server side of the source, and I hope
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172080
    • 提供者:杨敬
  1. tcpClie

    0下载:
  2. vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5274
    • 提供者:刘芳非
  1. VCsocketclient

    0下载:
  2. vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:刘放
  1. myclienttest

    0下载:
  2. 应用tcp协议实现的双方通讯的程序,这个市客户端。-application tcp protocol of the two communications procedures, the city client.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33259
    • 提供者:张强
  1. chatroom_client

    0下载:
  2. 这是一个聊天室客户端,主要是采用tcp/ip协议来进行的-This is a chat room, the client, is based tcp / ip to the agreement
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:33290
    • 提供者:林星
  1. wjcs

    0下载:
  2. TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信,利用WINSOCK控件来实现,在服务器端还有窗口可以显示传输的文件内容-the TCP file transfer system server and client IP addresses to pass the OK to achieve communication, the use of Winsock Control to achieve, the server window can also show tran
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1689
    • 提供者:xuan
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com