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

搜索资源列表

  1. Lock

    0下载:
  2. 用于多线程下同步的锁,多个线程互斥的情况下,基于临界区的,同步方式。 -Synchronize multiple threads for the lock, multiple threads mutually exclusive case, based on critical areas, and synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:721
    • 提供者:黎伟
  1. Db2ToSqlSvr

    1下载:
  2. vs 2010 用c# 写的windwos service ,实现db2到sql server 的数据同步-vs 2010 using c# to write the windwos service, to achieve db2 to sql server data synchronization
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1112212
    • 提供者:林峰
  1. EventCore0.003

    0下载:
  2. EventCore是模拟windows消息机制,实现线程同步、线程通信、进程通信、事件驱动的一个开源项目。-EventCore is simulation Windows news mechanism, realize the thread synchronization, thread communication, communication, event-driven process of an open source project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:105694
    • 提供者:刘书明
  1. reader_writer.c

    0下载:
  2. 进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1416
    • 提供者:nescio
  1. Chat

    0下载:
  2. 利用事件对象进行线程同步与异步套接字编程-Use the event object for thread synchronization with asynchronous socket programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1924260
    • 提供者:longjianyu
  1. USync_Updater

    0下载:
  2. MFC的移动设备文件同步软件,具有文件夹和文件比对、同步功能-MFC file synchronization software for mobile devices, with folders and files comparison, synchronization
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:2013161
    • 提供者:李圣心
  1. TRTB

    0下载:
  2. Windows核心编程代码的线程同步操作,很强大啊-Programming code of the Windows kernel thread synchronization, very powerful ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:22843
    • 提供者:孙某
  1. CPPpp-copy

    0下载:
  2. C文件同步源码 C++文件同步源码 同步源码各种举例-C C++ source file synchronization file synchronization source synchronous source of examples
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2951
    • 提供者:fuiew
  1. 10-Optex

    0下载:
  2. Optext. Custom component for thread synchronization
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-15
    • 文件大小:7401
    • 提供者:ViktorXP
  1. process-tongbu-and-huchi

    0下载:
  2. 线程间的互斥:并发执行的线程共享某些类临界资源,对临界资源的访问应当采取互斥的机制。 线程间的同步:并发执行的线程间通常存在相互制约的关系,线程必须遵循一定的规则来执行,同步机制可以协调相互制约的关系。-Mutual exclusion between threads: concurrent execution threads share certain types of critical resources, access to critical resources should be
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:9373
    • 提供者:阿门
  1. running3

    0下载:
  2. 模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the c
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2442847
    • 提供者:王艺琪
  1. MFCwindows-program-design-

    0下载:
  2. 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-14
    • 文件大小:21557911
    • 提供者:weio
  1. philosophy-dining

    0下载:
  2. 多线程解决哲学家就餐问题,实现进程与线程间的同步。-Multi-threading to solve the dining philosophers problem, to achieve synchronization between processes and threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1646
    • 提供者:陈文
  1. clk

    0下载:
  2. 一个简单的模拟时钟程序,读取系统时间,自动同步,初学C++的作品-A simple analog clock program that reads the system time, automatic synchronization, novice C++ works
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1942955
    • 提供者:juvham
  1. VC6_Thread

    0下载:
  2. VC++6.0 线程同步: 临界区,事件,互斥,信号量-VC++6.0 thread synchronization: the critical area, events, mutexes, semaphores
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:172792
    • 提供者:繏擇→妳
  1. Threading-in-CSharp

    0下载:
  2. An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, Synchronization
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1106025
    • 提供者:angrel.bliss
  1. lab09

    0下载:
  2. 多线程(2): 掌握线程同步、线程间通信-Multi-threaded (2) : Master thread synchronization between threads, and communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:128329
    • 提供者:
  1. duzhexiezhe

    0下载:
  2. 描述操作系统进程同步问题中的读者写着模型的代码-Describes the operating system process synchronization problem in the model code reader says
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:5753
    • 提供者:韩平
  1. sx

    0下载:
  2. 操作系统中进程同步的问题,生产者-消费者模型的代码 在同一个进程地址空间内执行的两个线程。生产者线程生产物品, 然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线 程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物 品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者 线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有 满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出 来。 -Operating systems pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13870
    • 提供者:韩平
  1. WindowsApplication1

    0下载:
  2. 关于一个小时钟.时钟,实现与系统时间同步-A small clock on the clock, time synchronization with the system
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:34664
    • 提供者:爱罗
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com