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

搜索资源列表

  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
  1. UNIX_Systems_Programming-Communication_Concurrency

    0下载:
  2. unix系统编程第二版源代码,这本书主要讲Unix通信、并发、线程
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-16
    • 文件大小:1029632
    • 提供者:asdf
  1. mutex

    0下载:
  2. 多线程交互通信源代码下载,经过编译的,请放心使用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:
  1. linuxmulti-thread

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

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

    0下载:
  2. 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:106175
    • 提供者:china yaosan
  1. 生产者-消费者源程序

    0下载:
  2. 实现线程之间的通信与互斥-achieve communication between threads and Exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5905
    • 提供者:张兵
  1. 1406457248

    0下载:
  2. VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程-VC under the window and threads, the window between the commonly used communications mechanism news, the more comprehensive example of the application of a specific project
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:35409
    • 提供者:卢火
  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. VISUALC

    0下载:
  2. .c++语法及编程技巧 2.vc开发环境设置和边缘调试技巧。 3.键盘鼠标输入处理技巧 4.常用控件使用技巧 5.对话框技巧 6.窗口界面处理技巧 7.文件,文件夹,磁盘操作技巧 8.数据库操作 9.进程线程和dll操作技巧 10.多媒体的处理技巧 11.通信的操作技巧 12.com组件技术操作技巧 13.系统编程技巧-. c++ syntax and programming skills set and development environme
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:4081314
    • 提供者:杨敬
  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 23 4 5 »
搜珍网 www.dssz.com