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

搜索资源列表

  1. NetLibrary

    1下载:
  2. 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid b
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:141547
    • 提供者:詹皇源
  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. MTServerSrc

    0下载:
  2. 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6621
    • 提供者:无形
  1. Addison Wesley - The.ACE.Programmers.Guide

    0下载:
  2. ACE程序员指南,ACE(自适应的网络编程环境),用C++类来封装Unix的Socket库,进程库,线程库-ACE Programmer's Guide, ACE (Adaptive Network Programming Environment), C categories Packaging Unix socket library for the process, Thread Library
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:877504
    • 提供者:吴江
  1. IoSocket_Sample

    0下载:
  2. 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7142
    • 提供者:钱海兵
  1. AsyncSSLClient

    0下载:
  2. 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24998
    • 提供者:xyzuvw
  1. BTDemo

    0下载:
  2. delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:58245
    • 提供者:vvyang
  1. FTPsever_c++.net

    0下载:
  2. 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:241131
    • 提供者:林林
  1. net_oss

    0下载:
  2. 这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:46057
    • 提供者:Benson
  1. SocketAnsycommunication

    0下载:
  2. Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket asynchronous communication, thread, double-teams listed in the program code : 1. correct start and termination of two threads. can chat over LAN 3. Double-cohort design and appli
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:121319
    • 提供者:zwwr
  1. socket_communication

    3下载:
  2. 多线程Socket阻塞模式下通信 BCB-Socket阻塞模式通讯测试(多线程) 如果有多个客户机连接服务器请用以下的IP地址。 Client1:服务器IP:127.0.0.1 Client2:服务器IP:127.0.0.2 Client3:服务器IP:127.0.0.3 Client4:服务器IP:127.0.0.4 . . . . . . 以此类推。 在多机上则只要输入服务器端的IP地址就可以了。可以相互传收字符串-multit
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:363896
    • 提供者:zwwr
  1. ip_monitor

    0下载:
  2. 用VC写的以原始套接字进行网卡的捕包,捕包以单独工作线程进行.-VC write to the original card socket for the arrest packet capturing packets in a separate thread for work.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:68456
    • 提供者:njstar_123456
  1. testThreadPool

    0下载:
  2. 线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8042
    • 提供者:加文
  1. commoncpp2-1.5.3.tar

    0下载:
  2. common c++提供socket,thread等系统编程可移植的实现。 是ccrtp必要的资源库-common c provide socket, thread programming systems such as portable realized. Ccrtp is necessary resources for
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:840357
    • 提供者:skynova
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69689
    • 提供者:刘忠
  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
    • 文件大小:111616
    • 提供者:tan133
  1. ioctlsocket

    0下载:
  2. 一个delphi中用多种模式socket的示例,包括: 1、阻塞单线程 2、阻塞多线程 3、非阻塞模式 4、Select模式 5、WSAAsynSelect模式 6、IOCP模式 7、UPD通讯 非常经典!(An example of using multiple patterns of Delphi in socket, including: 1, blocking single thread 2, blocking multithreading 3, non
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-26
    • 文件大小:287744
    • 提供者:hsanming
  1. newproject

    0下载:
  2. 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:118784
    • 提供者:心碎无尘
  1. limengjie

    0下载:
  2. java socket单线程通信,可以作为课程设计(Java socket single thread communication, which can be used as a course design)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:10240
    • 提供者:Nishino
  1. SelectEx_

    0下载:
  2. 实现了一个基于Socket编程的聊天室,服务器端采用的Select模型,客户端开启接收线程,并用环形缓冲区处理了粘包问题(A chat room based on Socket programming is realized, the Select model is used on the server side, the client opens the receiving thread, and the sticky problem is handled with the ring buff
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:146432
    • 提供者:mmmh7
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com