搜索资源列表

  1. pthread_create

    0下载:
  2. 用c語言,在linux上create 1000個thread去ping某一台主機。-Using c language, in the linux on the thread to create 1000 months ping a host.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:何德威
  1. SingDocRglDll

    0下载:
  2. 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainfr a me,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:段平平
  1. tpnote

    0下载:
  2. 调用线程pthread 加锁和解锁的功能-Thread calls pthread locking and unlocking function
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:wangjun
  1. qq2008_console_client

    0下载:
  2. qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting lin
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-20
    • 文件大小:229376
    • 提供者:宋涛
  1. pthread.tar

    0下载:
  2. linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:brave_gen
  1. pai1

    0下载:
  2. 采用Pthread+C++方式进行多线程求Pai-The use of Pthread+ C++ Way for multi-threaded Pai
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ttttt
  1. Mobile7z

    0下载:
  2. 7z 移植到windows mobile上,完整的程序并能运行,包括了pthread 多线程库移植windows mobile上的使用及实例.-7z migrate to windows mobile, the integrity of the process and will be able to run, including a multi-threaded pthread library transplantation windo
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-20
    • 文件大小:4554752
    • 提供者:dmyss
  1. pthreads-w32-2-8-0-release.tar

    0下载:
  2. POSIX Multithraed library for windows
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:331776
    • 提供者:mansoor
  1. fork_test

    0下载:
  2. linux pthread 测试程序。两个打印信息循环在屏幕显示。-linux pthread test programm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:bai
  1. pthread_wrapper

    0下载:
  2. This pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...). -This is pthread c++ wrapper class. Developer can easily deve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:oob2
  1. GenericTemplateMSQ.tar

    0下载:
  2. Generic template class library for message queue implementation, uses pthread mutex.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zzbao
  1. examples

    0下载:
  2. 几个典型的嵌入式Linux编程示例 hello Hello, C++ math pthread udptalk leds led-player buttons pwm adc-test i2c comtest camtest-Some typical examples of embedded Linux Programming
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:syw
  1. pthread

    0下载:
  2. THREAD测试程序,在LINUX环境下运行该测试程序。-THREAD test procedure, in LINUX environment to run the test program.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:li
  1. pthread

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘冉
  1. pthreadtut

    0下载:
  2. Pthread programming tutorial
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:200704
    • 提供者:lengcai
  1. pool

    0下载:
  2. 无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。- a thread pool based on lockfree ogrithem.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:132096
    • 提供者:mzy
  1. multi-pthread

    0下载:
  2. 一个非常简单有效的多线程实例源码,对没有多线程概念的同学非常有用-a multi thread sample code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈躬止
  1. 4.7.c

    0下载:
  2. 操作系统概念(第七版)第四章作业,pthread线程答案-Operating System Concepts (7th Edition) Chapter IV operations, pthread thread is the answer
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Li Zhao
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:赵新宇
  1. oopthread

    0下载:
  2. his oopthread - C++ wrapper for pthread-compatible implementation. Currently, the library installation is pretty simple one: just put the file oopthread somewhere on your drive and include it in your project.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:YifanZhang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org