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

搜索资源列表

  1. Linux环境进程间通信.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:12445
    • 提供者:
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. linux内核进程管理

    1下载:
  2. Linux内核进程管理 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点
  3. 所属分类:文档资料

    • 发布日期:2011-09-08
    • 文件大小:437734
    • 提供者:沈浪
  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:125201
    • 提供者:Gavin
  1. 操作系统课程设计之进程调度

    0下载:
  2. 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用jav
  3. 所属分类:文档资料

    • 发布日期:2009-12-23
    • 文件大小:310272
    • 提供者:ice042@126.com
  1. Android公司内部培训资料

    7下载:
  2. 介绍:据说是某500强公司的培训教程 第一章 Android开发环境 第二章 Android基础知识 第四章 Android虚拟机 第六章 Android进程间通信7 第七章 Android Camera架构 第八章 Android GWES 第九章 Android安全机制 第十一章 Android内核驱动——Alarm 第十三章 Android内核驱动——电源管理
  3. 所属分类:编程文档

    • 发布日期:2011-04-13
    • 文件大小:6379523
    • 提供者:ldf198312
  1. MemoryMappingFile

    0下载:
  2. 本文分析了Win32 环境下内存映射文件技术的系统实现原理, 并结合嵌入式文件系统的特点, 给出了该技术在嵌入式 实时通讯系统中对多进程间数据共享问题的解决方案-This paper analyzes the circumstances Win32 memory-mapped file system technology principle, combined with the characteristics of embedded file system, given the techno
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:90904
    • 提供者:天天
  1. CMMI

    0下载:
  2. CMMI 利用命名管道技术,在进程间进行通信的例程。希望和大家交流-CMMI using named pipe technology, in the process of communication between the routines. Would like to exchange
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:94575
    • 提供者:tjh
  1. dcdl

    0下载:
  2. DCDL:分布式控制描述语言,能以语言的方式完成对并发、进程间通信与同步和容错这3个基本功能的无二义的表达能力-DCDL: Distributed Control descr iption language, the language the way to completion of the complicated, inter-process communication and synchronization, and fault-tolerant three basic functions
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:11815
    • 提供者:郑湖湘
  1. VC++code

    0下载:
  2. 内容简介    本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。 不同于一般的讲述VC++使用的书籍,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法
  3. 所属分类:Document

    • 发布日期:2017-05-31
    • 文件大小:1795840
    • 提供者:libojeason
  1. Linuxcommunications

    0下载:
  2. Linux环境进程间通信,详细阐述Linux环境进程间通信-Linux environment for inter-process communications, the environment in detail the process of communication between Linux
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:181126
    • 提供者:tianranchen
  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. 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. IPCProcess

    0下载:
  2. 关于Linux系统下进程间通信的很好的学习资料。-Next on the Linux system, inter-process communication of good learning materials.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:30204
    • 提供者:gzx
  1. tongbu

    0下载:
  2. 实现进程间同步,父进程创建子进程,在Linux下实现多进程设计-To achieve inter-process synchronization, the parent process creates the child process, multi-process design under Linux
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:930
    • 提供者:萧邦
  1. connection

    0下载:
  2. 进程间基于共享存储区的通信,用C语言编写的,在Linux下运行-connection during the memory
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:24111
    • 提供者:刘伟亮
  1. Linux_Network_programming

    0下载:
  2. Linux网络编程教程,共十四章,第一章概论;第二章 UNIX/Linux 模型;第三章进程控制;第四章进程间通;第五章通信协议简介-Linux network programming tutorials, a total of 14 chapters, the first chapter overview second chapter UNIX/Linux model Chapter III process control fourth chapter the process of in
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:2066898
    • 提供者:李伟枝
  1. keshe

    0下载:
  2. 在unix环境下用c语言实现进程间通信(读写者问题,读写者不能同时进入共享区)-In the unix environment, with the c language to achieve inter-process communication (the problem of reading and writing, reading and writing were not also enter the shared area)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1755
    • 提供者:王兰
  1. Inter_process_communication

    0下载:
  2. 进程间通信 包括管道,消息队列,共享内存-Inter-process communication, including pipes, message queues, shared memory
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:310270
    • 提供者:wangwr
« 12 3 »
搜珍网 www.dssz.com