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

搜索资源列表

  1. time_adjust

    0下载:
  2. VC++连接世界服务器同步校正电脑时间的源码-VC++ computer connected world time server synchronization source correction
  3. 所属分类:Windows Kernel

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

    0下载:
  2. Visual C++ 6.0下利用互斥量同步线程来实现文件读取进度条的程序源码,感兴趣的可以参考下-Visual C++ 6.0 under the thread synchronization using mutex to achieve the progress of the document read program source code, can refer interested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:24116
    • 提供者:方胜鹏
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 设计目的:通过研究Linux 的进程机制和信号量,实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,有界缓冲区可用数组实现,缓冲区中的内容自定。 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程标识符.(2)生产者和消费者至少各有两个以上.(3)多个生产者或多个消费者之间须有对缓冲区进行共享操作的函数代码(注意互斥与同步).-Design Objective: To study the mech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13661
    • 提供者:奋斗
  1. CriticalSecitonThreadSyn

    0下载:
  2. vc 使用临界区对象(CriticalSeciton)实现线程同步\CriticalSecitonThreadSyn的程序源码,希望对大家有所帮助-vc using a critical section object (CriticalSeciton) to achieve thread synchronization \ CriticalSecitonThreadSyn the program source code, we hope to help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27901
    • 提供者:程胜利
  1. CriticalSecitonThreadSyn

    0下载:
  2. 使用临界区对象(CriticalSeciton)实现线程同步\CriticalSecitonThreadSyn\CriticalSecitonThreadSyn.rar,很不错的vc源码,有兴趣的朋友可以看看。-Use a critical section object (CriticalSeciton) to achieve thread synchronization \ CriticalSecitonThreadSyn \ CriticalSecitonThreadSyn.rar, ver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:30311
    • 提供者:
  1. main1

    0下载:
  2. 创建线程 同步控制 条件变量三者结合操作-Create a thread synchronization control variable combination of the three operating conditions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:周东民
  1. 325516shengchanzhexiaofeizhe

    0下载:
  2. 线程同步的具体实现 生产者消费者问题的具体实现-Thread synchronization implementation Producer consumer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:180995
    • 提供者:kkk000111999
  1. time

    0下载:
  2. E语言,自动同步授权中心时间,自动同步百度时间-E language, automatic time synchronization license center, automatic time synchronization Baidu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:189465
    • 提供者:继续跳舞
  1. wordscount-wc.c

    0下载:
  2. 多线程实现单词统计工具。允许线程使用互斥锁修改临界资源,确保线程间的同步与协作。-Multi-threading word statistical tools. Allows threads to use a mutex to modify the critical resources to ensure that inter-thread synchronization and collaboration.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:660
    • 提供者:fanshu
  1. timerserverNTP

    2下载:
  2. 这是一个很好的NTP时间管理程序,包括NTP软件的客户端和服务器端,实现局域网络的时间同步-This is a good NTP time management program, including NTP client software and server-side, to achieve local area network time synchronization
  3. 所属分类:Windows Kernel

    • 发布日期:2014-08-25
    • 文件大小:1556480
    • 提供者:罗伟
  1. 3

    0下载:
  2. 按照生产者/消费者的工作原理,在Linux环境下,创建两个进程(或线程),一个进程(线程)作为生产者(用来向缓冲区中写入字符,字符的个数有限),另一个进程(线程)作为消费者(从缓冲区中读取生产者写入的字符)。 要求: 1. 程序应将缓冲区中的内容不断的显示出来; 2. 程序设计中要考虑两进程并发执行中的同步与互斥问题; 3. 有能力的同学可以将管理的并发进程数扩展为N(N>=3)多个。-In accordance with the producer/consumer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:356475
    • 提供者:庄镝
  1. bus

    0下载:
  2. LINUX平台下,实现司机和售票员的进程同步-LINUX platform, the driver and conductor of the process synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6623
    • 提供者:angeloen
  1. Sams---Linux-Kernel-Development-Second-Edition.ra

    0下载:
  2. The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insid
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1334369
    • 提供者:Bluehouse
  1. neura_cryptography

    0下载:
  2. This program about neural cryptography to get synchronization between two system. -This program about neural cryptography to get synchronization between two system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1226
    • 提供者:rajendran
  1. mysync.sh.tar

    0下载:
  2. Linux脚本程序,用于文件夹的差异查找以及同步-Linux scr ipt, the differences for folder Find and synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1406
    • 提供者:Allan
  1. Operating-system

    0下载:
  2. 操作系统课程设计 利用同步机制实现消费者生产者功能-The curriculum design of the operating system synchronization mechanism to achieve the consumer producer function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:448593
    • 提供者:shoapeng
  1. linux_shm_open

    0下载:
  2. linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:7327
    • 提供者:howay
  1. WorkerThreads

    0下载:
  2. 线程池实现方式,实现线程间同步,很好的例子-Thread pool implementation, to achieve synchronization between threads, a good example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:40960
    • 提供者:姚立明
  1. ProducersAndConsumers

    0下载:
  2. 、生产者-消费者问题是很经典很具有代表性的进程同步问题,计算机中的很多同步问题都可抽象为生产者-消费者问题,通过本实验的练习,希望能加深学生对进程同步问题的认识与理解 -The producer- consumer problem is a classic representative of the process is synchronization, computer synchronization problem can be abstracted as many producer- co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1421153
    • 提供者:巴西里
  1. libsync.tar

    0下载:
  2. libsync是一个用于网络数据同步的开发库-libsync is a development libraries for network data synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:9735
    • 提供者:彭小豪
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com