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

搜索资源列表

  1. thread

    0下载:
  2. 有关于linux下的线程实验,包含有线程的创建、挂起,通过此例可熟悉线程操作-Under the thread on the linux experiment contains thread creation, hang by a thread in this case may be familiar with the operation! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:7153
    • 提供者:suting
  1. ch11(pthread)

    0下载:
  2. linux线程及多线程操作的一些相关实例源代码 很详细 希望能够有助于大家学习-linux thread and multi-threaded operation of some relevant examples of the source code very much hope that can help them to learn more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3453
    • 提供者:韩佳楠
  1. unixsocket

    0下载:
  2. linux/unix下网络编程以及多线程和多进程的处理-linux/unix network programming, as well as under the multi-thread and multi-process handling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:44287362
    • 提供者:今天
  1. readerwriter

    0下载:
  2. 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:113373
    • 提供者:孙芸芸
  1. share-thread-linux.tar

    0下载:
  2. testing share infomation between different process. very easy.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1090
    • 提供者:pegasus
  1. thread

    0下载:
  2. that s as the thread used in the linux application as the sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4705
    • 提供者:李有森
  1. ad_programming

    0下载:
  2. LINUX/c语言高级编程例题源码,进程间通信。-linux C thread ipc, process ipc。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:88217
    • 提供者:mystudyhome
  1. thread

    0下载:
  2. 这是在solomon平台(使用linux系统)下,多线程编程。-This is in solomon platform (using the linux system), the multi-threaded programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2817
    • 提供者:zhu
  1. thread

    0下载:
  2. 该程序证明了在linux下不同线程函数的局部变量可以互访。-The program proved that the function of different threads under linux local variables can be exchanged visits.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:610
    • 提供者:false2010
  1. thread

    0下载:
  2. Linux多线程程序最简单的一个例程,AT91SAM9260板上的一个例子。-Linux multi-threaded program, a simple routine, AT91SAM9260 board an example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4525
    • 提供者:张俊哲
  1. thread_struct

    0下载:
  2. Linux创建线程,传递结构体参数的范例!-Linux create a thread, passing the parameters of the sample structure!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:oyj
  1. thread

    0下载:
  2. linux下线程的相关应用,创建两个线程,交替输出信息-linux application under the relevant thread, to create two threads, alternating output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:691
    • 提供者:沈文斌
  1. examples

    0下载:
  2. Tilera 芯片linux下并行程序的C语言实现,全部例程源代码,打包共享-Tilera Multi-Processor Multi-Thread Programme Examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1189393
    • 提供者:曾三
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. thread

    0下载:
  2. 掌握linux下的线程编程,并且有助于了解进程与线程之间的区别-Linux thread programming under control and helps to understand the difference between processes and threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:743
    • 提供者:John
  1. thread

    0下载:
  2. Linux高级环境编程,线程编程、线程的创建、多线程,希望对你的学习有帮助-Senior Environmental Linux programming, thread programming, thread creation, multi-threaded, you want help in learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1653
    • 提供者:张建
  1. thread-test.tar

    0下载:
  2. 一个关于linux线程的互斥量,条件变量,信号量的例子,看完了明白互斥量等线程同步的基本使用方法-A thread on linux mutex example, read the understand the basics of using a mutex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:838
    • 提供者:杨永
  1. linux-exec

    0下载:
  2. linux 线程管理示例代码,程序包中包含多个不同版本,供参考学习!-linux thread management sample code package contains several different versions, for reference to learn!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1657
    • 提供者:admiral
  1. thread

    0下载:
  2. Thread sample in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8006
    • 提供者:aram
  1. THREAD

    0下载:
  2. 关于linux线程池方面的,实现了一个线程池-About linux thread pool area, to achieve a thread pool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:125748
    • 提供者:徐先生
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com