1.什么是aidl:aidl这是 Android Interface definition language缩写,认清,这是android进程间通信接口的叙事语言描述。通过它我们可以定义进程间通信接口icp:interprocess communication :内部进程通信2.既然aidl能够定义...
分类:
移动开发 时间:
2015-07-30 19:10:06
阅读次数:
221
Windows Communication Foundation(WCF)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台。整合了原有的windows通讯的 .net Remoting,WebService,Socket的机制,并融合有HTTP和FTP的相关.....
分类:
其他好文 时间:
2015-07-30 18:29:36
阅读次数:
118
WCF编程系列(一)初识WCFWindows Communication Foundation(WCF)是微软为构建面向服务的应用程序所提供的统一编程模型。WCF的基本概念: 地址:定义服务的地址 绑定:定义服务的通讯方式(传输协议、编码方案) 契约:定义服务的具体实现 终结点:由地址、绑定和契约共...
分类:
其他好文 时间:
2015-07-30 00:41:55
阅读次数:
130
1. 什么叫进程间通信?
进程间通信(Interprocess Communication)是指两个或多个进程之间进行数据交换的过程,也称IPC 。
2. 为什么要有IPC?
因为进程之间存在天然的内存壁垒,虽然维护了了数据的可靠性,但同时也阻塞了进程间的通信。
3. 分类:
1) 简单进程间通信:命令行参数、环境变量、信号、文件。
2) 传...
分类:
系统相关 时间:
2015-07-28 13:14:34
阅读次数:
178
Communication API Cross Document Messaging (跨文档消息通信) postMessage API origin security(源安全)chatFrame.contentWindow.postMessage('hello','http:...
poj 1502 MPI MaelstromDescription
BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical communication subsyste...
分类:
其他好文 时间:
2015-07-26 15:46:39
阅读次数:
114
Side onePoll flew above the City. Bright street lights flashed by below. He was winding his way around needle-sharp spires of communication towers and...
分类:
其他好文 时间:
2015-07-17 22:25:59
阅读次数:
137
题目大意:要买n个零件,每个零件可以由m个厂家提供,每个零件都有相应的b值和p值。(每个零件只能买一个)现在要求你求出最大的min(b) /sum(p)
min(b)表示的是每个零件的最小b值
sum(p)表示的是每个零件的p值的和解题思路:直接暴力#include
#include
#include
using namespace std...
分类:
其他好文 时间:
2015-07-17 21:04:26
阅读次数:
141
http://gnu-linux.org/xmpp-integration-with-asterisk.htmlXmpp stands for eXtensible Messaging and Presence Protocol, Its a widely used communication pr...
分类:
其他好文 时间:
2015-07-17 18:02:20
阅读次数:
161
fw_common.h包含了USRP固件和上位机共用的代码,寄存器地址映射、结构体定义等
#include
/*!
* Structs and constants for usrp2 communication.
* This header is shared by the firmware and host code.
* Therefore, this header may onl...
分类:
其他好文 时间:
2015-07-15 22:47:55
阅读次数:
132