CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程间

搜索资源列表

  1. IPC_shareCode

    0下载:
  2. 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:36432
    • 提供者:
  1. demonstrationInterProcess

    0下载:
  2. windows vb进程间通讯演示附源代码-demonstration of inter-process communication vb source code is attached
  3. 所属分类:Static control

    • 发布日期:2017-03-30
    • 文件大小:51262
    • 提供者:张帆
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
  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 create the operating system, proces
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:776194
    • 提供者:姜文
  1. linuxhjjc

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

    • 发布日期:2017-04-06
    • 文件大小:181877
    • 提供者:taojinsha
  1. process_communication

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

    • 发布日期:2017-04-04
    • 文件大小:53741
    • 提供者:薄大户
  1. linux

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

    • 发布日期:2017-03-28
    • 文件大小:10631
    • 提供者:Lee
  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. 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. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3760884
    • 提供者:yuanzi
  1. Wince_CopayData

    0下载:
  2. wince下两个进程间进行数据交换,模拟GPS数据发送与接收。-wince under the exchange of data between two processes to simulate GPS data to send and receive.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:11249651
    • 提供者:王昶海
  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 hope that everyone likes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7523
    • 提供者:韩佳楠
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:80383
    • 提供者:王朝帅
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:138002
    • 提供者:maya
  1. FileMap

    0下载:
  2. 进程间通讯,内存间共享,可以多进程间通讯,实现内建共享-Inter-process communication, memory, shared between
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:2856
    • 提供者:lihaopeng
  1. os

    0下载:
  2. 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:11145
    • 提供者:董俐
  1. zylappcom113

    0下载:
  2. "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:451567
    • 提供者:fyhe
  1. linuxC_programming

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

    • 发布日期:2017-05-23
    • 文件大小:7599875
    • 提供者:cmdeng
  1. linux

    1下载:
  2. 利用linux多进程以及进程间通信模拟车辆过桥,车辆用一个进程表示。-Use linux process and inter-process communication than the simulated vehicle across the bridge, a process that used vehicles.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-06-12
    • 文件大小:11264
    • 提供者:chaser tang
  1. 进程通信

    0下载:
  2. E语言写的进程间通信示例代码!
  3. 所属分类:易语言编程

    • 发布日期:2012-11-21
    • 文件大小:18658
    • 提供者:1610294322
  1. SHARE_MEMORY_TEST

    0下载:
  2. 该共享内存测试程序,可以实现进程间共享内存通讯,可以用来修改使用。(The shared memory test program, you can achieve inter-process shared memory communication.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:23063552
    • 提供者:daluozi
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com