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

搜索资源列表

  1. LockSupport

    0下载:
  2. Basic thread blocking primitives for creating locks and other synchronization classes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4535
    • 提供者:temspin1
  1. Event

    0下载:
  2. 同步 线程的事件,原理简单,代码清晰简洁易懂,-Thread synchronization event, the principle is simple, the code is clear and concise and easy to understand, thank you
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2227880
    • 提供者:詹饿
  1. producer-customer

    0下载:
  2. linux中的多线程编程,信号量处理线程间的同步和互斥问题-In Linux multithreaded programming, the signal processing problem of synchronization and mutex between threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1327
    • 提供者:江其雄
  1. Get_web_time

    0下载:
  2. 获取网络时间,并更新系统时间从而实现同步-Access to network time and update the system time to achieve synchronization
  3. 所属分类:Windows Kernel

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

    0下载:
  2. Linux 下的 互斥锁的操作,保证的用的进程的同步-Linux under the mutex operation, ensure that the use of process synchronization
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:12868
    • 提供者:黄志林
  1. 05completion

    0下载:
  2. Linux 下 的 完成量驱动 ,保证了用户进程的同步-Linux under the complete amount of drive, ensure the user process synchronization
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:12509
    • 提供者:黄志林
  1. SyncTime

    0下载:
  2. 获取Internet网络时间,自动同步并更新系统时间。 开发环境:VS2010-Access to the Internet time, automatic synchronization and updates the system time. Development environment: VS2010
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:76854
    • 提供者:ljc
  1. Color-Extended-Visual-Cryptography-Using-Error-Di

    0下载:
  2. Color visual cryptography (VC) encrypts a color secret message into color halftone image shares. Previous methods in the literature show good results for black and white or gray scale VC schemes, however, they are not sufficient to be applied directl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:23788
    • 提供者:shital
  1. DINGSHIGUANJI

    0下载:
  2. VB 定时关机的小程序,没什么好说的,可以设置时间同步和任意时刻关机-VB timed shutdown applet, nothing to say, you can set the time synchronization and off at any time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:19048
    • 提供者:biaoqu
  1. CAvi

    0下载:
  2. 视屏录制,声音单独处理,基本同步,DIBframe封装gdi32截屏。-Screen recording, the sound alone, basic synchronization, DIBframe package gdi32 screenshots.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:2009050
    • 提供者:何小龙
  1. Linux_sem

    0下载:
  2. Linux下信号量的使用方法,通过这个例子可以学会Linux下的线程同步方法-Under Linux semaphore usage, thread synchronization method by the example under Linux can learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:700
    • 提供者:邵小龙
  1. Linux_cond

    0下载:
  2. Linux下条件变量的使用方法,通过此例子可以很好的掌握Linux下线程同步的方法-Use variables under Linux, by this example can be a good grasp of the Linux thread synchronization method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:邵小龙
  1. tsc_sync

    0下载:
  2. check TSC synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2364
    • 提供者:jfrutl
  1. smp-tbsync

    0下载:
  2. Smp timebase synchronization for ppc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:fqcujh
  1. printk

    0下载:
  2. Fixed SMP synchronization, 08 08 99, Manfred Spraul.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:22184
    • 提供者:tblaomr
  1. exynos_drm_crtc

    0下载:
  2. This function calls the crtc device(manager) s te_handler() callback to trigger to transfer video image at the tearing effect synchronization signal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4374
    • 提供者:wenrmkon
  1. CriticalSectionDemo

    0下载:
  2. 该例程摘自《Visual C++开发修行实录》,内容为使用临界区资源解决线程同步问题,其中使用的类为CCriticalSection-The routine is an excerpt Visual C++ development practice record , the contents of the use of critical resources to solve the problem of thread synchronization, which use the class
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3548918
    • 提供者:王桂喜
  1. SemaphoreDemo

    0下载:
  2. 该例程摘自《Visual C++开发修行实录》,内容为使用计数器解决线程同步问题,其中使用的类为CSemaphore-The routine is an excerpt Visual C++ development practice record , the content of the counter used to solve the problem of thread synchronization, which use the class for csemaphore
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1870848
    • 提供者:王桂喜
  1. mysql

    0下载:
  2. mysql双机数据库同步的配置方法,环境centos-Dual configuration mysql synchronization, environmental centos
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1986
    • 提供者:金鹏
  1. mutex

    0下载:
  2. Encapsulate a mutex for thread synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2371
    • 提供者:baixinben
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com