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

搜索资源列表

  1. RandW

    0下载:
  2. 读者写者进程同步问题解决方案,利用临界区,信号量来实现进程或者线程同步-Reader-writer synchronization process solutions, using the critical area, the signal values in order to achieve the process or thread synchronization
  3. 所属分类:Process-Thread

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

    0下载:
  2. 视频播放编辑 视频同步播放、生成xml索引、读取-Video editing video sync playback, generate xml index, read the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12790106
    • 提供者:王苗
  1. clock

    0下载:
  2. 用JAVA语言编写的Applet小程序,功能是模拟时钟同步运行-Applet written in languages using JAVA applets, features an analog clock synchronization to run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2161
    • 提供者:greenen
  1. jinchengtongbu

    0下载:
  2. 利用c++实现操作系统中进程同步中的经典问题——生产者与消费者问题的模拟实现过程。-Using c++ operating system processes to achieve a classic problem of synchronization- producers and consumers, the implementation process simulation problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1254455
    • 提供者:天逸
  1. ExDDraw

    0下载:
  2. 用Directdraw写的一个动画程序,实现两幅图像的快速交叉显示,用到三缓冲,稳定时帧率可以和刷新率同步-a program by directdraw,which displays two image alternatively as quick as refresh rate,using the three buffers
  3. 所属分类:DirextX

    • 发布日期:2017-05-21
    • 文件大小:6637429
    • 提供者:周延桂
  1. ThreadTest

    0下载:
  2. 此功能是线程的同步问题!在某种意义上讲有时我们在写代码是程序是否同步是很关键的!-this function is Thread synchronization problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:39675
    • 提供者:friend
  1. ThreadPrint

    0下载:
  2. 本实验通过设计两个线程,一个是文章下载用C#实现的多线程同步打印文章(windows操作系统实验).线程和一个文章打印线程,用来实现模拟线程同步打印机,文章下载线程实现把文章下载到缓冲区,文章打印线程实现把文章打印出来。-Using C sharp to achieve multithread and synchronize.In the project,build up a Thread to download article,and build up the other Thread to
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:14889
    • 提供者:
  1. 09

    0下载:
  2. 线程的同步,由于同一进程中的所有线程共享进程的地址-Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:282811
    • 提供者:caibing
  1. W1

    0下载:
  2. 线程同步,采用mutex实现! 其中还含有泛型编程Ttest类! 可以下载,在VS2008可以执行。-thread sync
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:592470
    • 提供者:邓正伟
  1. OS

    0下载:
  2. 操作系统关于线程同步的实验,生产消费问题的模拟。-The operating system on the thread synchronization experiments, simulation of production and consumption issues.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3640451
    • 提供者:boarbing
  1. ex5

    3下载:
  2. 实现P、V操作,用Win32提供的同步对象实现P、V操作,并解决读者-写着问题 ,修改sm5.cpp,用P、V操作实现。 ,用事件对象,控制多个作者和多个读者之间的协作运行。 -To achieve P, V operations, using Win32 synchronization objects provided by the realization of P, V operations, and to address the reader- reads the proble
  3. 所属分类:Other systems

    • 发布日期:2015-11-24
    • 文件大小:2174
    • 提供者:lx
  1. MyMP3Player_mp3

    0下载:
  2. MyMP3Player_mp3播放器支持歌词同步显示-MyMP3Player_mp3 player supports synchronous lyrics display
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-23
    • 文件大小:227168
    • 提供者:付品军
  1. readGPSbyRS232

    0下载:
  2. 我主要是通过串口来实时采集GPS得同步数据,频率20HZ,而且数据长度(均大于200个字符)是变化的,每次都要提取里面有用的数据。所取数据用于汽车试验参数。 本人分别采用两种方式来实时读取串口数据:一种是大家常用的VISA控件; 另一种是调用Mscomm。本人在使用中感觉后一种通讯方式很好! -I mainly collected through the serial port in real-time GPS data were synchronized, frequency 2
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:39386
    • 提供者:joey
  1. timer

    0下载:
  2. 有计时器和电子表功能,定时器能同时完成计时开始,结束和清零功能,电子表自动与电脑系统时间同步-A timer and electronic form functions, timer can be completed at the same time time the beginning and end, and Clear functions, electronic watches automatic time synchronization with the computer system
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1906981
    • 提供者:张宏
  1. duoxianchengtongbu

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

    • 发布日期:2017-05-14
    • 文件大小:3122952
    • 提供者:黄涛
  1. ActivityDiagram

    0下载:
  2. 程序实现的是一个UML活动图编辑系统,提供活动图中活动状态、判定、同步条、发送信号、等待信号和状态迁移各种图元的创建,编辑和删除操作,并且可以进行单步和清除操作,具体说明请参考help.doc文档,源码中各个部分都有详细的注释,如有疑问可以相互交流-Program implementation is a UML activity diagram editing system to provide activity diagram in the active, determined that sy
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1685285
    • 提供者:fuyaozong
  1. Win32MultiThread_Event

    0下载:
  2. Event是windows32线程同步中的重要部分,该程序可以帮您理解Event的使用包括automatic模式manual模式下的setevent、pulseevent、resetevent的使用等。-Event is a thread synchronization in windows32 an important part of the program can help you understand the use of Event, including automatic mode m
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1205867
    • 提供者:Jerry
  1. neutron

    0下载:
  2. Neutron是一款小巧简单的时间同步程序。可以在网上搜索精确时间,然后讲个人计算机的与此同步。-Neutron is a very simple and small time synchronizing program that retrieves the accurate time from one of several specialized time servers on the Internet.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:6765
    • 提供者:bill
  1. Lesson15

    0下载:
  2. 孙鑫vc++深入详解第十五课,多线程程序的编写,多线程应用中容易出现的问题。护持对象的讲解,如何使用护持对象来实现多线程的同步。-Sun Xin vc++ in-depth Xiangjie 15th class, multi-threaded programs written in multithreaded applications that can easily arise. Mostly from the object' s explain how to use the power
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26711086
    • 提供者:张帅
  1. ThreadSyncExample

    0下载:
  2. 在多线程中操作VCL对象时,需Synchronize到主线程,否则可能引起“Canvas does not allow drawing”异常。这是一个的线程同步例子,同时放了2种代码,可对照理解Synchronize的作用。-It s an example about how to operate VCL object in multithread. Use "Synchronize" To avoid "Canvas does not allow drawing" exception.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:201967
    • 提供者:waters
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com