CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - Server/Client

搜索资源列表

  1. receivServer

    0下载:
  2. 启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软件通过TC P的Socket套接字建立连接。-activate the server, telnet can be used machine orders port connectivity, machine-machine or address, port procedures as specified ports. Also the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:许逸民
  1. 实例53-多线程文件下载服务器

    0下载:
  2. 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67.01kb
    • 提供者:lxy
  1. 完成版SuperKJData

    0下载:
  2. 基于mfc多线程框架的程序。可存储转发ftp程序,集客户端和服务器端-based on the framework of multi-threaded process. Ftp can be store - and-forward procedures, collect client and server
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:961.32kb
    • 提供者:刘仲强
  1. java海上的小游戏

    1下载:
  2. 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.07kb
    • 提供者:刘亮
  1. MemoryShare

    0下载:
  2. 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王林
  1. VcMailslot

    0下载:
  2. 进程间的通信,利用建立邮槽来实现进程间的通信,程序包括客户端和服务端-inter-process communications, the use of the establishment of Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:64.38kb
    • 提供者:黄磊
  1. VcNamePipe

    0下载:
  2. 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67.25kb
    • 提供者:黄磊
  1. NetTransfer

    0下载:
  2. ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66.34kb
    • 提供者:voion
  1. duo_xian_cheng_socket_file_transport

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:131.76kb
    • 提供者:水依
  1. Multi_Threaded_Client_Server

    0下载:
  2. 多线程Client/Server C++代码.适合初学者
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:andy
  1. moreserver

    0下载:
  2. 多线程服务器客户端,一个服务器可连接多个线程-multithreaded server client, a server can connect to multiple threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.74kb
    • 提供者:晓军
  1. mailSlot

    0下载:
  2. 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:64.91kb
    • 提供者:lzl
  1. MailSlot_Communication

    0下载:
  2. 根据进程的工作原理,利用油槽实现了进程间的通信,该程序中有一个服务器端程序和一个客户端程序-According to the working principle of the process, the use of tanks to achieve the inter-process communication, the program has a server-side program and a client program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:65.35kb
    • 提供者:莫扬
  1. csexamsys

    0下载:
  2. 实现一个客户端和服务器端通讯以对学生考试的功能,需要用到数据库,使用了WIN32多线程技术-The realization of a client and server communications in order to test the function of the students need to use databases, the use of multi-threading technology WIN32
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:161.43kb
    • 提供者:ANDYDENG
  1. socketC++

    0下载:
  2. 使用多线程开发socket,分为客户端和服务端,能够相互通信-The development of the use of multi-threaded socket, is divided into client and server can communicate with each other
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:240.7kb
    • 提供者:wangqi
  1. server

    0下载:
  2. 聊天和支持下载等的客户端,多线程的实现方法,可以处理文件的上载下载更新信息-Chat and support for downloading the client, multi-threaded implementations, can handle the file upload to download updates
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2.84kb
    • 提供者:刘深深
  1. MySocket

    0下载:
  2. socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13.26kb
    • 提供者:duqiancheng
  1. Client

    0下载:
  2. 应用分别Pipe和共享内存现实进程间通讯,此工程为Client工程,在debug目录包含Server应用程序,同时运行2个程序,实现进程间通讯.-Applications, respectively, Pipe and shared memory in real inter-process communication, Client projects, this project contains the Server application in the debug directory, and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-31
    • 文件大小:12.7mb
    • 提供者:李永明
  1. 491291

    0下载:
  2. Chat rooms _ server c # development, a chat room server, client similarly,
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:7kb
    • 提供者:唐巧
  1. vnary_hraverse

    0下载:
  2. C ++ server client socket c++ 服务器 客户端 socket()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-02
    • 文件大小:4kb
    • 提供者:interppetir
« 12 3 4 »
搜珍网 www.dssz.com