码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
Android AIDL使用特定的解释
1.什么是aidl:aidl这是 Android Interface definition language缩写,认清,这是android进程间通信接口的叙事语言描述。通过它我们可以定义进程间通信接口icp:interprocess communication :内部进程通信2.既然aidl能够定义...
分类:移动开发   时间:2015-07-30 19:10:06    阅读次数:221
[Solution] WCF(1) 快速入门
Windows Communication Foundation(WCF)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows 通讯开发平台。整合了原有的windows通讯的 .net Remoting,WebService,Socket的机制,并融合有HTTP和FTP的相关.....
分类:其他好文   时间:2015-07-30 18:29:36    阅读次数:118
(转载)WCF Demo
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
了解HTML5和“她”的 API (二)
Communication API Cross Document Messaging (跨文档消息通信) postMessage API origin security(源安全)chatFrame.contentWindow.postMessage('hello','http:...
分类:Windows程序   时间:2015-07-27 12:57:14    阅读次数:249
poj 1502 MPI Maelstrom(最短路)
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
URAL1721——二分匹配——Two Sides of the Same Coin
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
POJ - 1018 Communication System (暴力)
题目大意:要买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
Xmpp integration with Asterisk
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
USRP通信的结构体和常量(上位机、下位机共用)
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
811条   上一页 1 ... 54 55 56 57 58 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!