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

搜索资源列表

  1. networkfish

    1下载:
  2. 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:93.13kb
    • 提供者:小马
  1. CS-multithread(37KB).ZIP

    0下载:
  2. 一个经典的客户端-服务器模型,使用了多线程!符合socket标准
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36.34kb
    • 提供者:王杰
  1. Iocp socket Multithread

    0下载:
  2. Iocp Multithread socket
  3. 所属分类:Windows编程

  1. socketchat_0.2.1

    0下载:
  2. 很早年前收集的一个Unix下的SocketChat服务器端,采用c开发,多线程处理,mysql数据库,适合Socket初学者研究使用-socket chat server tcp ip mysql multithread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:810.64kb
    • 提供者:宁则
  1. singleServerMultipleClientSrc

    1下载:
  2. C++下多线程TCPsocket通信程序-Multithread TCP Socket communication in C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:36.61kb
    • 提供者:lishixiang
  1. chat(multithread-signal)

    0下载:
  2. 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号灯技术-This is a chat program to do with the the blocking way the socket, the use of multi-threading and semaphores
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:70.45kb
    • 提供者:coldgreenwater1
  1. ExSocket

    0下载:
  2. Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:31.12kb
    • 提供者:ralu
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10.64kb
    • 提供者:joe
  1. socketClient

    0下载:
  2. 多线程实现socket通信实例,简单易学,适合初学者,代码中有详细的助手,希望对初学者有所帮助。-Multithread socket communication examples, easy to learn for beginners, the code in detail assistant, want to help beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:23.33kb
    • 提供者:xitu
  1. SocketTry

    0下载:
  2. 多线程客户端和服务端的实现。简单的控制台程序,客户端可以与服务端互相发送消息。-multithread socket client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:22.59kb
    • 提供者:尤司陪
  1. server

    0下载:
  2. 基于Windows网络通信编程服务器端C语言实现,多线程,SOCKET -based on windows multithread SOCKET server--C implements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.85kb
    • 提供者:hanjie
  1. CFtp_x86

    0下载:
  2. 用socket实现的多线程FTP下载,线程数可以设置;工程中既有可执行程序的生成,也包含DLL的生成用于其它程序调用-ftp download with multithread
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:16.02kb
    • 提供者:bony
  1. Socket-MultiThread

    0下载:
  2. Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:20.23kb
    • 提供者:梁伟凡
  1. Multithread-socket

    0下载:
  2. 这是一个关于socket简单的通信源码,采用了多线程!实现了异步通信。IP地址自动获取主机的,端口为:14220,需要修改的 SocketServer、SocketClient都需要修改 TcpListener tcplistener = new TcpListener(ipa, 14220),修改为需要端口或IP即可,源码功能比较简单适合初学者学习。 注意: 开发环境为Visual Studio 2010-This is a simple socket communi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:33.5kb
    • 提供者:jackson_mm
  1. chatroom

    1下载:
  2. Qt下实现了TCP聊天室功能,分为用户端和服务器,用到了QT的多线程和Socket编程技术。-this code implements a chatroom using Qt,in this code,i use TCP socket programming and Multithread programming technologies.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-14
    • 文件大小:20.96mb
    • 提供者:祁海潮
  1. Chat

    0下载:
  2. 程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。-This program realizes the chatting fuction using the multithread technique and socket programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2.24mb
    • 提供者:贾茹
搜珍网 www.dssz.com