搜索资源列表

  1. tx

    0下载:
  2. 这个是一个代码实现进程间的通信及其具体解释!-This is a code to achieve inter-process communication and its detailed explanation!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李逆
  1. 080618104650

    0下载:
  2. 简单管道通信,介绍了如何通过pipe实现父子进程间的通信-Simple pipeline communications, through the introduction pipe realize how the process of communication between father and son
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:michael
  1. pipe.c

    0下载:
  2. 这是一个管道实现的简单源程序,实现进程间的通信和管理 -This is a pipeline to achieve a simple source code to achieve inter-process communication and management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:肖欣
  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编程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:黄山
  1. linuxC_sourcecode

    0下载:
  2. 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books mat
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:3142656
    • 提供者:陈笑天
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different proce
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:761856
    • 提供者:kunlunshanjiao
  1. SharedMemmoryQueue

    0下载:
  2. 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.-This library supports inter process communication via shared memory access and event notification mechanism.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:53248
    • 提供者:hegallis
  1. osshiyan

    0下载:
  2. 本实验要求熟悉Linux环境下C语言编译器的使用。掌握操作系统中有关进程创建、进程同步、进程互斥以及进程间通信相关系统调用的使用,按照要求书写实验报告-Requirements of this experiment are familiar with C language under Linux environment for the use of the compiler. To master the process to creat
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:776192
    • 提供者:姜文
  1. aa

    0下载:
  2. 编程模拟多进程共享临界资源 进程间通信可以采用信号、消息传递、管道或网络通信方式-Programming multi-process simulation of the process of sharing critical resources can be used between the communication signal, information transmission, communication channels
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:643072
    • 提供者:tang qi
  1. linuxhjjc

    0下载:
  2. 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
  3. 所属分类:技术管理

    • 发布日期:2024-05-15
    • 文件大小:182272
    • 提供者:taojinsha
  1. process_communication

    0下载:
  2. 嵌入式 linux 进程创建、进程间通信应用程序源代码及修改练习。-Embedded linux process creation, interprocess communication application source code and modify practice.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:53248
    • 提供者:薄大户
  1. linux

    0下载:
  2. 深刻理解Linux进程间通信.doc 详细介绍了linux进程间的通讯原理-A deep understanding of Linux inter-process communication. Doc details the inter-process communication principle linux
  3. 所属分类:编程文档

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:Lee
  1. UNIXhuanjinggaojibiancheng

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

    • 发布日期:2024-05-15
    • 文件大小:14538752
    • 提供者:李智军
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:3761152
    • 提供者:yuanzi
  1. signal-comminication

    0下载:
  2. linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hop
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:韩佳楠
  1. File_Map_Server_Client

    0下载:
  2. windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:105472
    • 提供者:morry
  1. xx

    0下载:
  2. 操作系统的课程设计,模拟进程管理器,有新建进程,显示进程,删除进程,更换进程,进程间通信等-Operating systems curriculum design, simulation process manager, there are new processes, show the process, remove the process, change process, inter-process communication
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:138240
    • 提供者:maya
  1. zylappcom113

    0下载:
  2. "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:451584
    • 提供者:fyhe
  1. linuxC_programming

    0下载:
  2. linux下C程序设计,包括网络编程,进程间通信等,经典-Under linux C programming, including network programming, inter-process communication, classical
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:7600128
    • 提供者:cmdeng
« 1 2 3 4 5 67 8 9 10 11 ... 45 »

源码中国 www.ymcn.org