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

搜索资源列表

  1. THREAD_lasting

    0下载:
  2. This example will show how you can determine if the specified thread is the last thread in the process or not. -This example will show how you can determin e if the specified thread is the last thread in th e process or not.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:13994
    • 提供者:yhnju
  1. vc_jiqiaoshili_part4

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:311490
    • 提供者:xixi
  1. vbthread

    0下载:
  2. VB编的多线程示例,可以自己添加线程.个数基本不限制-VB series multithreading example, can add their own thread. Without limiting the number of basic
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:8383
    • 提供者:chengfan
  1. Hilos

    0下载:
  2. example in C using threads
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:8866
    • 提供者:focker321
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. MultiThreadProcess

    0下载:
  2. Windows多线程编程实例的多线程处理,一个简单的区间积分函数的实现。-Multi Thread programming project for multi thread Process。It s a simple example for get random returns a random integer between min and max data.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1574120
    • 提供者:dianalee
  1. fire

    0下载:
  2. 演示用线程和汇编语言来形成火,gui的一个小示例-Demonstration and assembly language with thread to form a fire, gui, a small example of
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3116
    • 提供者:rossette
  1. ThreadDemo

    0下载:
  2. 一个线程的例子,教你如何使用线程,如何操作线程,如何摆弄线程,如何意淫线程。-Example of a thread to teach you how to use threads, how threads, how to play with thread, how obscenity thread.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:388892
    • 提供者:酷屁了
  1. 1

    0下载:
  2. 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:377426
    • 提供者:吴起
  1. WINDOWS-core-progamming

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
  3. 所属分类:OS Develop

    • 发布日期:2017-06-17
    • 文件大小:26982333
    • 提供者:竹叶青
  1. Thread_Msg_example

    0下载:
  2. Delphi thread programming example. (Message Thread)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:214564
    • 提供者:signus
  1. split_cuda

    0下载:
  2. 一个基础的CUDA例子,并行线程块的分解。-One based on CUDA example, the parallel decomposition of the thread.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:801
    • 提供者:weijian
  1. CUDAexample

    0下载:
  2. CUDA的基本範例,有區塊搬移,記憶體搬移,thread,基礎運算的範例,可由這些範例了解CUDA基本運行方式-Basic example of CUDA, block move, move memory, thread, basic computing paradigm CUDA by these examples to understand the basic operation mode
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:15959
    • 提供者:ken
  1. Thread_DEMO_Delphi

    0下载:
  2. 这个压缩包中是一个简单的多线程实例,在线程执行时,每隔一秒刷新一次当前时间!演示了如何在不影响主进程的情况下如何执行其他长时间等待任务。-This package is a simple multi-threaded example, the thread execution, refresh the current time every second! Demonstrates how the main process does not affect the case of how long
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-22
    • 文件大小:5760
    • 提供者:张贵成
  1. messageprocess

    0下载:
  2. 自己写的一个关于线程操作的简单例子,对于初学者可以看,大牛可避开!-A simple example of the operation to write their own thread for beginners can be seen, Daniel can avoid!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-27
    • 文件大小:220608
    • 提供者:姜瑜
  1. ThreadSpeech

    0下载:
  2. Thread for speech voice. //example ThreadSpeech.Speech.Create(msg)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:ti.sof001
  1. DLLxcgz

    0下载:
  2. 线程钩子,好简单的例子,写的非常好,可以看看,可以学习,可以收藏-Thread the hook, good simple example, writing is very good, you can see, you can learn, you can Collection
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:9627
    • 提供者:四渡赤水
  1. Thread-pool

    0下载:
  2. 易语言多线程例子的一个简单的使用教程。 来自anily.bl的问候-Easy language multi-threaded example of a simple use of the tutorial. Greetings anily.bl
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2284
    • 提供者:黄贵财
  1. Colfax-HOW-Day-04

    0下载:
  2. 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:23198
    • 提供者:黄雪
  1. 信号量控制多线程例子

    0下载:
  2. 信号量控制多线程例子 使用信号量实现多线程的技术实例3(Signal quantity control multi thread example 3 technology instance using semaphore to realize multithreading)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:萨达2
« 12 »
搜珍网 www.dssz.com