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

搜索资源列表

  1. PthreadMulti

    0下载:
  2. 用Pthread线程库编写多线程矩阵乘法-With Pthread thread library to write multi-threaded matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:744
    • 提供者:Alex Yan
  1. threadCPP

    0下载:
  2. 封装好的C++线程库 具有添加 删除 线程等 不需要每次都建立线程 -Thread library can be packaged directly call C
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1731
    • 提供者:森仔
  1. CPlusPlus_Boost_Thread_Program

    0下载:
  2. C++ Boost Thread 编程指南 标准C++线程即将到来。CUJ预言它将衍生自Boost线程库,现在就由Bill带领我们探索一下Boost线程库。 就在几年前,用多线程执行程序还是一件非比寻常的事。然而今天互联网应用服务程序普遍使用多线程来提高与多客户链接时的效率;为了达到最大的吞吐量,事务服务器在单独的线程上运行服务程序;GUI应用程序将那些费时,复杂的处理以线程的形式单独运行,以此来保证用户界面能够及时响应用户的操作。这样使用多线程的例子还有很多。 但是C++标准并没有涉
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:14640
    • 提供者:dfz
  1. libthreadpool

    0下载:
  2. Linux 下实现的线程库源代码,可以直接用。-Achieved under Linux Thread Library source code, can be directly used.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:17928
    • 提供者:singyea
  1. win32

    0下载:
  2. 使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:809
    • 提供者:maverick
  1. data

    1下载:
  2. 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:251818
    • 提供者:zhjatp
  1. Linux-userthread-library

    0下载:
  2. 可模拟实现Linux用户级线程库的静态调用,规避了多线程库的竞态条件和复杂的同步问题.除源代码外还有详细的设计说明文档.-Can simulate the realization of Linux user-level Thread Library static call circumvented competing multi-threaded library condition and complex synchronization problems. In addition to sour
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:326347
    • 提供者:李海波
  1. pthread

    0下载:
  2. Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:43087
    • 提供者:haha123_0
  1. Mobile7z

    0下载:
  2. 7z 移植到windows mobile上,完整的程序并能运行,包括了pthread 多线程库移植windows mobile上的使用及实例.-7z migrate to windows mobile, the integrity of the process and will be able to run, including a multi-threaded pthread library transplantation windows mobile on the use and examp
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-17
    • 文件大小:1595488
    • 提供者:dmyss
  1. windowsExample

    0下载:
  2. 几个windows编程实例涉及多线程,动态链接库,消息循环重载,进程查看,文件关联,剪贴板查看,键盘发声,运行后自销毁,文件查看,屏幕拷贝等-Several windows programming examples involving multi-threaded, dynamic link library, the news cycle heavy-duty, the process of viewing, file association, clipboard view, keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1341844
    • 提供者:崔建兴
  1. SCIDLL

    0下载:
  2. 串口动态链接库模块,API函数编写,包含三个线程-API SCI MOUDL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15022
    • 提供者:name
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. ZThread

    0下载:
  2. zthread线程库,方便线程各种操作,已经整理成VS2005静态工程,编译后即可使用。-zthread thread library to facilitate the threading of various operations, has been organized into a static VS2005 project, compiled to use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:484718
    • 提供者:gaoguanghai
  1. MultiChatLib

    0下载:
  2. 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket comm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:220429
    • 提供者:天一
  1. x264_encoder

    0下载:
  2. C++ x264 编码器类,支持多线程,使用pthread多线程库-C++ x264 encoder classes, support multi-threaded, multi-threaded use of pthread library
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:260070
    • 提供者:谢凯
  1. boost-thread

    0下载:
  2. BOOST库线程库详细说明,可移植的下一代模板元编程。-BOOST library thread library details, the next generation of portable template meta-programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:210915
    • 提供者:朋古
  1. 465854635244

    0下载:
  2. 实现了一种OPC Client软件,解决了现场数据通过OPC Server到SQL Server数据库集成的难题。该应用程序提供了 Windows Explore形式的标准的用户界面,易学易用。软件采用了文件操作、OPC数据存取、ADO数据库访问、SQL—DMO对象管理和 操作、系统托盘等多项关键技术,来实现对文件数据源、OPC数据源、SQL Server数据源等的读写和OPC对象、SQL Server中的库、 表、Job等对象的管理和操作。本OPC Client应用程序已在实际工程
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:247665
    • 提供者:WangWei
  1. LogModule

    0下载:
  2. 程序日志文件,windows Linux通用,完全的模块化 规范化编程 整合LINUX windows 线程库,互斥锁库. VC2005-Log files, windows Linux general, fully integrated modular standardized LINUX windows thread programming library, library mutex. VC2005
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:2951821
    • 提供者:mac
  1. os2

    0下载:
  2. linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:149710
    • 提供者:陈云卿
  1. ThreadPool

    0下载:
  2. Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:12956
    • 提供者:qiao
« 1 2 34 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com