当前位置:
首页 资源下载
搜索资源 - interprocess communication
搜索资源列表
-
1下载:
This report describes an architecture and software system for automatically performing
process planning and control code generation for cutting and inspecting prismatic piece
parts. This “Feature-Based Inspection and Control System” (FBICS) consi
-
-
0下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是全部的六个实验,有助于对操作系统的深入理解.-Ucore is a small operating system suitable for learning, " Sparrow" that contains the virtual memory managemen
-
-
0下载:
进程间通信中经典的司机-售货员问题,用信号量实现进程间通信。-Interprocess communication in the classic driver- salesman problem, with the amount of inter-process communication signals.
-
-
0下载:
C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
-
-
0下载:
Unix网络编程,进程间的通信.对于Unix/Linux下实现不同就用程序间的调用很有帮助.-Unix Network Programming, Interprocess Communication. For Unix/Linux under the different procedures used between the call helpful.
-
-
0下载:
Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了)
管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。
-Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
-
-
0下载:
UNIX网络编程第2卷 进程间通信。学习Linux很好的书籍-UNIX Network Programming Volume 2 Interprocess communication. Good books to learn Linux
-
-
0下载:
简单的进程间通信,信息传递
linux平台,父子进程-Simple interprocess communication, messaging linux platform, father and son process
-
-
0下载:
进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
-
-
0下载:
关于进程间通信的代码集锦,演示了各种通信方式 -Interprocess communication on code Collection, demonstrated a variety of means of communication
-
-
0下载:
关于进程间通信的代码集锦2,演示了各种通信方式 -Interprocess communication on code Collection 2, demonstrated a variety of means of communication
-
-
0下载:
用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
-
-
0下载:
Linux下C语言编程--进程通信、消息管理。编程技巧。-C program--Interprocess Communication and message management under Linux.
-
-
0下载:
This document provides the good insight of the interprocess communication. It also covers many useful topics such as message queue, shared memory, semaphore and so on.
-
-
0下载:
进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
-
-
0下载:
进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
-
-
0下载:
Linux 系统开发编程,此篇代码为进程通讯实例,大家可借鉴-Linux system development program, Cipian code for interprocess communication instance, we can learn from it
-
-
0下载:
进程间管道通信,进程间通信是操作系统课上必做的实验之一。-Interprocess communication pipes, inter-process communication is one of the operating system on the experimental class will do.
-
-
0下载:
进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication set of vc++ source code examples, communication between process and realization method as an example, through a small program to implement, the
-
-
0下载:
操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
-