CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - 线程 client

搜索资源列表

  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. ChatSystem1

    0下载:
  2. 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15432977
    • 提供者:陈超群
  1. 会话程序

    0下载:
  2. 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:rain
  1. 线程实现一服务器多client

    0下载:
  2. 有client.c 和 server.c 以及 common.h组成 适用于linux c编程
  3. 所属分类:通讯编程

  1. the-multi-thread-named-pipe

    0下载:
  2. 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:7309563
    • 提供者:laymu
  1. peeryou_Ctrl

    0下载:
  2. 远程控制软件,包知服务端和客户端,完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理,SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。-Remote control software package known server and client, the full realization of the registry processing, document processing. Multi-threaded server-side service
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:343166
    • 提供者:wtl
  1. sockettest

    0下载:
  2. 多线程socket通信服务端代码,每个线程接收一个客户端请求。-Multi-threaded the socket communication server code, each thread receives a client request.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:933
    • 提供者:张勇
  1. TCP_communication

    0下载:
  2. 基于TCP协议的多线程通讯源码,包括服务器和客户端,工程文件基于VS9.0的Win32控制台程序,实现了通讯链路异常中断的检测和重新连接等,包含可执行文件。-Multithreaded communication based on TCP protocol source code, including server and client, the project file is based on VS9.0 Win32 console program abort communication li
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:5566234
    • 提供者:
  1. PYRemoteCtl

    0下载:
  2. PY远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制-PY remote control software source code for the full realization of the registry processing, document processing. Services using mul
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:220780
    • 提供者:xiaolang888
  1. severclient_socket

    0下载:
  2. 基于C++编程的多线程,客户端及服务器端通信-Based on C++ programming multi-threaded, client-side and server-side communication
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:93728
    • 提供者:muyue
  1. socketmultithread

    0下载:
  2. 多线程socket,有一个客户端,一个服务器端,可进行通信聊天-Multi-threaded socket, there is a client, a server can communicate with chat
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2324877
    • 提供者:muyue
  1. echo_1

    0下载:
  2. 客户端创建10个线程,每个线程向echo服务器发送10条信息,每条信息间隔1秒。-The client created 10 threads, each sending 10 to the echo server information, each interval of 1 second.
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5874490
    • 提供者:梵仁
  1. Server1.0.0.1

    0下载:
  2. 服务端IOCP技术 1:消息协议 2:内存管理 3:服务端客户端接口源码 4:服务线程-IOCP server technology 1: Message Protocol 2: Memory Management 3: Source server client interface 4: Service thread
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:4068392
    • 提供者:daohua.le
  1. SocketAsync

    0下载:
  2. socket 的异步通讯类、客户端通过Timer线程模拟脉冲效果-asynchronous socket communications, the client thread through the analog pulse effects Timer
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:58614
    • 提供者:codex
  1. liaotian

    0下载:
  2. 基于Socket通信机制和多线程技术的聊天室程序设计 下面为聊天室服务器端程序和客户机端程序,调试该程序,验证程序所具有的“聊天”功能,然后结合这段程序,通过增加线程的方法,使程序具有服务器端程序可以同时接纳2个以上客户登陆,并实现各客户机间的“聊天”功能。 -Socket-based communication mechanisms and multi-threading programming chat rooms following procedures for the chat
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:847
    • 提供者:hushif
  1. ww

    0下载:
  2. 用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:7599
    • 提供者:glj
  1. vc-client-service-pthread

    0下载:
  2. windows 多线程 客户端和服务器通讯的多线程代码。-multi-threaded code for Windows multi-threaded client and server communication.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:658503
    • 提供者:yang
  1. Clt-Srv

    0下载:
  2. 创建多线程TCP服务端与客户端并相连接,在同一界面-Create a multi-threaded TCP server and client and connected to the same interface
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:38770
    • 提供者:雷盼
  1. Socket

    0下载:
  2. 因为微软的CSocket对多线程的支持需要消息支持,使用不方面,因此 封装了一个类 对socketapi的函数封装 分基本类,客户端类和服务类,希望大家使用 并给出意见 -Microsoft s CSocket need the support of multi-threaded message support, the use of non encapsulates a class on socketapi function encapsulates the basic class, cli
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:6902
    • 提供者:草木犀
  1. Socket

    0下载:
  2. 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:4015607
    • 提供者:andy
« 12 »
搜珍网 www.dssz.com