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

搜索资源列表

  1. ThreadPool

    0下载:
  2. C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:54551
    • 提供者:hdave
  1. pthreads-w32-2-9-1

    0下载:
  2. 一个跨平台的线程库 pthread,很好用-one cross pthread lib,so nice
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1214045
    • 提供者:micklongen
  1. pthread

    0下载:
  2. 轻量级的 线程库 pthread入门文档,值得学习下载-Lightweight threads library pthread entry document, it is worth learning download
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:328799
    • 提供者:魏伟
  1. ProtoThreads

    1下载:
  2. arduino多线程库,可以实现多任务多线程,并发处理,占用空间小,性能强大-arduino multithreading library, you can multi-task multi-threaded, concurrent processing, small footprint, powerful performance
  3. 所属分类:Other Embeded program

    • 发布日期:2017-10-12
    • 文件大小:12288
    • 提供者:grk
  1. threading

    0下载:
  2. 跨平台c++线程库,很好的封装了线程池,线程的创建-Cross-platform c++ threading library, very good encapsulates the thread pool, the creation of a thread
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2557274
    • 提供者:四川带
  1. 0.c.tar

    0下载:
  2. 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:zjuuuu
  1. 1.tar

    0下载:
  2. 经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the results of the program is runn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:zjuuuu
  1. jcip

    0下载:
  2. Java并发编程实战源码,这本书名为《Java并发编程实践》有些抹杀了它的价值,其中并非只讲述了Java的多线程设施,对一般的并发编程的rationale也有相当透彻的阐述。之前看过各种线程库,pThread, Boost Thread, Java Thread, Qt Thread,感觉Java的线程模型还是相对比较清晰的。只要能读懂一点Java的朋友,都可以考虑用这本书来作为并发编程的入门书。- This book covers: Basic concepts of co
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:682942
    • 提供者:陈风
  1. Linux_thread_lib_designe

    0下载:
  2. 一个基于时间片原则的抢占式调度算法的 简单用户级线程库设计 -Based on the principle of a time slice preemptive scheduling algorithm Simple user-level threads library design
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:233124
    • 提供者:liufeng
  1. pthread

    2下载:
  2. pthread线程库源代码,可以学到linux中线程的具体实现,值得学习-pthread source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1351029
    • 提供者:lch
  1. ZThread-2.3.2

    0下载:
  2. 跨平台的zthread线程库,很经典。值得学习和研究借鉴。-zthread source
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:565839
    • 提供者:lch
  1. Multi-threaded-programming

    0下载:
  2. 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple threads, as well as multi-threa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:101974
    • 提供者:JAcket
  1. threadingtest

    0下载:
  2. 可编译的C++代码来帮助你学习 STL 线程库的使用方式.-Fully compilable C++ code to help you learn multithreaded programming in C++
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1901778
    • 提供者:朴勇
  1. Queue_linux

    0下载:
  2. 队列源码,使用linux线程库进行编写。方便移植-queue code, wirteen by linux thread library, and easy to transport.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:litiebin
  1. kthread.tar

    0下载:
  2. 简单的线程库,使用了C++11的thread并模仿其接口。主要目的是支持TR1中的TLS功能,同时模仿TR1中的Thread接口,在移除caffe中对boost的依赖有很大作用(VS2013不支持TLS)。-A simple thread library, which use the thread of C++11 and its interface. It can be used to support the TLS in C++ TR1. It is used to remove boost
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:15679
    • 提供者:kinuxroot
  1. regfluriytriggerrate

    0下载:
  2. c Language压缩库,c语言压缩库(C Language compression library, c compression library)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-26
    • 文件大小:91136
    • 提供者:ppmbforl
  1. MSDUSE

    0下载:
  2. MODUSE vc 动态连接库的例子,好源码(MODUSE vc dynamic link library example, good source)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:742400
    • 提供者:handlvrg
  1. sastement

    0下载:
  2. EEPROM 读写应用程序,程序主要通过调用D12 动态链接库读写函数和MCU通讯,(EEPROM read and write the application, the program is mainly by calling the D12 dynamic link library to read and write functions and MCU communication,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:23552
    • 提供者:Covlelka
  1. Dycwmic

    0下载:
  2. 动态连接库教程,帮助大家学习动态连接库的设计和联系,(Dynamic link library tutorial to help you learn the design of dynamic link libraries and contact,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:263168
    • 提供者:framm
  1. ylient

    0下载:
  2. 最牛的VC下的正则表达式库Greta的使用示例 很多人可能都已从微软网站下载到了Greta(Under the best VC Greta regular expression library using the sample Many people may have download from the Microsoft web site to Greta)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:70656
    • 提供者:VJgtef@1386
« 1 2 3 4 56 7 8 9 10 ... 29 »
搜珍网 www.dssz.com