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

搜索资源列表

  1. MyQQServer

    0下载:
  2. 多线程套接字聊天程序,可以实现多个客户端之间的聊天-Multi-threaded socket chat program
  3. 所属分类:Button control

    • 发布日期:2017-05-19
    • 文件大小:5391157
    • 提供者:caiweike
  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

    1下载:
  2. C#一个简单的SOCKET+多线程的 网络聊天工具!-C# a simple SOCKET+ multi-threaded web chat!
  3. 所属分类:CSharp

    • 发布日期:2014-07-05
    • 文件大小:248832
    • 提供者:leoleo
  1. VS2008-C-socket-server

    1下载:
  2. Visual c++ 下使用C语言开发的SOCKET网络通信程序,服务端,多线程,可以同时接受多个客户端的连接请求,最大连接数可修改。-Developed using C language Visual c++ the SOCKET network communication program, the server, multi-threaded, can also accept multiple client connection requests, and the maximum numbe
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-05
    • 文件大小:2142208
    • 提供者:yanan
  1. IOCP_demo

    0下载:
  2. socket 完成端口的demo 例子,多线程,内存自动划分管理-demo example, multi-threaded socket to complete the port, memory automatically divided Management
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:32639224
    • 提供者:woitestuo
  1. Socket

    1下载:
  2. 基于C_S结构的Socket程序设计。控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端 -Based on C_S structure Socket programming. Console application: using the console interface, multi-threaded Server prog
  3. 所属分类:Console

    • 发布日期:2017-09-14
    • 文件大小:1018880
    • 提供者:
  1. pthread-and-socket

    0下载:
  2. 主要介绍linux下多线程的函数使用方法及socket与多线程并用的使用过程-Introduces linux multithreaded function use and the socket with the process of using multi-threaded and used
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:24203
    • 提供者:lina
  1. Socket

    0下载:
  2. 多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:11320
    • 提供者:王子清
  1. socket

    0下载:
  2. 简单socket网络编程,聊天程序,应用了多线程实现监听。-Simple socket network programming, chat program, the application of multi-threaded implementation listener.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:133254
    • 提供者:
  1. Chatroom

    0下载:
  2. 基于linux的socket多线程通信方式。采用sqlite3数据库存储用户信息. 能够实现注册、登陆、退出 、私聊、群聊、修改密码、查看在线用户-Linux-based multi-threaded socket communication. Sqlite3 database to store user information. Achieve registration, login, exit, private chat, group chat, change passwords, vi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:145229
    • 提供者:caodan
  1. MyLinuxThread_veryhuo.com

    0下载:
  2. C++多线程socket的服务器源代码,多线程池动态分配,处理多任务的服务器!用于大数据的处理。当任务量大于线程池中的线程量,此时,开辟新的线程,加入线程池!-Server source code of C++ multi-threaded socket, multi-thread pool dynamically allocate server handle multi-tasking! For the processing of large data. When the task is gr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:10518
    • 提供者:大哥
  1. SOCKET-comm

    0下载:
  2. 比较好的SOCKET网络编程源码,包含服务端和客户端,采用多线程编程。-Good the SOCKET network programming source code, including the server and client, multi-threaded programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:41579
    • 提供者:zjm
  1. ChatRoom(Csocket)

    0下载:
  2. CSocket实现聊天室,这个是集多线程,Socket编程,GUI编程于一体的C/S系统-The CSocket chat room, this is a multi-threaded, socket programming, GUI programming in one of the C/S system
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-25
    • 文件大小:48599
    • 提供者:水之影
  1. HttpDownload

    0下载:
  2. linux下socket之间的通信,是多线程的哦,使用Socket为非阻塞模式下载网站的源代码-under linux socket communication between multi-threaded, Socket download site for the non-blocking mode of the source code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:59306
    • 提供者:ddd
  1. socket

    0下载:
  2. 简单的windows环境下的socket程序,含有多线程,实现服务器和客户端互发消息。适合编写socket 的初学者-Socket program under a simple Windows environment containing multi-threaded server and client to send and receive messages. For the preparation of a socket beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:2508
    • 提供者:李俊
  1. linux_socket_thread

    0下载:
  2. 基于socket的多线程网络通信,模拟多客户端进行通信-Multi-threaded socket-based network communications, analog multi-client communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:4121
    • 提供者:gyy
  1. Socket-java

    0下载:
  2. 最基本的java socket编译 实现server服务器的单线程 多线程,使用rmi接口实现简单的客户端服务-会议记录系统-Basic java socket compiled single-threaded multi-threaded server server, using RMI interface simple client services- conference recording system
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:2861024
    • 提供者:zy
  1. javaqq

    0下载:
  2. 本系统采用C/S结构,开发中利用了TCP/IP协议,多线程,Socket编程等技术。在服务器监听多个客户端中使用多线程。系统中信息的发送和读取采用自定义的对象来传递。对于用户信息等内容利用MySql数据库进行存储。系统的主要模块为,用户注册模块,用户登录模块,用户添加好友和删除好友模块,好友聊天模块。当前系统是通过服务器转发实现好友聊天。-The system uses C/S structure, the development of the use of the TCP/IP protoco
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:575968
    • 提供者:丁强
  1. linux-sockst

    0下载:
  2. 关于linux的socket多线程通信的相关资料,自己看过,有一定用处,适合新手-The multi-threaded socket on linux communicate relevant information that they have seen, there is some use for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:55211
    • 提供者:张瑞
  1. socket

    0下载:
  2. 在java开发过程中多线程的使用。实例:多线程点菜系统-In the use of multi-threaded Java development process. Example: multi-threaded order system
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:4003
    • 提供者:朱金露
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com