码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
2017ecjtu-summer training #11 POJ 1018
Communication System Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 29218 Accepted: 10408 Description We have received an order from Pizoo ...
分类:其他好文   时间:2017-08-02 00:31:12    阅读次数:203
IPC机制
1、IPC简介 IPC是Inter-Process Communication的缩写,含义是进程间通信,是指两个进程之间进行数据交换的过程。在Android中,最有特色的进程间通信方式就是Binder了,通过Binder可以轻松地实现进程间通信。 Android还支持Socket,通过Socket可 ...
分类:其他好文   时间:2017-07-27 21:24:04    阅读次数:144
latency analysis for real-time communication on NoC
1.Flow-level analysis considers flows as indivisible transmissions across multiple nodes. As a result, it does not incorporate the effects of pipeline ...
分类:其他好文   时间:2017-07-26 17:46:49    阅读次数:141
Connector框架笔记
一个ResourceAdapter可以提供不同类型的Connection: Outbound communication(由JavaEE应用服务器创建到EIS的连接): Inbound communication(由EIS创建到JavaEE应用服务器的连接): Bi-directional comm ...
分类:其他好文   时间:2017-07-26 01:45:31    阅读次数:293
java之Secure communication terminology
java之Secure communication terminology There are several terms that are used when working with secure communications. These include the following: Auth ...
分类:编程语言   时间:2017-07-24 14:34:27    阅读次数:176
进程间通讯
进程间通讯(Inter process communication :IPC) 1》6种进程间通讯: 4种数据共享机制:包括管道(分为无名管道和有名管道),消息队列、共享内存、UNIX域套接字(socket); 1种实现异步机制:信号; 1种实现互斥和同步:信号量; ①、管道(pipe) 管道是一种 ...
分类:系统相关   时间:2017-07-24 10:10:44    阅读次数:184
android IPC通信(上)-sharedUserId&&Messenger
看了一本书,上面有一章解说了IPC(Inter-Process Communication,进程间通信)通信。决定结合曾经的一篇博客android 两个应用之间的通信与调用和自己的理解来好好整理总结一下这块的知识。因为内容较多,这部分会分上中下三篇博客来细致分析解说,第一篇上篇要解说的是shared ...
分类:移动开发   时间:2017-07-19 17:43:06    阅读次数:388
进程间通信 详解
进程间通信(IPC)介绍 进程间通信(IPC,InterProcess Communication)是指在不同进程之间传播或交换信息。 IPC的方式通常有管道(包括无名管道和命名管道)、消息队列、信号量、共享存储、Socket、Streams等。其中 Socket和Streams支持不同主机上的两个 ...
分类:系统相关   时间:2017-07-18 23:11:43    阅读次数:309
2017.07.12 Python网络编程之使用多路复用套接字I/O
1.在本章开始之前,需要先理解同步与异步,阻塞与非阻塞的区别: “阻塞”与"非阻塞"与"同步"与“异步"不能简单的从字面理解,提供一个从分布式系统角度的回答。1.同步与异步同步和异步关注的是消息通信机制 (synchronous communication/ asynchronous communi ...
分类:编程语言   时间:2017-07-15 19:00:21    阅读次数:260
5 Protocols For Event-Driven API Architectures
The internet is a system of communication, and as such, the relationship between client and server, as well as server to server, is one of the most of ...
分类:Windows程序   时间:2017-07-14 18:47:51    阅读次数:286
811条   上一页 1 ... 26 27 28 29 30 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!