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

搜索资源列表

  1. LANusersCom

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:247.18kb
    • 提供者:唐富华
  1. DBIOCP(v1.0.0.2)

    1下载:
  2. IOCP服务器 内存池、线程池 性能不错-IOCP server memory pool, thread pool performance good
  3. 所属分类:Windows编程

    • 发布日期:2014-02-19
    • 文件大小:409.46kb
    • 提供者:sdfsfsdf
  1. threadpool

    0下载:
  2. 线程池的C语言实现,主要用于服务器处理多任务-Thread Pool implementation of the C language, mainly used in server handle multi-tasking
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13.49kb
    • 提供者:zhaolingxi
  1. -M-Thread-TCP-Server

    2下载:
  2. 一个基于多线程的TCP 服务器,使用VC++ 6.0进行开发,对初学者理解原理十分有用。-A Multi-threaded TCP server, using VC++ 6.0 for development, the principle is very useful for beginners to understand.
  3. 所属分类:进程与线程

    • 发布日期:2013-03-18
    • 文件大小:7.68mb
    • 提供者:chengzhang
  1. StateServer

    0下载:
  2. 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the completion port mechanism has a
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:385.09kb
    • 提供者:gaohua
  1. talkroom

    0下载:
  2. 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.77mb
    • 提供者:zhuceyong
  1. thread

    0下载:
  2. 这是一个多线程传送文件的客户端和服务器程序,对于初学多线程socket编程的小朋友特别有用!-This is a multi-threaded file transfer client and server programs, multi-threaded socket programming for beginners especially useful for the children!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:490.89kb
    • 提供者:梁睿
  1. Server

    0下载:
  2. 用socket加线程写的聊天系统,-use socket and thread pool
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:1.29kb
    • 提供者:那日苏
  1. Simulation-of-ATM-ATM-system

    0下载:
  2. 模拟银行ATM提款机系统(单线程),程序是C/S结构,由服务端和客户端程序构成,还有一个配置程序来定义文件和IP,程序还实现了冲帐功能。-Bank ATM system simulation (single thread ), procedure is C/S structure, consisting of a server and client program, a procedure to define the configuration files and IP, program als
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:10.57kb
    • 提供者:张干
  1. GP_303_2_Thread-Pool

    0下载:
  2. 主要是介绍服务器线程池,比较适合于开发游戏类软件使用。下载完,将zip改为ppt-Is to introduce the server thread pool, more suitable for use in developing game software class
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:zhangzong
  1. thread-poolsa-file-download-server

    0下载:
  2. C_线程系列讲座(3):线程池和文件下载服务器-The C_ thread lecture series (3): thread pools, and the file download server
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:66.99kb
    • 提供者:胡天
  1. Draw

    0下载:
  2. tcp套接字通信时服务器线程检测与多开,vs2008-tcp socket communication server thread detection and to open
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:8.16kb
    • 提供者:张翩
  1. thread

    0下载:
  2. 线程池技术编程范例,利用线程池技术提高服务器程序的效率-Thread pool technology programming paradigm, the use of a thread pool technology to improve the efficiency of the server program
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-01
    • 文件大小:1.94kb
    • 提供者:唐辉
  1. FTP-Multi-Thread

    1下载:
  2. VB 无需使用INET控件,多线程登录FTP服务器。-Without the use of INET control, the multi thread login to the FTP server.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:6.39kb
    • 提供者:herry
  1. funChat

    0下载:
  2. 一个基于C#.NET的WPF程式 主要是通过UDP进行端口通讯,仅支持服务端与多客户端的聊天. 注意事项: -仅支持服务端与各个客户端的聊天 -服务端必须暴露在公网中 -客户端支持开机系统常驻 -带一些简单的客户端控制命令 -服务端有线程无法结束的BUG(推测是与客户端UDP连接没有彻底断开)-Based on C# .NET' s WPF program mainly through UDP port communication, only supports
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:438.27kb
    • 提供者:林劭玮
  1. server

    0下载:
  2. 实现socket多客户端通信,每来一个客户端开一个线程,同时收到的数据写数据库。-Implement socket multi-client communication, each to a client open a thread, and you receive the data write to the .
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:233.29kb
    • 提供者:刘铮
  1. CF挤频.rar

    0下载:
  2. 易语言CF挤频例程程序源码游戏线程编程资料(Easy language CF extrusion routines, program source code, game thread programming information)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:131kb
    • 提供者:panxie
  1. SocketAsyncServerAndClient

    0下载:
  2. 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:109kb
    • 提供者:tan133
  1. RT-Thread下TCP并发服务器模型-多线程TCP服务器

    1下载:
  2. stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:10.4mb
    • 提供者:xiao_wh
  1. 代码

    0下载:
  2. 完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能: 1.客户端与服务器通过发送和接收报文进行通信; 2.服务器和客户端最高支持60000个并发连接; 3.报文长度设置为可变长度,以便进行压力测试; 4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:4kb
    • 提供者:YES MAN &
« 12 3 4 5 6 »
搜珍网 www.dssz.com