CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 信号量

搜索资源列表

  1. Mutex.tar

    0下载:
  2. Mutex封装类,对信号量的封装,简单易用,带测试代码-Mutex wrapper class, semaphore package, easy to use, with the test code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1535
    • 提供者:朱广伟
  1. producer_consumer

    0下载:
  2. 信号量---线程间通信,“生产者消费者” 问题C代码模拟---- Thread semaphore communication between producers and consumers in the C code simulation
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:955
    • 提供者:scylla
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. test2

    0下载:
  2. 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3-Of design two the task tServer and tClient, tClient responsible for notifying the tSer
  3. 所属分类:Linux Network

    • 发布日期:2017-11-03
    • 文件大小:1222
    • 提供者:gfh
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2958
    • 提供者:q
  1. UDP-Linux-filetransfor

    0下载:
  2. LINUX 下C编写UDP 文件传输 运用多线程 队列 信号量-LINUX is written in C under the UDP file transfers using multithreading queue semaphore
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:72117
    • 提供者:小将
  1. sem

    0下载:
  2. linux下信号量封装,SystemV的,自己的简单封装-the under linux semaphore package, SystemV, own simple packaging
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:1221
    • 提供者:chen
  1. duohe

    0下载:
  2. 多核编程,包括多线程编程,计算PI,临界区实验,信号量实验,非常完整-Multi-core programming, including multi-threaded programming, calculated PI, critical section experiments, semaphores experiment, very complete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:645632
    • 提供者:yuan
  1. CreateShareMemory

    0下载:
  2. 此程序功能为开辟共享内存,服务器负责开辟一块共享内存,程序中包含一个读客户端和一个写客户端,并设置了信号量控制访问-This program will function as open shared memory, the server is responsible for opening up a shared memory, the program contains a read and a write client client, and set up a semaphore to con
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-10-31
    • 文件大小:12185066
    • 提供者:刘源
  1. IntAgent

    0下载:
  2. socket通信,使用了多进程及信号量的控制。 打印日志采用自己写的日志函数。-socket communication, the use of multiple processes and semaphores to control. Print log using the log to write their own functions.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:296328
    • 提供者:孙仲谋
  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. 2ipc

    0下载:
  2. 使用信号量机制,对文件d.txt进行+1操作,每次操作该文件时为一个原子操作(PV操作)。-Using semaphore mechanism for the file d.txt+1 operations, each operation when the file is an atomic operation (PV operation).
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:26986
    • 提供者:红丸
  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. multi-thread

    0下载:
  2. linx多线程编程,实现一个多线程生产者消费者模型,用信号量处理线程间的同步和互斥问题。-Linx multithreaded programming, the realization of a multi thread producer consumer model, process synchronization and mutual exclusion problem among threads using signal volume
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2700
    • 提供者:肖建华
  1. os

    0下载:
  2. linix哲学家问题,利用互斥信号量解决死锁。-linix philosophers problem, use mutex resolve the deadlock.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1275
    • 提供者:陈强
  1. semaphore-and-share-memory

    0下载:
  2. 两个进程对话,利用共享内存和信号量的知识-two program chart using knowledge of share memory and semaphore
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1466
    • 提供者:chen
  1. signal

    0下载:
  2. 简单介绍关于信号量的学习和使用,以及常用的模版-Brief to learn and use on a semaphore, and the common template
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1141
    • 提供者:张正
  1. 12_2_POPENPFIFOPsign

    0下载:
  2. Popen+信号量 在系统中的传播方式例子之一-Popen+ semaphore in the system, one example of communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:161828
    • 提供者:lixian
  1. thread

    0下载:
  2. 线程的互斥,互斥锁、条件变量、信号量、线程创建、线程等待、线程退出-Mutex thread, mutex, condition variables, semaphores, thread creation, thread waits, the thread exits
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6175
    • 提供者:Allen
  1. project

    0下载:
  2. 利用信号量方法进行哲学家就餐问题的死锁避免,把哲学家分为三种状态,思考,饥饿,进食,仅当一个哲学家左右两边的筷子都可用时,才允许他拿筷子,并且一次拿到两只筷子,否则不拿-Use semaphores method dining philosophers problem of deadlock avoidance, the philosopher into three states, thinking, hunger, eating only when both sides of a philos
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:905
    • 提供者:Qing
« 1 23 »
搜珍网 www.dssz.com