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

搜索资源列表

  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
    • 文件大小:253113
    • 提供者:唐富华
  1. sf_200562516252

    0下载:
  2. 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2701
    • 提供者:boxu
  1. ChooseBookTool

    1下载:
  2. 此程序用到了,ADO连接ACCESS数据库,切分窗口,以及不同视图之间进行通信.List Control和Tree Control,用户UI线程等技术.-use of this procedure, ADO connection ACCESS database segmentation window different Views of communication between. List Control and Tree Control, users UI thread technology
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:421596
    • 提供者:马成启
  1. 345645322

    0下载:
  2. 聊天基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-chatting on TCP / IP network communication technology to achieve a connection-oriented users and server, peer-to-peer - further communication, th
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:792841
    • 提供者:刘开
  1. Chat_Socket

    0下载:
  2. 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:4186
    • 提供者:Andy
  1. NWebCrawler

    0下载:
  2. 一款用 C# 编写的网络爬虫。用户可以通过设置线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等参数,获得网络上URL,下载得到的数据存储在数据库中。-Using a web crawler written in C#. Users can set the number of threads, thread waiting time, connection time, crawling file types can be Type and priority, the do
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-09
    • 文件大小:1326167
    • 提供者:张峰
  1. AccountServer.rar

    5下载:
  2. 魔域帐号服务器 一、帐号服务器功能分为两部分: 1、客户端登录线程:取得认证ID号AuthenID。 客户端连接到帐号服务器(以后可改为UDP) 登录后服务器到帐号数据库查帐号 返回认证ID号,并断开连接(如出错则返回错误) 将该认证ID号传给计点线程,转发给游戏服务器,用于玩家登录游戏服务器。 2、实时计点:与游戏服务器连接通讯,计算玩家使用的点数。(可提高线程优先级) 游戏服务器启动时登录到帐号服务器。 玩家登录后实时发送计点消息给帐号
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:418986
    • 提供者:vipe
  1. iocpserver

    0下载:
  2. 基于IOCP完成端口的可伸缩性服务器程序,利用线程池、连接池、内存池的技术管理和实现服务器,可在各种服务器开发项目中应用。-IOCP completion port based on the scalability of the server program, using the thread pool, connection pool, the memory pool of technical management and implementation of the server, the s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:100973
    • 提供者:田蕾
  1. windows_server

    0下载:
  2. 一个基于IOCP的高效率的网络引擎 使用IOCP搭建的网络引擎,支持内存池,线程池,数据库连接池,实时加密等等。简单好用!开源,带demo例子-IOCP-based high efficiency of a network engine, network engine built using the IOCP to support the memory pool, thread pools, database connection pool, real-time encryption an
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1412802
    • 提供者:haha123_0
  1. SimuTcpClient

    1下载:
  2. 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-05-14
    • 文件大小:82678
    • 提供者:wellphone
  1. CNetworking

    0下载:
  2. wince 下网络通讯类,实现了,网络监听,网络连接,数据发送以及数据接收,远程计算机信息获得,程序采用多线程回调方式,有详细的文档说明。-wince under the category of network communications to achieve the network monitor, network connection, data sent and received data, remote access to computer information, the prog
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:16830
    • 提供者:chen
  1. kill-Thread-using-MySQL-connection

    0下载:
  2. Kill a thread hanged because of a running mysql database connection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:804
    • 提供者:ahmed
  1. USB_driver_develop_on_wince

    1下载:
  2. 本文讲述在wince环境下开发usb驱动,特别是结合鼠标例子讲述了,设备识别与设备描述符的关系,控制与监控线程的建立,注册表信息的导入与删除....等重要信息,是读者能够触类旁通。-This article describes the development in wince environment usb drive, especially in connection with the mouse example described, device recognition and device
  3. 所属分类:USB develop

    • 发布日期:2017-04-02
    • 文件大小:10920
    • 提供者:
  1. src

    0下载:
  2. implements a thread that send data over a udp connection-implements a thread that send data over a udp connection...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1517
    • 提供者:lordsnow
  1. InstantCommunicationSystem

    0下载:
  2. 该通信系统主要实现过程为: 开一个线程来监听客服的连接, 一旦有连接就建立一个线程, 然后把获得的客户端socket 保存到全局变量当中, 然后不断地读取客户发过来的消息, 收到以后就广播到所有的客户端socket 当中。客户端只需输入服务器的IP 地址和用户登录的昵称, 连接上就可以通信了, 客户端建立了一个线程专门来接受服务器端发送过来的消息, 然后判断是聊天信息还是用户列表信息, 然后分发。-The communication system as the main implementati
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3137415
    • 提供者:一平
  1. thread

    0下载:
  2. 多线程的练习小例子 有助与对多线程的理解 希望对你们有所帮助-Small example of multi-threaded connection you want to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13145
    • 提供者:李晓明
  1. WebMonitor(one-thread)

    0下载:
  2. 通过在地址列表中输入相应的网址信息,即可对相应的网站进行实时监控,查看其是否有更新。本程序采用VS2005+SQLSERVER2005,需更改连接字符串后才可使用。-Enter in the address list by the corresponding URL information to the appropriate site for real-time monitoring to see if there are updates. This procedure uses VS2005
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11277837
    • 提供者:baggio
  1. thread

    0下载:
  2. All of connection management is simplified by serializing it through work queues that execute in a connection managing thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:1654
    • 提供者:tansevin
  1. UpdateInfoParser

    0下载:
  2. 简介高效的安卓功能开发:开启子线程连接服务器,获取更新信息-Andrews simple and efficient function development: open sub-thread connection to the server for updated information
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:873535
    • 提供者:Qi Xin
  1. Multi-thread-communication

    0下载:
  2. 多线程通信,服务器运行后等待客户端连接,连接成功,客服端发送自己的名字及字符串信息给服务器 服务器将收到的字符串信息反向排列后发回给客户端,一个服务器可以对应多个客户端-The multi thread communication and that the server is running waiting for client connection, the connection is successful, the client sends his name and string infor
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1724
    • 提供者:mike
« 12 3 4 5 6 »
搜珍网 www.dssz.com