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

搜索资源列表

  1. sort_pthread

    0下载:
  2. 使用pthread的快速排序算法 使用pthread的快速排序算法-Quick sort algorithm using pthread Quick sort algorithm using pthread
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1164
    • 提供者:piwenjun
  1. pthread

    0下载:
  2. Parallel threading for multicore processors and to know the effeciency of each abstract level
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:901
    • 提供者:deepa
  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. thread_pool

    0下载:
  2. 基于pthread的线程池的VC实现,可集成到多线程系统中使用。-implementation of thread pool based on PThread. developed under VC2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:70469
    • 提供者:无名
  1. tcp_test

    0下载:
  2. linux TCP客户端和服务器端集成程序, 编译方式 gcc -lrt -pthread -o xx -g tcp_test.c-linux TCP client and server side integration program, compiling way gcc-lrt-pthread-o xx-g tcp_test.c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:caozhejun
  1. pthread_create

    0下载:
  2. 教你如何在linux下如何创建一个线程以及如何在linux下运用这个线程-how create pthread in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1560
    • 提供者:李文辉
  1. matrixTranspos

    0下载:
  2. 一个利用pthread进行基于直角划分的矩阵转置源码,内含功能源码,测试shell scr ipt,readme-A pthread-based matrix transpose source code implemented by using Rectangular partitioning, including source code, shell scr ipt for testing and Readme
  3. 所属分类:MPI

    • 发布日期:2016-11-15
    • 文件大小:7168
    • 提供者:张安
  1. epollPpthread

    0下载:
  2. 基于poll和pthread的服务器端和客户端原代码,有thread pool-Based on poll and pthread server and client source code, there are thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-05-11
    • 文件大小:2401024
    • 提供者:james
  1. jacobi

    1下载:
  2. C++ 对于jacobi算法进行pthread并行化,从而使得计算时间减少-C++ algorithms for jacobi pthread parallelization, allowing the calculation time is reduced
  3. 所属分类:MPI

    • 发布日期:2017-06-16
    • 文件大小:24492463
    • 提供者:丁丁当
  1. sort-merge-joins-1.4

    0下载:
  2. 使用C实现的并行sortmerge算法 并行部分使用pthread实现。-Sortmerge using parallel algorithm implemented in C using pthread achieve parallel sections.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:2756533
    • 提供者:文书
  1. Prime numbers in pthreads

    0下载:
  2. Find prime numbers in a interval of time by using parallelism with pthreads
  3. 所属分类:数值算法/人工智能

  1. pthread

    0下载:
  2. same as pthread_cond_timedwait, except the abstime given refers to the CLOCK_MONOTONIC clock instead, to avoid any problems when the wall-clock time is changed brutally. -same as pthread_cond_timedwait, except the abstime given refers to the CLOC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3225
    • 提供者:pangquewin
  1. atalk

    0下载:
  2. Pthread-specific allocator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3788
    • 提供者:fiucnqq
  1. testpthread

    0下载:
  2. pthread实现二路归并算法的并行化。对1000000个随机生成的0-99之间的数字进行排序。-Pthread implementation of the two way merge algorithm. Sorting the numbers between 1000000 randomly generated 0-99.
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:12842193
    • 提供者:李萌萌
  1. fileext

    0下载:
  2. Helper macros to avoid a function call when you know that fp is not NULL. Notice that we keep _FLOCK_INIT() fast by slightly breaking our pthread encapsulation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1396
    • 提供者:sbmbnl
  1. _pthread_alloc

    0下载:
  2. Pthread-specific allocator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3216
    • 提供者:fnhiuser
  1. maybe_threads

    0下载:
  2. Some wrappers for pthread functions so that we can be LD_PRELOADed against non-pthreads apps.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1193
    • 提供者:niuczqan
  1. cxa_exception_storage

    0下载:
  2. In general, we treat all pthread errors as fatal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1288
    • 提供者:njlhfang
  1. __wmmintrin_pclmul

    0下载:
  2. Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6475
    • 提供者:cenqantv
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com