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

搜索资源列表

  1. Mini FtpServer

    0下载:
  2. 一个演示工作原理命令的ftp服务器程序,使用信号量和临界区解决多线程的同步和互斥问题 -a demonstration of principle orders ftp server, the use of volume and signal to solve critical multithreading and synchronization of Mutual Exclusion
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:21332
    • 提供者:胡军
  1. InterComm

    0下载:
  2. 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:danis2008
  1. test_sem_vc

    0下载:
  2. 在vc环境下对ucos-ii的信号量的应用,有助于我们更加深刻的了解ucos-ii的通信。-in vc environment right CENTER-ii of the signal applications, help us to a more profound understanding CENTER-ii communication.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:260372
    • 提供者:wyt
  1. socket

    0下载:
  2. 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2014-01-17
    • 文件大小:74244
    • 提供者:aa
  1. share-consumer

    0下载:
  2. 信号量实现对生产者和消费者的共享内存的控制
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-17
    • 文件大小:1363
    • 提供者:一飞
  1. djkhsw

    0下载:
  2. LINUX的简单应用,含有串口和网络通信,信号量。-LINUX simple application, containing the serial and network communications, semaphore.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:64479
    • 提供者:litie
  1. wsmtp.tar

    0下载:
  2. 测试LInix环境中的信号量方法的使用以及应用,运用的是gcc的开发以及编译环境,这个代码简洁好用。-Test environment LInix Semaphore methods and applications, using the gcc compiler development and the environment, simple and easy to use this code.
  3. 所属分类:Email Client

    • 发布日期:2017-04-06
    • 文件大小:3338
    • 提供者:forbin
  1. proc_sema

    0下载:
  2. 一个基于ACE的信号量例子,说明如何在ACE开发包下来使用信号量Semaphore的相关函数-an example based on ACE lib
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:zhengsp
  1. 8

    0下载:
  2. 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-This is a way of blocking socket to use the chat program to do, use the amount of multi-threading technology and signal
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:71149
    • 提供者:是否
  1. socket

    0下载:
  2. 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:139103
    • 提供者:stallion
  1. socket

    0下载:
  2. 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术-This is a way to use blocking socket do chat program using multiple threads and semaphores Technology
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:56666
    • 提供者:邢超
  1. pthread

    0下载:
  2. linux2.6.27,fc8平台,使用信号量实现生产者消费者问题-linux semaphore producers and consumers
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:1039
    • 提供者:ffj
  1. semaphore

    0下载:
  2. linux 下的信号量编程,对初学者有一定的好处,值得一看。-semaphore programming under linux, there are certain advantages for beginners, worth a visit.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:685
    • 提供者:Varistor Peng
  1. thread

    0下载:
  2. 1 编写单进程多线程程序,实现一个线程A将另外一个线程B的从标准输入的字符串反序输出。 2 编写单进程多线程程序,用信号量实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。 3 编写单进程多线程程序,用互斥锁实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。-A single process writing multi-threaded program, implement a threa
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1887
    • 提供者:wangjian
  1. mutex

    0下载:
  2. 关于进程间通信的代码,实现进程间的互斥,最简单的进程(信号量之间进行互斥)-Code on the inter-process communication (mutex)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:1490
    • 提供者:张在侑
  1. forkSYSV

    0下载:
  2. 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1036
    • 提供者:伴随
  1. ThreadPosix

    0下载:
  2. 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者:伴随
  1. queue

    0下载:
  2. 共享内存及信号量PV操作封装 功能:信号量p操作,信号量V操作 共享内存初始化,取出数据, 放入数据,统计共享内存队列长度 -PV Operation package features: shared memory and semaphores semaphore p operation, the semaphore V operation shared memory initialization, remove the data into the data, the sta
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:5478
    • 提供者:林斌
  1. semaphore-(PV-opreate)

    0下载:
  2. 信号量PV操作的封装函数,包括一个.c文件和.h文件 用于进程间通信的同步.-simplified sem_wait and sem_post function
  3. 所属分类:Linux Network

    • 发布日期:2017-11-01
    • 文件大小:1679
    • 提供者:wu
  1. unixc-17

    0下载:
  2. linux 下 c语言编程,信号量机制,有助于加深了解信号量-under linux c programming language, semaphore mechanism to contribute to a better understanding of the semaphore
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:148262
    • 提供者:洪天
« 12 3 »
搜珍网 www.dssz.com