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

搜索资源列表

  1. CvmLib

    0下载:
  2. CVM是一个基于Linux的小型网络类库,她主要提供多路分离复用、线程池、内存管理和数据访问功能-a tiny networking libraray, providing several functions in networking programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:862183
    • 提供者:蓝黑
  1. Serial

    0下载:
  2. 多线程实现串口间通信,功能比较简单,但包含的串口类很强大。 -Multi-threaded serial inter-communication function is relatively simple and very powerful, but it contains the serial port class.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:10372512
    • 提供者:
  1. 405409_1247465248

    0下载:
  2. 我们经常会在日常应用中使用到流量监控,但流量监控经常是比较麻烦的。本文我将流量监控写成了一个插件,做成了一个DLL,可以方便的使用,同时里面采用线程实现,不影响主程序的运行。本程序采用winpacp类库接口, 系统主要分成两部分: init_monitor 初始化。 check_timeout 检查是否客户端有请求。 get_packet 返回选中接口的流量信息。-traffic moniter
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:75924
    • 提供者:Danny
  1. selectTimer

    0下载:
  2. Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1619
    • 提供者:李一文
  1. UDP

    1下载:
  2. 这是对网络传输的封装的类,主要是对UDP封装。实现多线程编程-This is a class package for network transmission, UDP encapsulation. Multi-threaded programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:3209
    • 提供者:zhoujinfeng
  1. Multithreading-continuingly

    0下载:
  2. 多线程断点续传类,以及界面。 项目中: _Nv_Http_Download.h _Nv_Http_Download.cpp 就是多线程断点续传类。-Multithreaded HTTP class, as well as the interface. Project: _Nv_Http_Download.h _Nv_Http_Download.cpp is multi-threaded HTTP class.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-04
    • 文件大小:6023509
    • 提供者:陈凯
  1. SingletonTemplateDemo

    0下载:
  2. 多线程单例模式模板,其他想要用单例模式的类,直接传入这个模板类,就可以使用。-Multi-Threading Singleton Template, other classes which want to be used as a singleton, Just pass the class name as template paramater, then you can use it as a sington.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:18851441
    • 提供者:蔡中祥
  1. thread

    0下载:
  2. 用boost:Function对linux线程封装,客户使用不有继承改类,只需要注测回调就可以-With a boost: Function for linux thread package, customers do not have to change class inheritance, you only need a callback can be measured injection
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:28952
    • 提供者:周期
  1. sniffer

    0下载:
  2. python多线程抓包类,支持WinPcap_4_1_3,用法请看readme-Ethereal class python multithreading support WinPcap_4_1_3.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1218737
    • 提供者:
  1. CHMNS5

    0下载:
  2. 创建线程,互斥对象,命名管道实例,匿名管道, 实现程序唯一运行,使用CEvent类编程, 使用MFC类创建互斥对象,使用类编程实现临界区,邮槽实例,非常好的网络常用9个网络通讯源码-chuan jian xian cheng ,hu ce dui xiang ,ming ming guang dao ,shi xian cheng xu wei yi yun ying ,shi yong CEvent lei bian cheng ,shi yong MFC lei chuang jia
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13659136
    • 提供者:小鲵
  1. serialpor

    0下载:
  2. 多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。-A communication class for serial port
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:56358
    • 提供者:王军
  1. Retrieval-of-computer-LAN

    0下载:
  2. 本源代码实现对局域网内指定IP范围的检索,并列表给出计算机属性包括名称、工作组、用户名和MAC等。通过UDP协议获取局域网内计算机的属性CUDP类实现了UDP协议,该类从CSocket类派生。在CNbtStatDlg类中的OnBtnSend()函数将查询所有的计算机,该函数启动NBtstatThread线程,该类的OnReceive()显示所有的检索信息,而OnBtnSend函数将这些信息保存为文本文件-Source code to retrieve a specified IP range L
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:14148
    • 提供者:易诚
  1. IE

    0下载:
  2. 易语言网页操作类模块,可做到平时易语言做不到的远线程取IE窗口内的网页文件源码,虽然非本人自己编写,但经过本人优化,和BUG修正-Easy language webpage operation module, easy language can do usually do not far from the threads window in IE webpage file source code, although not my own writing, but after I optimiza
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:12034
    • 提供者:fewfe
  1. thread_pool.tar

    0下载:
  2. 线程池类,该线程池主要实现了任务分离,通过一个抽象类来对任务进行分离。-Thread pool class, the main achievement of the task thread pool separated by an abstract class to separate the tasks.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-28
    • 文件大小:10497460
    • 提供者:dragon.liu
  1. RpcCPPcall

    0下载:
  2. 这段代码写的是一个在unix下C++类中调用RPC函数的示例。同事这是多线程格式的-Those codes show an example of calling RPC function by C++ on unix.It is also muti-safe.hope it will help you.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1771
    • 提供者:poopo
  1. duorenliaotian

    0下载:
  2. 采用多线程技术或使用MFC的Winsock类,实现多人群聊的网络聊天程序。-The use of multi-threading technology or the use of MFC s Winsock category, multi-network chat group chat program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1871
    • 提供者:ngthest
  1. FTP_delpli

    0下载:
  2. // 模块说明: FTP传输核心模块类// 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传)// 备注:该模块属于传输类的一个子线程模块.-//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function (support
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:7401
    • 提供者:sackedMor
  1. TcpSocketClass

    0下载:
  2. vc源代码,用于windows环境下socket编程,相关的方法封装成类Class,非常好用,并且支持多线程环境下使用。-vc source code for windows environment socket programming, related to the encapsulation method Class category, very convenient, and to support multithreaded environment.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3730
    • 提供者:full-y
  1. no_2

    0下载:
  2. 在线程安全的情况下,用管道实现线程之间的通信。并且该管道可以接收那些继承了CLMessage的消息。要把管道类融入到本课程程序库中。-In the case of thread-safe, piped to achieve communication between threads. And the pipeline can receive those inherited CLMessage news. Pipeline put into the course program library.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:28766
    • 提供者:dick
  1. thread

    0下载:
  2. unix/linux下开发的线程基类。业务类可以派生此类,来实现多线程编程。-Under unix/linux development thread base class. Business class can derive such, to achieve multi-threaded programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2012
    • 提供者:shenyj
« 1 2 3 4 56 »
搜珍网 www.dssz.com