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

搜索资源列表

  1. use_linux_to_design_plc

    0下载:
  2. 在数控机床中, 通常用可编程控制器( PLC) 对机床开关量信号进行控制。PLC可靠性高, 使用方便。但在大多数数控机床, 特别是经济型数控机床中, 要求的输入输出点数并不多, 通常在60点以下,因此, 为了降低数控机床成本, 在基于工业PC机的数控系统中, 可以采用开关量I/O板加外接继电器,配合主机的软件对机床开关进行控制。但如果PC机采用单任务操作系统(如DOS) , 数控系统的所有任务运行都置于一个总体的消息循环中, 软件的模块化和可维护性较差, 系统故障的风险相对集中, 而且不能充分利
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:88662
    • 提供者:重工业
  1. mutex

    0下载:
  2. Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:4841
    • 提供者:Shanae
  1. ipc

    0下载:
  2. linux管道和信号量等进程通信机制的基础源代码。-the pipe and fifo code for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:3992
    • 提供者:maoyuan li
  1. barber

    0下载:
  2. 操作系统,关于理发店的经典问题的解决办法。在linux下变成,包括了互斥、同步信号量以及信息传递问题。-Operating system, about the solution of barber. coding with the Linux system, including synchronous and mutex and tranferation of information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:606494
    • 提供者:Eric Chen
  1. producer_consumer

    0下载:
  2. 在Linux下创建两个线程,利用信号量和互斥锁实现生产者和消费者的典型问题。编译器G-Under Linux creates two threads using semaphores and mutexes to achieve the typical problems of producers and consumers. GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:595
    • 提供者:hanzhen
  1. semaphore_1

    0下载:
  2. linux信号量的通信,代码能够运行,注释很详尽。-linux semaphore communication, code can run, very detailed notes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:yue
  1. msg

    0下载:
  2. linux c 信号量 使用例子 信号量锁,适合初学者-linux c examples of the use semaphore semaphore lock, suitable for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3774
    • 提供者:yp
  1. sem

    0下载:
  2. linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:13156
    • 提供者:wuq
  1. sem

    0下载:
  2. Linux IPC通信之信号量的PV操作,包含申请资源、唤醒等待资源的任务等-Linux IPC semaphore communications PV operation, including the application of resources, tasks waiting for resources wake
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:1651
    • 提供者:zhang
  1. signal

    0下载:
  2. linux下信号量编程,属于进程间通信的一种机制, 可作为参考-programming under linux semaphore, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:deng
  1. chat_sem

    0下载:
  2. 用linux的套接字 ,实现字符界面的聊天。主要用的信号量,共享内存-With Linux socket, chat interface of characters. Mainly use the semaphore and Shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:26412
    • 提供者:静心
  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. 03semaphore

    0下载:
  2. Linux 下 的信号量编程,保证的用户进程的正常调度-Semaphores under Linux programming, to guarantee the normal operation of a user process
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:黄志林
  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. chapter15

    0下载:
  2. 嵌入式Linux中信号量、消息队列、共享内存编程设计-Embedded Linux, semaphores, message queues, shared memory programming design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:9277
    • 提供者:vindisel
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. SharedMemory

    1下载:
  2. Linux共享内存源码,包括写共享内存的进程代码,读共享内存的进程代码,还有信号量的代码-Linux shared memory source, including the process of writing code for shared memory, shared memory reading process code, there semaphore code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:辛明泉
  1. Semaphore_papers

    0下载:
  2. 一些linux下信号量方面文章,花了好多时间搜集的-some papers of Semaphore about linux
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:912383
    • 提供者:李文杰
  1. linux_code

    0下载:
  2. 包括linux文件IO、进程间通信、网络编程、信号量、互斥锁的各个基本linux高级编程的源码-linux thread ipc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:828273
    • 提供者:inzaghi1
  1. pthread-master

    0下载:
  2. 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:ExcaliburZH
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com