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

搜索资源列表

  1. OSProgram

    0下载:
  2. 进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:12148159
    • 提供者:漫天雪
  1. Produce Consume

    1下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
  3. 所属分类:Windows编程

    • 发布日期:2013-04-10
    • 文件大小:2906
    • 提供者:李明
  1. Ch13Demo3-User-Inter

    0下载:
  2. 多线程编程例程之三,线程的同步,通信,创建,安全退出。-The third multi-threaded programming routines, thread synchronization, communication, creation, security exit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:43636
    • 提供者:郭大万
  1. producers-and-consumers-

    0下载:
  2. 一个或多个生产者消费者实现线程间的同步、互斥 使用AND型信号量-One or more producers and consumers to achieve synchronization between threads, mutual exclusion semaphores with the AND-type
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:3433
    • 提供者:陈蓝
  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. PLAY_3_DX_OpenAL

    0下载:
  2. 这个是很好的资料 是关于ffmpeg播放视频的, 有同步功能, 显示用dx 音频用的是openAL-This is good information about ffmpeg video, there are synchronization, display with audio using openAL dx
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:14986240
    • 提供者:徐雷波
  1. EventThreadSyn

    0下载:
  2. vc 使用CEvent对象实现线程同步\EventThreadSyn的程序源码,希望对大家有所帮助-vc CEvent object implementation using the thread synchronization \ EventThreadSyn the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:27316
    • 提供者:程胜利
  1. MutexThreadSyn

    0下载:
  2. vc 使用互斥对象(Mutex)实现线程同步\MutexThreadSyn的程序源码,希望对大家有所帮助-vc mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:27194
    • 提供者:程胜利
  1. MutexProcessSyn

    0下载:
  2. vc 使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:28739
    • 提供者:吴菲菲
  1. SemaphoreThreadSyn

    0下载:
  2. vc 使用信号量(Semaphore)实现线程的同步\SemaphoreThreadSyn的程序源码,希望对大家有所帮助-vc using semaphores (Semaphore) to achieve thread synchronization \ SemaphoreThreadSyn the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:26536
    • 提供者:吴菲菲
  1. MapAndPageLayoutSynchApp

    0下载:
  2. 此示例演示同步的mapcontrol和pagelayoutcontrol在一个应用程序。这意味着,就像在讲述,用户可以切换两国之间的意见和保持规模和程度或添加图形在地图上看,看他们在成角度。-This sample demonstrates synchronization of a MapControl and a PageLayoutControl in one application. This means that just like in ArcMap, the user can swi
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:17972
    • 提供者:刘少华
  1. MultiThread7

    0下载:
  2. VC多线程例程七及图解文档(使用临界区机制进行线程同步)-VC and multi-threaded routines seven graphic documentation (using critical mechanism for thread synchronization)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1698411
    • 提供者:onsunsl
  1. shareMemory

    0下载:
  2. 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:3028216
    • 提供者:mike
  1. chuanzhi

    0下载:
  2. 实现不同窗体间的传值。可实现两窗体间同步传值。-Achieved by value between different forms. Synchronization between the two forms can be realized by value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:50796
    • 提供者:aasswwe
  1. CriticalSection

    0下载:
  2. CriticalSection的线程同步方法-CriticalSection thread synchronization method
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1197168
    • 提供者:lcy
  1. player

    0下载:
  2. 一款很牛的音乐播放器,可实现歌词同步,用很犀利的算法实现的,其中很多字符串的处理的算法值得我们学习-A very cow music player, lyrics synchronization can be achieved with a very sharp algorithm, in which a lot of string processing algorithms that we can learn
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-08
    • 文件大小:1019784
    • 提供者:huangyi
  1. EventThreadSyn

    0下载:
  2. vc——使用CEvent对象实现线程同步\EventThreadSyn-vc- implement thread synchronization using CEvent object \ EventThreadSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:28738
    • 提供者:
  1. MutexThreadSyn

    0下载:
  2. vc——使用互斥对象(Mutex)实现线程同步\MutexThreadSyn-vc- mutex object (Mutex) to achieve thread synchronization \ MutexThreadSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:28616
    • 提供者:
  1. MutexProcessSyn

    0下载:
  2. vc——使用互斥对象(Mutex)实现不同进程间线程同步\MutexProcessSyn-vc- mutex object (Mutex) to achieve different inter-process thread synchronization \ MutexProcessSyn
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:30165
    • 提供者:
  1. FreeFileSync_Sourcecode_v3.19

    0下载:
  2. FreeFileSync是开放源代码的一个文件夹比较和同步工具,界面简洁,只需简单的设置就可以实现文件夹的比较和同步操作!-FreeFileSync is an Open Source folder comparison and synchronization tools, simple interface, simple setup can be achieved folder comparison and synchronization!
  3. 所属分类:File Operate

    • 发布日期:2017-05-23
    • 文件大小:6861965
    • 提供者:broker
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com