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

搜索资源列表

  1. MemPoolTest

    0下载:
  2. 一个好用的内存沲类,线程安全,也是一个学习如何设计线程安全的类的好例子。-a handy memory gasoline category, security thread, as well as learning how to design a security thread like good example.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9875
    • 提供者:srs
  1. mylibsrc

    0下载:
  2. 一个线程池的例子 运行环境linux,主要实现了线程的预先创建等 通过该例子可以学到怎样预先创建出一些线程-a thread pool example Linux operating environment. main thread of the advance through the creation of such examples can learn how to create some advance Thread
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15085
    • 提供者:kevert
  1. filechild

    0下载:
  2. 一个演示多线程中共享文件操作符的例子。file是主线程,child是子线程。-a demonstration of multi-threaded shared documents operator example. File is the main thread, the child is the son thread.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:李方
  1. VC-Threads

    0下载:
  2. 关于VC线程的一个例子,详细介绍了VC中线程的应用-VC on the one thread example, detailing the VC-thread applications
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30578
    • 提供者:张应
  1. spawnl_use

    0下载:
  2. _spawnl 函数的使用。_spawnl用来开启一个新的线程,比如在对话框中通过notepad来打开一个txt文件。-_spawnl function use. _spawnl Used to start a new thread, For example, in the dialog box to open the notepad through a txt document.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6810
    • 提供者:李力
  1. pthread

    0下载:
  2. qt 用来练习使用线程的例子-qt thread used to practice the use of the example
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-15
    • 文件大小:164974
    • 提供者:张三
  1. example-4

    0下载:
  2. This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2535
    • 提供者:丽香
  1. semaphore.zip

    0下载:
  2. 线程中使用Semaphore的例子 ,The example for using semaphore in thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:702
    • 提供者:
  1. draw

    0下载:
  2. qT编程的例子 非常适合初学者 和在linux下开发图形界面的-qt programming examples of very suitable for beginners and in linux graphical interface developed under the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:141432
    • 提供者:留置
  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. Lesson2

    0下载:
  2. 线程例子,线程通讯,消息发送,线程讲解,线程使用-thread example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:216402
    • 提供者:nanjing1303
  1. example

    0下载:
  2. wait-notify机制的应用 不同步时引出的问题 继承基类的实现 实现接口的实现 同步方法的实现 同步块的实现 线程管理池 -wait-notify mechanism of the application does not sync issues arising from the base class implementation inheritance to achieve synchronization interface methods to achiev
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:14847
    • 提供者:yy
  1. create

    0下载:
  2. create,创建线程示例,里面有完整和程序和makefile,适合初学者学习使用,另有编译好的可执行文件-create, create a thread example, there are complete and procedures and makefile, suitable for beginners to learn, and the other compiled executable files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:4145
    • 提供者:顾满洲
  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. thread-inject-asm

    0下载:
  2. thread inject example use asm .thread inject example use asm .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2408
    • 提供者:wangchao
  1. linux-thread-of-stack

    0下载:
  2. 本文档通过实际的测试代码讲述linux下的线程栈-Tells the thread stack under linux by example test code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:462242
    • 提供者:tujh
  1. Observer-Thread-sample

    0下载:
  2. 考虑到这些应用, 比较合适的就是 Observer (观察者) 模式, 不仅可以动态的加入/移出观察者, 也能够让线程类 (Core) 和显示类 (UI) 之间脱耦. 可谓一举多得. 于是我就试着写了个线程搜索路径下所有文件的例子, 在其中应用了 Observer 模式.-Decoupling between the consideration of these applications is more appropriate Observer (Observer) mode, not only
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 這是一個VB6.0 multi-thread(多工)的應用程序源代碼, 可同時執行兩個計時器, 每個計時器有啟動、暫停、繼續、重置等控制項目. 開發平台為Windows XP SP3.-This is a multi-thread demo developed with VB6.0. It allows you to control two timers simutaneously. Each timer has activate 、 pause 、 resume and reset f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2291
    • 提供者:kevin lai
  1. MFCThread

    0下载:
  2. C++线程例子,基于VS2010实现,适合初学者学习-Thread example of VC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:17965419
    • 提供者:闵湘川
  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 »
搜珍网 www.dssz.com