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

搜索资源列表

  1. thread.tar

    0下载:
  2. linux thread programe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:327751
    • 提供者:nongmin
  1. thread-test

    0下载:
  2. C++ sample : thread proce
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6285
    • 提供者:Wu.KZ
  1. thread.LINUX下很好的C++线程池源码类

    0下载:
  2. LINUX下很好的C++线程池源码类,可以拿来直接开发,Under LINUX good C++ Thread pool source categories, can be used to direct the development of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-22
    • 文件大小:7876
    • 提供者:唐小天
  1. thread-pool-design.doc

    0下载:
  2. 结合代码讲解线程池设计以及注意的问题,对于初学者很有帮助-Combination of code to explain the thread pool design and attention, very helpful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:91611
    • 提供者:tom
  1. linuxpools.rar

    0下载:
  2. Linux环境下的通用线程池设计 linux下线程池的使用,C语言pools,Generic Linux environment designed thread pool thread pool under linux use, C language pools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:168678
    • 提供者:ljm
  1. threads-2.0.tar

    1下载:
  2. 多线程库 -Multi-thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:171265
    • 提供者:站长
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. Linux_multithread

    0下载:
  2. Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:36262
    • 提供者:林雁冉
  1. thread timer (D7)

    0下载:
  2. This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timer component, but it provides a higher resolu
  3. 所属分类:系统编程

    • 发布日期:2017-11-09
    • 文件大小:7296
    • 提供者:老李
  1. thread-m

    0下载:
  2. linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:132177
    • 提供者:Tanker
  1. RWLock

    0下载:
  2. 多线程下的文件读写加锁 -File accesss lock in multi-thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:26036
    • 提供者:站长
  1. linux-mul-thread

    0下载:
  2. linux的多线程编程源码,对于linux的编程非常有帮助。-linux-source multi-threaded programming, linux programming for the very helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:dfpdn
  1. ptt-1.0.tar

    0下载:
  2. linux下的多线程调试工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)-linux under the multi-threaded debugging tools, support for posix NPTL, NPTL Trace Tool (PTT- POSIX Thread Trace Toolkit)
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2753
    • 提供者:dreamshello
  1. Thread

    0下载:
  2. 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:老杨
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. thread

    0下载:
  2. thread application code, the multi-thread application start code of Linux application
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1793
    • 提供者:nameblue
  1. Principle-and-create-a-thread-pool

    0下载:
  2. 线程池原理及创建C++实现,有代码讲解适合初学者-Principle and create a thread pool in C++ for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:13847
    • 提供者:tom
  1. thread

    0下载:
  2. 用C语言写的Linux平台上的线程池处理。(this is a sample of c linux thread pool)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:walker_zhou
  1. rt-thread-master

    0下载:
  2. RT-Thread source code(RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM C
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com