CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 互斥

搜索资源列表

  1. process1

    0下载:
  2. 这是一个关于线程互斥锁和条件变量的demo,是比较值得参考的。-This is a thread mutexes and condition variables demo, is worth considering.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:1074659
    • 提供者:李叶
  1. implement-the-program-mutex-run

    0下载:
  2. 如何实现程序互斥运行,C#的代码实现,很有用-How to achieve mutual exclusion run C# code to achieve useful
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:85230
    • 提供者:shang
  1. pthread-test

    0下载:
  2. linux下的多线程例子,包含了俩个线程的创建和互斥.-under linux multithreading example, contains both thread creation and mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:680
    • 提供者:zuoyong
  1. MultiThead

    0下载:
  2. vc多线程通信及互斥,模拟火车票购票系统,-vc multithreading communication and mutually exclusive, analog train ticket system
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-07
    • 文件大小:7797
    • 提供者:
  1. socket

    0下载:
  2. 支持TCP连接、互斥锁、条件变量、线程创建-Supports TCP connections, mutexes, condition variables, thread creation
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:5288
    • 提供者:cm
  1. mutex_semphore

    0下载:
  2. Linux下操作系统的基本知识,在多线程处理中通过信号量进行互斥处理。-Basic knowledge of the Linux operating system under multithreading semaphore mutex.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:19000
    • 提供者:江城
  1. MyhttpProxy

    0下载:
  2. 实现了一个功能简单的HTTP代理服务器,主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-A simple HTTP proxy server, introduces multi-threaded programming related knowledge, including the critical section is initialized and de
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-04
    • 文件大小:560801
    • 提供者:章顺利
  1. Lesson15Code

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Written in multithreaded programs, prone to the problem of multi-threaded applications. The mutex object explain how mutex object to realize multi-thread synchr
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:36238
    • 提供者:吕杰
  1. mutil_cpu

    0下载:
  2. 主要设计了基于Nios_的双核处理器的设计与实现,内含QUARTUS工程文件,实现了两个CPU通过互斥核通讯的实验。EP2C5平台-Primarily designed dual-core processors based Nios_ the design and implementation of embedded QUARTUS engineering documents, to achieve a of two CPU mutex nuclear communications experi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:22874352
    • 提供者:核外电子
  1. ConsumerAndProducer

    0下载:
  2. 操作系统实验3生产者消费者模拟,使用互斥量和信号量-Experimental producers and consumers analog operating system, use mutexes and semaphores
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:723432
    • 提供者:柳一帅
  1. 123

    0下载:
  2. 学习生产者与消费者的运行基本原理 (2)学习使用共享内存区 (3)学习使用多进程 (4)学会使用锁互斥访问对象。 -The learning of producers and consumers the run basic principle (2) learning to use a shared memory area (3) learning to use a multi-process (4) learn to use the lock exclusive access
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:16117
    • 提供者:程序
  1. ringbuf

    0下载:
  2. 一种ringbuff的实现 该机制可以不实用互斥锁-A ringbuff of the mechanism may not be practical mutex
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:817
    • 提供者:nhk
  1. tow_pthread_printf

    0下载:
  2. 实现linux多线程之间间隔互斥操作的互斥锁和条件变量例子-tow_pthread_printf linux lock pthread pinter something
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:937
    • 提供者:陈觉
  1. threads

    0下载:
  2. 多线程十大经典案例之一秒杀多线程,多线程同步互斥问题《秒杀多线程第四篇一个经典的多线程同步问题》及解决多线程同步互斥的常用方法——关键段、事件、互斥量、信号量、读写锁。为了让大家更加熟练运用多线程,将会有十篇文章来讲解十个多线程使用案例,相信看完这十篇后会让你能更加游刃有余的使用多线程。-Multi-threaded Ten classic case of the spike multi-threaded, multi-thread synchronization mutex problem &
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3205
    • 提供者:张海玲
  1. Read-and-write-operations-to-files

    0下载:
  2. 在本地建立一个txt文档,该程序用于对该文件实行读写操作,对理解读写互斥、写写互斥很有帮助。-Setting up a txt document locally, the procedures used for the implementation of read and write operations.
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:3068
    • 提供者:靳皓翔
  1. Test

    0下载:
  2. 生产者,消费者,互斥信号量,解决多线程调度问题,-Producers, consumers, mutexes, semaphores, to solve the multi-threaded scheduling problem
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:1025
    • 提供者:白梦娜
  1. huchi

    0下载:
  2. VC++使用内存映射文件实现多个程序间互斥运行,当程序正在运行时,利用内存映射,排斥再次打开本程序,打开时会给出提示“程序已经在运行”。-VC++ uses memory mapped files between multiple programs run mutually exclusive, when the program is running, the use of memory-mapped, exclusion again to open the proceedings open w
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:27978
    • 提供者:邵明华
  1. original_ak7v_3a25000000fe125b

    0下载:
  2. 操作系统中互斥变量的描述,是既操作系统课程之后对计算机底层的编程-Descr iption of operating system that mutually exclusive variables
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:44132
    • 提供者:张茜
  1. CheapOS

    0下载:
  2. CheapOS--嵌入式实时多任务操作系统源码免费下载 CheapOS使用与UCOS完全一样的HAL,与UCOS 完全HAL硬件兼容。 并且是完全免费的源代码,可用于商业产品上。 CheapOS最终的版本支持中断,信号,互斥锁,邮箱,延时函数等功能! 支持低功耗运行的实时操作系统,支持中断嵌套处理。 不同的任务可使用相同的优先级,并且最大可支持65535个应用任务。 方便的CPU USAGE占用率变量,操作系统运行状态一览无余。 如果你需要技术支持,请联系
  3. 所属分类:uCOS

    • 发布日期:2017-12-05
    • 文件大小:179004
    • 提供者:6756
  1. MultiThread

    0下载:
  2. 多线程编程测试,主要测试互斥量与临界区的使用-The use of multi-threaded programming test, the main test mutex and critical section
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:1618
    • 提供者:赵伟
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 46 »
搜珍网 www.dssz.com