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

搜索资源列表

  1. Event

    0下载:
  2. 使用事件对象进行线程同步:先创建线程,然后向内存中复制数据,被创建的线程等待置位事件,在读内存-Use the event object for thread synchronization: first create a thread, and then copy the data to the memory, was created by a thread to wait for the set events, reading the memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1079
    • 提供者:d
  1. jincheng

    0下载:
  2. 操作系统进程的同步与互斥。解决经典的水果问题。-The operating system process synchronization and mutual exclusion. To solve the classic problem of fruit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3224137
    • 提供者:阿爽
  1. Form1

    0下载:
  2. 数据同步工具,可以对sqlserver等数据库进行数互导数据,一个非常有用的数据同步工具--Data synchronization tool that can sybase, access, oracle, my sql, sqlserver database, such as the number of inter-derivative data, a very useful tool for data synchronization
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6911
    • 提供者:rodger
  1. Reader_Writer_plus

    0下载:
  2. 一个属于操作系统方面的一个著名的读者写者问题,通过它的实现可以对操作系统信号量机制和进程线程同步及通信有深刻的理解-A part of the operating system in a well-known readers to write those problems, through its implementation can be a mechanism and process of the operating system semaphore thread synchronizati
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31749
    • 提供者:macintosh
  1. MultiThread5

    0下载:
  2. VC++实现多线程编程一例,实现了线程间的同步。-VC++ multi-thread programming an example to realize the synchronization between threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:26915
    • 提供者:阳光剑客
  1. testMultiOp

    0下载:
  2. 这是一个在MFC下的线程同步的例子,我在其中用了一个副线程(SecondApplication)来处理对话框的消息,同时处理消息,将处理的消息反馈给对话框的textbox-This is an MFC thread synchronization under the examples in which I used a vice thread (SecondApplication) to handle the dialog box message, while addressing the me
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:45693
    • 提供者:sunyi
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2008272
    • 提供者:xiaoxiao
  1. ccriticalsection

    0下载:
  2. ccriticalsection线程同步-ccriticalsection Thread Synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:840
    • 提供者:白蔷
  1. ThreadExa

    0下载:
  2. 这是一个进程同步问题的例子,互相学习一下-This is an example of the process of synchronization problem, learn from each other about
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:614
    • 提供者:wu
  1. GornixSync

    0下载:
  2. 英文界面,文件夹同步工具,支持多种同步方式,纯Win32 api编写,VC6完整工程,无额外依赖,效率高,能生成html报表-Tool for folder synchronization, supports several sync methods. This is a VC6 project and it is done by pure Win32 API. It s small, fast and reliable.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:84686
    • 提供者:蒋国纲
  1. threadsynchronizationcalculation

    0下载:
  2. Thread synchronization using multithreading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:959
    • 提供者:evans01
  1. Deskt0op

    0下载:
  2. c# socket编程,简单的客户端和服务器端的同步连接-c# socket programming, a simple client and server-side synchronization connection
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:40530
    • 提供者:长腾腾
  1. EventThreadSyn

    0下载:
  2. 一个使用CEvent对象实现线程同步的例程,来自于Visual C++范例大全-CEvent an object implementation using the thread synchronization routines, from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:33355
    • 提供者:ladeng
  1. CriticalSecitonThreadSyn

    0下载:
  2. 一个使用临界区对象(CriticalSeciton)实现线程同步的例程,来自于Visual C++范例大全-The use of a critical section object (CriticalSeciton) to achieve thread synchronization routines, from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:34818
    • 提供者:ladeng
  1. mutex

    0下载:
  2. 通过windows程序 实现两个线程间简单的同步和互斥-Program through windows to achieve two simple synchronization between threads and the mutex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1132
    • 提供者:江小莲
  1. copy_f_mmap

    0下载:
  2. linux c 文件拷贝,内存共享,信号量,同步机制-linux c file copy, memory sharing, semaphores, synchronization mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:672
    • 提供者:ly
  1. SCA

    0下载:
  2. ofdm通讯同步的经典SCA算法,通过测试程序无误,欢迎下载-ofdm communication synchronization classic SCA algorithm, through the test procedure correctly, please download the
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:1543
    • 提供者:王东
  1. 3-1

    0下载:
  2. 进程的同步与通信 多线程编程中关键的一步是保护所有的共享资源,工具主要有互锁函数、临界区和互斥信号量等;另一个实质性部分是协调线程使其完成应用程序的任务,为此,可利用内核中的事件对象和信号。-Process Synchronization and Communication Multi-threaded programming is a key step in the protection of all of the shared resources, tools, mainly i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1721
    • 提供者:li yang
  1. ProcessSynchronizationAndMutualExclusion

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:97159
    • 提供者:youyu
  1. Program

    0下载:
  2. .netFramework创建多线程及对共享进行同步-. netFramework create multiple threads and synchronization of shared
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2481
    • 提供者:Grace Wang
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com