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

搜索资源列表

  1. ex05

    0下载:
  2. 进一步研究和实践操作系统中关于并发进程同步与互斥操作的一些经典问题的解法,加深对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。进一步了解Linux 系统中IPC 进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。-linux c process synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:75980
    • 提供者:孙凯
  1. shi31

    0下载:
  2. 实现父进程创建子进程,实现父子同步,调用简单文本-Father of the process to achieve the creation of sub-processes, to achieve synchronization son, called a simple text
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:667
    • 提供者:不懂
  1. pc

    0下载:
  2. WindowsUpdate自动更新服务与微软官方WindowsUpdate服务器同步,内容一致,速度更快-WindowsUpdate Automatic Updates service and the official Microsoft WindowsUpdate server synchronization, consistency, faster
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:3012
    • 提供者:陆逊
  1. AutoDIY

    0下载:
  2. 在线DIY配置生成系统的主要功能是通过后台的SQL Server 数据库收集电脑配件型号、说明和价格信息,通过Web页面让用户选择自己想要的配件,最后生成报价单,并给出整机价格。 前台用户所能接触到的数据库是和后台数据库同步更新大的,用户的选择是按配件分类进行的,配件产品信息和价格信息一目了然。用户可以随时查看整机的价格,并相应地对各个部分的预算进行调整。 系统管理员所要的就是维护好后台数据库的信息,几时更新,而不必考虑安全性问题等等方面问题。 -DIY online system
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:215186
    • 提供者:F
  1. datasynch

    0下载:
  2. 这是一个数据同步部分的程序,是基于VC++平台的。-This is part of a data synchronization process is based on VC++ platform.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:35676
    • 提供者:hua
  1. ka

    0下载:
  2. Linux系列实验,包括 存储器管理 进程调度 进程同步 等-Linux series of experiments, including memory management, such as the process of scheduling the process of synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:826602
    • 提供者:Alex
  1. 3LK-PM-INTR-SYNC

    0下载:
  2. The Linux Kernel: Process, Interrupts Communication, Synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:485413
    • 提供者:blue
  1. SynchronousAgencies

    0下载:
  2. 模拟实现用同步机构避免并发进程执行时可能出现的与时间有关的错误。模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。-Simulation using the process of synchronization to avoid complications that may arise in the implementation of time-related error. Simulation of PV body to achieve synchronous
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:38743
    • 提供者:屠娇娇
  1. reader

    0下载:
  2. 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1205
    • 提供者:zhang
  1. wyPRODUCER

    0下载:
  2. 生产者消费者 用C语言模拟LINUX操作系统的生产者和消费者同步互斥的操作-Producer consumer LINUX operating system, C language simulation of producers and consumers mutex synchronization operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:love暖色
  1. LsCommDemo

    0下载:
  2. LsComm就一个多线程同进接收串口信息的类库,本示例向大家展示如何使用它。示例实现了一个简洁易用的多线程串行通讯接口,可以以切换查询和自动接收两种模式进行对串口数据收发。实现选择串口、选择接收模式、发送数据、同步接收数据、异步接收数据等。-LsComm on a multi-threaded serial port to receive the same information into the library, the examples demonstrate how to use it.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:101599
    • 提供者:
  1. costas

    1下载:
  2. 科斯塔斯载波同步的实现。采用了V_LOG代码编写~~~~ 可以直接编译使用-Costas carrier synchronization is achieved. Coding used V_LOG ~ ~ ~ ~ can direct the compiler to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:5168
    • 提供者:刘伟
  1. AdvancedUNIXProgramming

    0下载:
  2. Advanced UNIX Programming goes beyond the fundamentals of UNIX programming and presents information and techniques the readers needs to expand their knowledge base. Designed for professional UNIX programmers, this book builds on the skills and knowle
  3. 所属分类:Linux-Unix program

  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. time

    0下载:
  2. 实现类似windows下系统时间同步的程序,可以自己改同步的服务器,希望有用-Windows to achieve a similar procedure under the system time synchronization, you can synchronize your server to change the hope that useful
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the producer consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1604
    • 提供者:超越
  1. comcommu

    0下载:
  2. 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9008939
    • 提供者:于禾
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. consumer

    0下载:
  2. 题目二:用多进程同步方法解决生产者-消费者问题。 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Title 2: The multi-process synchronization solution to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:37837
    • 提供者:duge
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com