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

搜索资源列表

  1. linuxmulti-thread

    0下载:
  2. 提供了许多线程间通信的实例程序。用linux下的C语言实现。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6042
    • 提供者:jidong
  1. DiningPhilosophers

    0下载:
  2. Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2103
    • 提供者:金鑫
  1. SharedMemory

    2下载:
  2. linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:13115
    • 提供者:vividonly
  1. TomandJerry

    0下载:
  2. 用五个实例来解释linux下的c编程,包括文件读写、进程、线程、管道、TCP通信等-With five examples to explain the c programming under linux, including documents to read and write, process, thread, pipe, TCP communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:14031
    • 提供者:李旭章
  1. Linux

    0下载:
  2. 对windows平台程序开发到Linux平台的程序开过渡做了说明,即使初次接触Linux也能很快上手.剖析了Linux应用开发的主要专题,例如进程,进程间通信,线程,网络,图形及数据库。-On the windows platform to Linux platform for development of procedures to open the transition to do a note, even if the initial contact with Linux can be q
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:313058
    • 提供者:hehe
  1. linux_process

    0下载:
  2. 基于linux的系统编程程序,有进程控制,进程间通信,线程等,都是本人练习写的,注释详尽-Based on the linux system programming procedures, there is process control, interprocess communications, threads and so on are all written in my practice, notes in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8004
    • 提供者:黄山
  1. embedded_develop_instructor

    0下载:
  2. 该文档是基于博创实验箱指导书,里头有多线程、ad转换、QT在LINUX上移植、无线电通信等等,具有源码解析及电路图-The document is based on the experimental Fiberxon guide book box, inside a number of threads, ad conversion, QT on transplantation at LINUX, radio communications and so on, with source code a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1926660
    • 提供者:yangweihao
  1. linux_queue_message

    0下载:
  2. 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1714
    • 提供者:phili
  1. ccplusplus

    0下载:
  2. 《征服CC++企业软件开发核心技术》源代码,其中包括linux和window的代码,对线程,网络通信,数据库等有说明。-" Conquer the CC++ enterprise software development of core technologies," the source code, including linux and the code window for the thread, network communications, database, such
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3579367
    • 提供者:leah
  1. LinuxC

    0下载:
  2. 本电子书详细讲述LINUX下的C语言编程技巧,线程进程文件网络通信等内容-LINUX described in detail in this book under the C language programming skills, network communications, threading process, the contents of the file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:510327
    • 提供者:王鑫
  1. UNIXhuanjinggaojibiancheng

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14538604
    • 提供者:李智军
  1. AdvancedLinuxProgramming

    0下载:
  2. 进阶linux编程,介绍了进程,线程,进程间通信,文件系统等内容-Advanced Linux Programming Chapter 01- Advanced Unix Programming with Linux 。Chapter 02- Writting Good GNU/Linux Software 。Chapter 03- Processes 。Chapter 04- Threads 。Chapter 05- Interprocess Communication 。Chapte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6190847
    • 提供者:cassie
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. pipe

    0下载:
  2. 线程与管道通信 设有二元函数f(x,y) = f(x) + f(y) 其中: f(x) = f(x-1) * x (x >1) f(x)=1 (x=1) f(y) = f(y-1) + f(y-2) (y> 2) f(y)=1 (y=1,2) 请编程建立3个并发协作进程或线程,它们分别完成f(x,y)、f(x)、f(y) -pipe and linear community
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1010
    • 提供者:
  1. playaudio

    0下载:
  2. 在Linux环境下实现多线程之间的通信,也可以在两台PC机上实现通信
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1151
    • 提供者:丰金平
  1. Semaphore

    0下载:
  2. linux下posix信号量的C语言封装,以及示例代码。可用于线程间和进程间通信。-Provide C-language package of posix semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8886
    • 提供者:vividonly
  1. QQlinux

    0下载:
  2. linux下简单QQ程序,用socket通信实现,通过建立两个线程实现数据的发送与接收,包括服务端和客户端程序-QQ linux in the simple procedure, using socket communication to achieve, through the creation of two threads to send and receive data, including server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1272
    • 提供者:张文惠
  1. 0UnixCommunicatiThreads

    0下载:
  2. unix 下的系统编程包括了进程间通信,线程等-Unix Systems Programming Communication, Concurrency, and Threads 2003.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2606724
    • 提供者:卡卡
  1. TUXEDO-c

    0下载:
  2. unix系统编程他们包括了进程间通信,多线程之间线程调度-Unix Systems Programming Communication, Concurrency, and Threads 2003.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:111435
    • 提供者:卡卡
  1. linux-jiangyi

    0下载:
  2. 有关linux上编程的基础知识,及一些专题的源代码。包括进程编程、线程编程、进程间通信、高级编程主题、web服务器开发等 为清华大学linux下c++讲义-The basics of programming on linux, and some special source code. Tsinghua linux under c++ lecture notes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:421136
    • 提供者:菲娜
« 1 23 »
搜珍网 www.dssz.com