搜索资源列表
-
0下载:
uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication
-
-
0下载:
Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
-
-
0下载:
linux讲义
详细介绍了linux的工作原理
内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
-
-
0下载:
ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
-
-
0下载:
vxworks环境下的多任务编程,与进程间的通信机制-VxWorks environment multi-task programming, and inter-process communication mechanism
-
-
0下载:
《嵌入式Linux应用程序开发详解》第8章 进程间通信-" Embedded Linux application development explain" Chapter 8 Inter-process communication
-
-
0下载:
Windows CE5.0进程间通信
Windows CE5.0进程的同步与互斥-Windows CE5.0 inter-process communication Windows CE5.0 process synchronization and mutual exclusion
-
-
0下载:
windows ce 使用内存映射文件实现进程间通讯-windows ce using memory-mapped file to achieve inter-process communication
-
-
0下载:
VxWorks实现进程间的通信,并使用了信号量同步。-VxWorks to achieve inter-process communication and synchronization using semaphores.
-
-
0下载:
本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
-
-
0下载:
EVC 进程间通讯的客户端源码,使用的是S3C2440 ARM9处理器,使用消息队列进行通信。-EVC client inter-process communication source, using the S3C2440 ARM9 processor, use the message queue.
-
-
0下载:
EVC 进程间通信,服务器端远吗,使用的是S3C2440单片机,ARM9处理器,使用消息队列通讯。-EVC inter-process communication, server-side far behind, using S3C2440 microcontroller, ARM9 processor, use the message queue communications.
-
-
0下载:
mp3应用层控制程序,利用进程间通信的共享内存方式实现通信,实现歌曲的上一曲,下一曲,暂停,继续,停止等功能-mp3 application layer control procedures, the use of shared memory inter-process communication means for communication, to achieve on a song, next song, pause, resume, stop, etc.
-
-
0下载:
开发平台:vs2005;
目标平台:WINCE;
功能描述:
进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。
在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Descr iption: inter-process communicat
-
-
0下载:
linux下进程间的通信,非常好的实例,代码页比较好,完整-linux under the inter-process communication, a very good example, code page, complete
-
-
1下载:
实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing
-
-
0下载:
自制的linux下对一些外设接口的产测软件,在显示上使用Android界面,利用socket中的UDP来实现进程间通信。-Homemade linux some production measured peripheral interface software used on the display Android interface, a UDP socket to achieve inter-process communication.
-
-
0下载:
基于TQ2440的LINUX程序源码,进程间通信测试程序,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-TQ2440 Linux program source code, inter-process communication test procedures, C language, cross-compiler for arm board procedures available in the linux environment
-
-
0下载:
linux进程间的通讯,利用3管道实现父进程与子进程间的双向通讯,并实现某一组函数的功能-linux inter-process communication, two-way communication using three pipelines parent process and the child process between function and to achieve a set of functions
-
-
0下载:
linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
-