CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 服务器 客户端 多线程

搜索资源列表

  1. filetransferclass

    0下载:
  2. SOCKET 多线程传输文件的源代码,分为客户端和服务器端,欢迎大家提供修改意见。-SOCKET multithreading transfer files of source code, is divided into client and server side, Welcome to provide revisions.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:28.32kb
    • 提供者:罗翔
  1. dxcwlcs

    1下载:
  2. 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execut
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:52.76kb
    • 提供者:htc
  1. yxyIPCSocket

    0下载:
  2. 客户端和服务器的基于事件机制的异步多线程TCP通信
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:318.19kb
    • 提供者:肖高超
  1. Chat_Socket

    0下载:
  2. 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:4.09kb
    • 提供者:Andy
  1. proxy.rar

    0下载:
  2. 简单的多线程客户端透明的tcp代理服务器,A simple multithread transparent tcp proxy
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:24.23kb
    • 提供者:张伟
  1. MFC-TCP

    1下载:
  2. 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18.08mb
    • 提供者:王林峰
  1. UDPcommuncation

    0下载:
  2. 实现UDP的客户端与服务器的通信程序,它是通多线程来实现,很较大的学习价值。-The realization of UDP client and server communication program, which is multi-threaded pass to achieve, it is the larger the value of learning.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:14.95kb
    • 提供者:qin
  1. TCPThread

    0下载:
  2. 客户端与服务器之间通过TCP多线程进行双向通信-Between the client and server through the TCP multi-threaded two-way communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:7.45kb
    • 提供者:asfds
  1. TCPIP_Communication

    0下载:
  2. 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:2.37kb
    • 提供者:鲁迪
  1. 20093319

    0下载:
  2. (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:277.75kb
    • 提供者:李航旭
  1. ReadWrite

    0下载:
  2. ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4.05kb
    • 提供者:Pengcheng Li
  1. TCPServer

    0下载:
  2. 通过多线程利用套接字实现TCP通信的服务器端编程。创建套接字通过多线程控制编写TCP通信的客户端,实现和客户端的通信。-Use by multi-threaded socket server-side programming in TCP traffic. Create a socket write TCP traffic control through the multi-threaded client, and client communication.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:46.04kb
    • 提供者:袁一
  1. tcp

    0下载:
  2. tcp服务器程序设计,tcp客户端程序设计,多线程服务器,网络对时程序设计-tcp server program design, tcp client program design, multi-threaded server, network time programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-10
    • 文件大小:16.46mb
    • 提供者:shanshan
  1. serverDB

    0下载:
  2. 一个多线程并发服务器程序,服务端启动后,监听客户端连接,接受客户端消息,并操作数据库。-A multi-threaded concurrent server program, the server starts listening for client connections, the client accepts the message, and operation of the database.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:7.72mb
    • 提供者:cc
搜珍网 www.dssz.com