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

搜索资源列表

  1. CCritionSection

    0下载:
  2. 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:lst
  1. MultiThread

    0下载:
  2. 互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7177
    • 提供者:tang
  1. synchronization

    0下载:
  2. 介绍OS(操作系统)并发线程这间的同步问题
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:528700
    • 提供者:黄堂军
  1. POSIXPthreadprogrammer

    0下载:
  2. Linux 的多线程编程内核同步 超级经典!!!!强烈推荐
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:98860
    • 提供者:chenfalin
  1. zhexuejia

    1下载:
  2. linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32390
    • 提供者:lessi
  1. multi_thread_dwm

    0下载:
  2. 多线程同步机制在应用程序与驱动程序通信中的应用-multi_thread
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:23831
    • 提供者:hesi
  1. DuoXianCheng

    0下载:
  2. windows系统的多线程同步。本系统采用MFC编程。其运行界面如图1-2所示。分别人事件、互斥量、临界资源、信号量实现线程同步-windows of the multi-threaded synchronization system. MFC programming using the system. Running the interface as shown in Figure 1-2. Incidents, respectively, the amount mutually exclus
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:215876
    • 提供者:dada
  1. create_a_thread_under_linux

    0下载:
  2. 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2545
    • 提供者:huyutao
  1. tools

    0下载:
  2. 一些简单的线程类、线程同步类、socket类等等常用小工具类-Some simple thread class, thread synchronization classes, socket classes commonly used small tools, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:9002
    • 提供者:mazhao
  1. xianchengtongbu

    0下载:
  2. 多线程同步技术是计算机软件开发的重要技术,本文对多线程的各种同步技术的原理和实现进行了初步探讨。-Multi-thread synchronization technology is an important technology computer software development, this paper various simultaneous multi-threading technology, theory and implementation were discussed.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:42747
    • 提供者:zhangzl
  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. Lesson16

    0下载:
  2. Lesson16线程同步与异步套接字编程,通过ppt的讲解有个大致的了解-Thread synchronization with asynchronous socket programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:12806
    • 提供者:王紫薇
  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. CreateThread_Thread-Synchronization

    0下载:
  2. 详细的介绍了CreateThread方法,其中附录得有四个程序代码,通过对代码分析,解释了线程同步问题,这是一份详尽的资料,对于学习线程同步非常有帮助-Detailed introduction the CreateThread method, in which the appendix was four program code, code analysis, and interpretation of the thread synchronization problem, which is
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:74691
    • 提供者:海子
  1. 45

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

    • 发布日期:2017-11-16
    • 文件大小:3792333
    • 提供者:郝暗示
  1. MFCmultithreading-

    0下载:
  2. 介绍MFC怎么创建线程,以及线程同步的几种方法,一看就明白。-The MFC how to create a thread, and several methods of thread synchronization, one look to understand.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:18815
    • 提供者:怪兽池
  1. CPP-Extended-Programming

    0下载:
  2. 本文是一个关于C++扩展编程的实例,介绍了多线程编程、线程同步机制、线程同步锁lock、工作队列Job Queue、线程池thread pool-This article is about C++ extensions programming examples, describes the multithreaded programming, thread synchronization mechanism, thread synchronization lock lock, work queu
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:41634
    • 提供者:lbhnnyxy
  1. Thread programming guide

    0下载:
  2. 基于VC6.0线程编程指南,包括创建线程,线程间通信,线程同步(Based on the VC6.0 thread programming guide, this includes creating threads, inter-thread communication, and thread synchronization)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:8144896
    • 提供者:112323
  1. 多线程和数据缓存

    0下载:
  2. 进程和线程,同步,互斥,并发 数据缓存基本实现原理
  3. 所属分类:软件工程

    • 发布日期:2020-05-11
    • 文件大小:554799
    • 提供者:kriging_2020
« 12 »
搜珍网 www.dssz.com