搜索资源列表

  1. linux_pthread_program

    0下载:
  2. 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority
  3. 所属分类:技术管理

    • 发布日期:2024-11-22
    • 文件大小:334kb
    • 提供者:gomo
  1. pthread_source_code

    0下载:
  2. pthread soure code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-22
    • 文件大小:1.2mb
    • 提供者:廖降龙
  1. Qt_pthread

    0下载:
  2. 该文挡主要讲述了在Qt环境下的程序设计:线程和网络编程的示例-This paper describes the main block in the Qt environment Programming: threads and network programming examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-22
    • 文件大小:609kb
    • 提供者:查吉顺
  1. pthread

    0下载:
  2. windows多线程开发包,能够使习惯linux下多线程编程的人能够直接在windows下进行编程。-windows multi-threaded development kit, enabling multi-threading used to programming under linux are able to directly in the program under windows.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-22
    • 文件大小:268kb
    • 提供者:richie
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and con
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:刘冉

源码中国 www.ymcn.org