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

搜索资源列表

  1. S-C-development

    0下载:
  2. 原始的S&C同步算法峰值会有平台,我的改进算法使之趋于尖峰。仿真结果:不在出现峰值平台,有一个峰值尖峰出现,误差很小。-The original S & C peak synchronization algorithm will be a platform to improve my algorithm tends to peak. Simulation Results: The peak value is not a platform, there is a peak value of pea
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:30222
    • 提供者:李刚
  1. ofdm

    3下载:
  2. 摘要:正交频分复用(OFDM)是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情 况下,保护时隙(CP)和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系 统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序。最后给出在不同的信道条件下,保 护时隙、信道估计方法对OFDM系统误码率影响的比较曲线,得出了较理想的结论。 -O FDM is the key techno logy o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:8869
    • 提供者:海之魂
  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. counter

    0下载:
  2. 使用临界区机制同步线程,假如一个银行系统有两个线程执行取款任务。一个使用存折在柜台取款,一个使用银行卡在ATM取款。若不加控制,很可能账户余额不足于两次取款的总额,但还可以把钱取走。-Critical mechanism for the use of thread synchronization, if a banking system there are two threads to implement task teller. A teller at the counter using th
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:624
    • 提供者:xingwenjing
  1. 15085

    0下载:
  2. 进程的同步是操作系统处理机管理的重要内容,本实验要求学生理解生产者与消费者问题模型,掌握解决该问题的算法思想,学会使用同步机制。-The process of the operating system processor synchronization is an important aspect of management, this experiment requires students to understand the issue of model producers and cons
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4210358
    • 提供者:张昱龙
  1. Stability

    0下载:
  2. 线性方法同步状态稳定性的完全连接的PLL网络-Stability of linear methods of synchronization status of the fully connected network of PLL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:134317
    • 提供者:xuan
  1. ABAB

    0下载:
  2. 线程对数据的同步操作与用消息来控制线程的正常结束。有文档说明怎么实现的-Thread synchronization of data and using information to control the normal end of the thread. Have documented how to achieve the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:36848
    • 提供者:方南
  1. readerwriter

    0下载:
  2. 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2269
    • 提供者:屠娇娇
  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. Toachievemutualexclusionandsynchronizationprocess.

    0下载:
  2. 一个操作系统的试验,实现了两进程的同步和互斥,还有试验报告哦。-An operating system of the test, the realization of a two-process synchronization and mutual exclusion, as well as test report Oh.
  3. 所属分类:Windows Develop

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

    0下载:
  2. Decribes an implementation of synchronization of threads through the usage of critical sections, semaphores and events, in the guise of a simulated obstacle race.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:46404
    • 提供者:Atelier
  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. liu-control

    0下载:
  2. Liu混沌系统程序及其线性反馈同步控制程序-Liu chaotic system of linear feedback synchronization control
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:551664
    • 提供者:mumu
  1. OS_Chapter_2

    0下载:
  2. 2.1. Processes. 2.2. Threads. 2.3. Problems in communication between processes. 2.4. Communication and synchronization mechanisms. 2.5. Planning
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:850977
    • 提供者:pass
  1. SyncTime

    0下载:
  2. 从网络服务器同步系统时间,采用UDP协议,使用DatagramPacket,DatagramSocket类-From the network server time synchronization system, using UDP protocol, use the DatagramPacket, DatagramSocket Class
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:1065
    • 提供者:leo
  1. multitreadsrc

    0下载:
  2. 十个多线程的开发实例,讲解了如何创建线程,以及如何实现同步-The development of more than 10 examples of thread, on how to create threads, as well as how to achieve synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-13
    • 文件大小:20409011
    • 提供者:lily
  1. ProducerConsumer

    0下载:
  2. 一个关于线程同步锁机制(生产者和消费者)的经典历程-A thread synchronization lock mechanism (producers and consumers) of the classic history of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:671
    • 提供者:
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com