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

搜索资源列表

  1. c++down远程线程注入

    2下载:
  2. c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in dll. Appropriate reference beg
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:77638
    • 提供者:fpx
  1. WspProcess(2004-09-11客户端多线程)

    0下载:
  2. 一个多线程的网络数据采集系统(客户端)-a multithreaded network data acquisition system (client)
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:370867
    • 提供者:周建琼
  1. qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端

    2下载:
  2. 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2016-12-23
    • 文件大小:208694
    • 提供者:lijs
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4553987
    • 提供者:xuzhisheng
  1. EasySocket_demo.zip

    0下载:
  2. TCP功能的完整封装,包括多线程的处理,大量并发客户端的处理。,TCP features a complete package, including multi-threaded processing, a large number of concurrent client-side processing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:61757
    • 提供者:oliver
  1. SOCKET.rar

    0下载:
  2. 用socket编程实现客户端和服务器的编程,采用线程实现实时通信,Socket programming with client and server programming, using threads to achieve real-time communication
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:2429824
    • 提供者:james
  1. SocketServer

    0下载:
  2. 利用线程池来进行多线程的客户端/服务器的Socket编程 编译出来的SocketServer.exe为服务器端,客户端的话,只需在当前文件夹的dos窗口中运行运行 SocketServer.exe /client即可-Full Multi-thread Client/Server Socket Class with ThreadPool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:262542
    • 提供者:金磊
  1. FTP

    0下载:
  2. 使用c++builder编写的FTP客户端程序,使用了多线程技术。-Using c++ builder prepared FTP client program, use the multi-threading technology.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1072071
    • 提供者:牛鹏
  1. transfer

    0下载:
  2. 用socket实现了文件传输,包括完整的客户端和服务器端,实现了断点续传功能,服务器端新起一个线程来处理接受文件的工作。-Achieved with the socket file transfer, including the complete client and server side HTTP features implemented, the new server to handle from one thread to accept documentation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:2586
    • 提供者:JessicaKoo
  1. 4GClientAutoUpdataServer

    0下载:
  2. 传奇4G的客户端更新服务器功能很强大,是学习Tcp/IP的好例子,里面有TCP/IP线程池的基础模型。-Legend 4G client update server functionality is very powerful, is to learn Tcp/IP a good example, which have TCP/IP base model of the thread pool.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:515520
    • 提供者:Chatop
  1. JAVA+Socketchat

    0下载:
  2. java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:55242
    • 提供者:王寅生
  1. linux_socket

    0下载:
  2. linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () f
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:3179
    • 提供者:cherenfei
  1. FileTransmit.Src.Setup

    0下载:
  2. 支持多线程断点续传的文件传输(FTP)程序(含服务端和客户端、支持蓝牙(Bluetooth)传输)-Support multi-threaded HTTP file transfer (FTP) procedures (including client and client services, support Bluetooth (Bluetooth) transmission)
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-25
    • 文件大小:486943
    • 提供者:zhang
  1. Chat

    0下载:
  2. Socket编程实现聊天室。服务器端及客户端均实现多线程。具有简单的帐号管理功能。-Socket Programming Chat. Server-side and client are the realization of multi-threading. Simple account management functions.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:170895
    • 提供者:金天风
  1. FileTransfer

    0下载:
  2. 本程序实现多线程网络文件的传输,由服务器端和客服端组成,其结构非常简单-This procedure to achieve multi-threaded network file transfer, from server-side and client customer service composition, its structure is very simple
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-14
    • 文件大小:76383
    • 提供者:仿佛过
  1. CHAT1

    0下载:
  2. 这是一个服务器/客户端聊天程序的服务器部份,使用CSOCKET类、多线程、数据库等方面的技术,主要有以下功能: 1、基本的聊天服务 2、发送服务器广播信息 3、向某个用户发送服务器信息 4、监视一个或多个用户发言 5、断开与一个或多个用户的连接 6、查看用户个人信息 7、查看连接信息-This is a server/client chat program part of the server, use the CSocket class, multi-threade
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:514081
    • 提供者:阿杜
  1. source code

    1下载:
  2. java网络编程员代码,前八章,涉及到基本服务器,客户端编程,和多线程的基本例子,十分适合初学者。-Network programmers java code, the former eight chapters, covering the basic server, client-side programming, and basic example of multi-threaded, very suitable for beginners.
  3. 所属分类:Telnet服务器

    • 发布日期:2012-11-24
    • 文件大小:180424
    • 提供者:刘乐宝
  1. Client

    0下载:
  2. 自己做的 MFC SOCKET框架 通过线程循环实现事件响应
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:36350
    • 提供者:mTian
  1. Client

    0下载:
  2. 以C#语言实现BT下载的客户端功能,实现多线程下载,局域网能寻找拥有共同目标的节点-With C# language implementation BT download client-side functionality, multi-threaded download, local area network can have a common goal to find the node
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:400413
    • 提供者:姜治宇
  1. client

    0下载:
  2. linux下的FTP服务器代码示例,支持多线程。-FTP server under linux sample code to support multi-threading.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:3286
    • 提供者:Jin
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com