搜索资源列表
手持机GPRS通信程序
- 同上,是用68K328的处理器的手持机,主要用在GPRS的通信方面的程序,有想要的朋友赶快下,这方面的东西不太多,好的也不好找!-68K328GPRS
UNIX网络编程 第2卷 进程间通信.tar
- UNIX网络编程 第2卷 进程间通信 代码-UNIX Network Programming Volume 2 inter-process communication code
linux进程间通信的例子
- 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
用消息队列实现Client和Server间的通信
- 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
进程间通信
- 描述unix,linux下进程间通信方式-described unix, linux under inter-process communication
串口通信编程大全
- 串口通信编程大全
JinChengTongXun.zip
- 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
linux-uart
- 简单的嵌入式linux串口通信程序,非常实用,简单易懂,可在2440上使用-Simple serial communication program of embedded linux very practical, simple and easy to understand, can be used in the 2440
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
Qt
- 基于Qt的串口通信程序,已经调试可以放心使用。
chuankoutongxin
- 串口通信,用QT做一个上位机,实现向下位机发送数据。-serial communication
PipeCommunication
- linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
Serial
- Linux下串口通信程序,打开串口,发送与接收数据-Linux serial
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
UNIX网络编程第二卷 进程间通信.pdf
- UNIX网络编程第二卷 进程间通信,主要介绍进程间通(UNIX network programming, second volumes of inter process communication, mainly introduced inter process)
IB通信
- 分为客户端和服务器,两个程序,实现主从模式通信(It is divided into client and server, two programs to implement master slave mode communication)
LINUX网络通信引擎
- linux 网络通信引擎,编程控件 血与荣誉软件科技是一个软件服务商,主要提供了网络与通信引擎和网络中间件开发的SDK,提供了跨平台,稳定可靠的网络通信引擎。你可以在这套引擎上面快速的部署你的网络应用程序环境。此引擎不光封装了高性能API函数,还封装了底层网络IO和网络应用与协议相关接口,你可以使用此SDK快速部署与开发大型或者中小型应用服务器以及其他与网络和通信相关的应用程序。(Linux network communication engine, programming control
进程的创建和管道通信
- 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)
串口通信
- QNX下的串口通信,在实际的机器上测试了一下,发现可以连续的发送数据。(Serial communication under QNX)