CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多线程同步

搜索资源列表

  1. multiprosser

    0下载:
  2. 多线程同步问题,包括服务器和客户端,简单的模型能让你更快了解winsock类的使用方法!-Multi-thread synchronization problems, including server and client, the simple model allows you to quickly learn to use winsock class!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5248727
    • 提供者:刘慧
  1. theard

    0下载:
  2. 线程的创建,管理,结束,多线程同步的处理机制。-Thread creation, management, end, multi-thread synchronization mechanism.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:5008325
    • 提供者:
  1. CircleByteBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4364
    • 提供者:胡可
  1. arrayBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:胡可
  1. pthread_sync_and_mutual

    0下载:
  2. linux多线程极大方便了程序编写,但同时必须考虑线程同步、互斥问题。 示例代码给出了利用信号量实现P、V操作,从而保证多线程同步、互斥。-linux multithread programming is very convenient, but we must pay attention to synchronization and mutual exclusion. The sample code shows us how to ensure multi-thread synch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5682
    • 提供者:y
  1. multithreadSyn

    0下载:
  2. 多线程同步,解决生产者消费者问题,应用临界区、互斥量、信号量等多种方式-Multi-thread synchronization to solve the producer consumer problem, apply the critical region, mutexes, semaphores and other methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:10087
    • 提供者:lanyuna
  1. primenumber

    0下载:
  2. 最大素数计算器,利用多线程同步实现计算所有不大于输入数据的所有素数并将其结果输出。线程数可调-The largest prime number calculator, using multi-thread synchronization to achieve the calculation of all the input data is not greater than all the prime numbers and the results output. Adjustable numbe
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3568322
    • 提供者:王超
  1. ThreadAsync

    0下载:
  2. 个人写的一个基于PXA270架构的WinCE下的多线程同步程序,该程序在开发板上运行正确,并附有中文注释。-Write a personal PXA270-based architecture multi-thread synchronization under WinCE program, the program runs correctly in the development board, along with Chinese translations.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-17
    • 文件大小:4341344
    • 提供者:hou bl
  1. CSharp-

    0下载:
  2. c#多线程同步资料,为什么还要20个字啊 我去-c# multithreading synchronization information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:160346
    • 提供者:李浩
  1. Reader-Writer_Problem)

    0下载:
  2. 用多线程同步方法解决读者-写者问题。为每个读者/写者产生一个线程,设计正确的同步算法-With multi-thread synchronization methods to solve the reader- writer problem. For each reader/writer to produce a thread, correct synchronization algorithm design
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:169276
    • 提供者:nieyuanhao
  1. ThreadWorker

    0下载:
  2. 利用后台工人线程自动休眠自动工作,充分展示delphi线程的优越性。涉及到delphi多线程同步、线程唤醒、线程间通讯技术。-A test for thread that works at background and call it on surface. It s include process s communitations and callback between process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:695199
    • 提供者:gongan
  1. Semaphore

    0下载:
  2. 使用信号量实现线程的同步,实现多线程同步应用,非常重要-good
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:36380
    • 提供者:li
  1. duohe

    0下载:
  2. 多线程的三种实现,包括 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。 -多线程的三种实现,包括 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4426046
    • 提供者:JJ
  1. monk

    0下载:
  2. 多线程技术 老和尚喝水,小和尚挑水,小和尚喝水 多线程同步与互斥的控制-Multi-threading technology oldmonk__drink young__monk drink young__monk_getwater
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:32876
    • 提供者:lsx
  1. Maze

    0下载:
  2. 利用栈的基本结构,实现迷宫。并且还能利用多线程同步播放多首背景音乐-With the basic structure of the stack, the maze. And also use multi-thread synchronization to play background music
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-19
    • 文件大小:29246710
    • 提供者:李梁
  1. Code1

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event object, key code segment kernel (critical area) explanation and the application in a multithreaded synchronization. Under Windows base
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40412
    • 提供者:lj
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. CreticDemo

    0下载:
  2. 使用windows临界区的一个程序例子,用于数据保护的多线程同步-Example of a program of the critical area of ​ ​ the windows, multi-thread synchronization for data protection
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:29515
    • 提供者:John
  1. cond

    0下载:
  2. linux多线程同步控制实例代码 可以用cond_wait, cond_signal控制线程同步-linux multithread syncronization 可以用cond_wait, cond_signal控制线程同步
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:8569
    • 提供者:steven
  1. 45

    0下载:
  2. Visual+c++串口通信工程开发实例多线程同步控制采集GPS数据-Multithreaded synchronization control
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:3792333
    • 提供者:郝暗示
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com