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

搜索资源列表

  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
    • 文件大小:2685
    • 提供者:曹京
  1. func

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

    • 发布日期:2008-10-13
    • 文件大小:3395
    • 提供者:特殊台
  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
    • 文件大小:627631
    • 提供者:周颖
  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
    • 文件大小:244007
    • 提供者:马帅
  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
    • 文件大小:24940
    • 提供者:
  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
    • 文件大小:1361
    • 提供者:吕璐
  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
    • 文件大小:6226
    • 提供者:jackie
  1. ProducersAndCustomers

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

    • 发布日期:2017-04-09
    • 文件大小:4676
    • 提供者: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
    • 文件大小:1019
    • 提供者:龙虾
  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
    • 文件大小:1320
    • 提供者:文月如
  1. thread

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

    • 发布日期:2017-04-02
    • 文件大小:2486
    • 提供者:赵七
  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
    • 文件大小:144891
    • 提供者:sky
  1. thrmgr

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

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

    0下载:
  2. 一个线程传输工具,用linux posix多线程编写,有点参考价值,欢迎交流。-file transport program, may be useful use multi-thread to transport files. It s very welcomed to discuss with.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:22818
    • 提供者:Jwf
  1. thread_clean

    0下载:
  2. linux上的线程编码,非常简洁易懂,是个好程序-thread on the linux code is very simple and easy to understand, is a good program
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:767
    • 提供者:wll
  1. cprops

    0下载:
  2. The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:797755
    • 提供者:evil
  1. 41500329linuxmulti-thread

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

    • 发布日期:2017-11-25
    • 文件大小:6046
    • 提供者: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
    • 文件大小:1046
    • 提供者: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
    • 文件大小:2037485
    • 提供者:wang
  1. thread

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

    • 发布日期:2017-04-13
    • 文件大小:2501
    • 提供者:Xi Chen
« 12 »
搜珍网 www.dssz.com