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

搜索资源列表

  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:40809
    • 提供者:wsmiao
  1. SmallTalk

    0下载:
  2. 一个采用多线程同步Socket实现的基本聊天室,很简单,适合初学者。-a chat room using socket with java
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:8782
    • 提供者:吴兴华
  1. ThreadDemo

    0下载:
  2. 这是一个多线程操作的例子,其中包括线程同步,互斥及结循环队列的操作!是初始c++builder中线程操作的好实例-This is an example of multi-threaded operation, including thread synchronization, mutual exclusion, and to bear the operation cycle of the queue! Are initial c++ builder in the thread a good ex
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:55874
    • 提供者:zk
  1. CQueue

    0下载:
  2. C++实现的实现了线程同步的缓冲区可以在类的初始化的时候制定缓冲区节点大小和节点个数-C++ implementation of the implementation of thread synchronization buffer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1474
    • 提供者:张洪超
  1. P3

    0下载:
  2. 利用互斥对象实现对变量的互斥访问,来达到实现线程同步的目的 再去掉互斥对象后,就可实现线程不同步.-Use mutex object mutex implementation of variable access, to achieve the implementation of thread synchronization purposes and then remove the mutex object, the thread can not achieve synchronization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:8682
    • 提供者:生如夏花
  1. Socket

    0下载:
  2. 用事件对象和关键代码段实现线程同步,并且利用套接字编写网络应用程序-Event object and use the key code to achieve thread synchronization, and the use of socket preparation of web applications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4871168
    • 提供者:单单
  1. Thread

    0下载:
  2. 关于线程同步问题。包括制造混乱以及mutex方案、Peterson算法方案两种方案解决问题。可以参考哦。-With regard to the issue of thread synchronization. Including the mutex to create chaos, as well as programs, Peterson algorithm program two options to solve the problem. Oh, can refer to.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2354
    • 提供者:肖宗花
  1. UseMonitor2

    0下载:
  2. C#线程同步 C#线程同步 C#线程同步 C#线程同步 C#线程同步 C#线程同步-C#线程同步C#线程同步C#线程同步
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15279
    • 提供者:sstgjbj
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:40237
    • 提供者:郑海
  1. TextFileDealer

    0下载:
  2. 使用C#进行文件操作,可以直接将文件读到List<string>当中-file manipulate using C#,putting a text file in to a List<string>
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1236
    • 提供者:z n
  1. MCkThread

    0下载:
  2. 对VC的多线程封装,支持面向对象,可以实现线程同步-VC Thread Programing ,can Lock、Unlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:225883
    • 提供者:Meckal
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:40401
    • 提供者:高五星
  1. Thread_Sync_Demo

    0下载:
  2. 线程 同步方法比较例子(事件,临界区)-Thread thread synchronization methods examples (events, critical areas)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:178729
    • 提供者:leovin
  1. Programs(update)

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7835
    • 提供者:曹雅丽
  1. Chat

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:28923
    • 提供者:webcookie
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554191
    • 提供者:小江
  1. dgegc

    0下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合-Through the realization of the classical problem of the readers to write, to consolidate on the threads and synchronization mechanisms of learning and deepen the understanding of basic
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:63640
    • 提供者:yu
  1. ThreadSynByCriticalSections

    0下载:
  2. 使用临界区方法的线程同步,能够阻止两个或多个不同的线程在同一时间内访问同一个代码区域。适用于WinCE环境。-The use of critical methods of thread synchronization, to prevent two or more different threads at the same time to visit the same region code. Applicable to WinCE environment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:116890
    • 提供者:秦中元
  1. ThreadSynBySemaphore

    0下载:
  2. 使用信号量的线程同步技术,可以允许预定数目的线程同时进入要同步的代码。适用于WinCE环境。-The use of Semaphore thread synchronization technology, can allow pre-determined number of threads to be synchronized at the same time to enter the code. Applicable to WinCE environment.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-25
    • 文件大小:117247
    • 提供者:秦中元
  1. tongbu

    0下载:
  2. 操作系统课程设计——两个线程同步,包括线程创建、挂起与等待。-Operating systems curriculum design- the two thread synchronization, including thread creation, hang and wait.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:33014
    • 提供者:denggaoming
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 44 »
搜珍网 www.dssz.com