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

搜索资源列表

  1. ThreadMigrate

    0下载:
  2. 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:曹京
  1. func

    0下载:
  2. linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.32kb
    • 提供者:特殊台
  1. 12315646Linux

    0下载:
  2. 这是关于Linux下有关线程以及相关编程的一些文章,喜欢Linux的朋友可以看看。-This is on the Linux thread programming and related articles, like Linux friends can see.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:612.92kb
    • 提供者:周颖
  1. glibc-linuxthreads-2.3.tar

    0下载:
  2. This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:238.29kb
    • 提供者:马帅
  1. threadpool.zip

    0下载:
  2. 使用IOCP实现的线程池管理,对线程很多的情况有用, Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:24.36kb
    • 提供者:
  1. procon

    0下载:
  2. 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1.33kb
    • 提供者:吕璐
  1. Mthread

    0下载:
  2. 跨平台的线程实现类别,支持Windows平台、unix平台、linux平台的线程类别。-Cross-platform implementation of the thread categories, Supporting Windows platform, unix platform, linux platform, thread types.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.08kb
    • 提供者:jackie
  1. ProducersAndCustomers

    0下载:
  2. 通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 通过n个缓冲区组成缓冲池共同完成“生产和消费”任务,每个缓冲区存放一个产品,生产者将生产出的产品放入空缓冲区;消费者从满缓冲区中取出产品。一旦所有缓冲区均满时,生产者必须等待消费者提供空缓冲区。另外,对所有生产者和消费者线程来说,缓冲池是临界资源,即任何一个线程在对某个缓冲区进行“存”和“取”操作时须和其他线程互斥执行。 -By studying the Linux thread and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4.57kb
    • 提供者:vivien
  1. pthread_exit

    0下载:
  2. 线程的退出问题,本代码能很好说明线程的退出原理-Thread exit problem, the code can be a good thread out of principle explanation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1019byte
    • 提供者:龙虾
  1. thread

    0下载:
  2. 这是多线程编程,是线程的流水线模式编程,完全Linux编程-This is a multi-threaded programming is thread pipelined mode programming, complete Linux programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:1.29kb
    • 提供者:文月如
  1. thread

    0下载:
  2. linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2.43kb
    • 提供者:赵七
  1. da

    0下载:
  2. 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:141.5kb
    • 提供者:sky
  1. thrmgr

    0下载:
  2. linux通用线程池thrmgr,附带使用实例。-linux general thread pool thrmgr, with use cases.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:21.69kb
    • 提供者:pj81102
  1. Bzhexueey

    0下载:
  2. 通过研究Linux的线程和信号量机制来实现的哲学学家就餐问题的并发控制的,可以直接使用。 -By studying the Linux thread and semaphore mechanism to achieve the philosophical scientist dining concurrency control, can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:1.53kb
    • 提供者:模仿
  1. 41500329linuxmulti-thread

    0下载:
  2. linux多线程代码,可以很好地理解多线程-linux multithreaded code, a good understanding of multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:5.9kb
    • 提供者:jyj
  1. thread

    0下载:
  2. 对了初步了解linux应用qt编写界面的很有帮助,希望对大家有用。-A preliminary understanding of the the linux application the qt writing interface helpful, hope to be useful.
  3. 所属分类:Button control

    • 发布日期:2017-11-22
    • 文件大小:1.02kb
    • 提供者:kimi
  1. OS_multi-thread

    0下载:
  2. 实现linux系统下的静态链接和动态链接,以及在一个进程中建立多个线程-realizing the static and dynamic link in the operating system of linux, and creating multi-thread in one process
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1.94mb
    • 提供者:wang
  1. 线程池

    0下载:
  2. linux下线程池的实现,能够实现多任务操作,不用频繁创建-The Linux thread pool, no test
  3. 所属分类:系统编程

  1. thread

    0下载:
  2. 多线程矩阵计算 linux/ windows-matrix multi threads linux/ windows both ok
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:Xi Chen
  1. ThreadPool

    0下载:
  2. linux下两种方式实现线程池,可以直接用在项目中,希望对你有帮助!-Two ways under Linux thread pool, can be directly used in the project, I hope it can help you!
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:29.89kb
    • 提供者:李晨旭
« 12 »
搜珍网 www.dssz.com