系统组成
GSM(Global System for Mobile communication) 全球移动通信系统的网络结构见下图,如图所示从物理实体来看,主要包括:移动终端、BSS子系统和MSS子系统等部分。移动终端与BSS子系统通过标准的Um无线接口通信,BSS子系统与MSS子系统通过标准的A接口通信。
移动台(MS)
移动台是公用GSM 移动通信网中用户使用的设备,也是用...
分类:
移动开发 时间:
2016-05-12 14:53:01
阅读次数:
210
前言
为使应用程序之间能够彼此通信,Android提供了IPC (Inter Process Communication,进程间通信)的一种独特实现: AIDL (Android Interface Definition Language, Android接口定义语言)。
这篇文章将通过一个项目来介绍AIDL用法,包含了service和client。可能简单了些,不过轻省许多。
这篇博文...
分类:
其他好文 时间:
2016-05-12 14:11:30
阅读次数:
195
NFC简介: Near Field Communication 近场通信,是一种数据传输技术。 与wifi、蓝牙、红外线等数据传输技术的一个主要差异就是有效距离一般不能超过4cm。 NFC支持3种工作模式: 1.读卡器模式; 2.仿真卡模式; 3.点对点模式; 1.读卡器模式: 通过NFC设备(支持 ...
分类:
移动开发 时间:
2016-05-11 15:01:48
阅读次数:
169
来源:http://www.cnblogs.com/dongdonghuihui/archive/2012/09/26/2704619.html CAPL就是Communication Application Programming Laguage的缩写,CAPL类似于C语言的语法,因此所有的语法请 ...
分类:
其他好文 时间:
2016-05-09 20:29:25
阅读次数:
118
一、什么是WCF:
Windows Communication Foundation(WCF)是由微软发展的一组数据通信的应用程序开发接口,也可以说是一套软件开发包。WCF合并了Web服务、.net Remoting、消息队列和Enterprise Services的功能并集成在Visual
Studio中。WCF专门用于面向服务开发。
WCF的最终目标是通过进程或不同的系统、通过本...
分类:
其他好文 时间:
2016-05-08 20:01:19
阅读次数:
197
1.1:概述 IPC是进程间通信(interprocess communication)的简称。传统上该术语描述的是运行在某个操作系统上的进程间的各种消息传递(message passing)的方式。 在Unix操作系统过去30年的演变史中,消息传递经历了如下几个发展阶段。 管道(pipe),管道的 ...
分类:
其他好文 时间:
2016-05-08 19:46:45
阅读次数:
166
结构型建模可以帮助我们认清系统内各种各样的业务概念以及各业务概念间的关系;行为型建模则更进一步,让整个系统生机盎然。在UML中,行为型建模相关的图有:活动图(Activity Diagram)、状态机图(State Machine Diagram)、顺序图(Sequence Diagram),还有用得比较少的通信图(Communication Diagram)。个人能力有限,再加上大大说了通信图在实...
分类:
其他好文 时间:
2016-05-06 13:05:21
阅读次数:
764
1.aidl: android interface definition language,是一种它是一种android内部进程通信接口的描述语言,通过它我们可以定义进程间的通信接口icp:interprocess communication :内部进程通信 2.既然aidl可以定义并实现进程通信, ...
分类:
移动开发 时间:
2016-05-05 12:45:20
阅读次数:
350
Dr. YUE XIAO Dr. YUE XIAO Dr. YUE XIAO Professor National Key Lab of Communication Science and Technology on Communications University of Electronic S ...
分类:
其他好文 时间:
2016-05-03 23:56:02
阅读次数:
757
Asterisk (PBX) is an open source communication server released under the GPL license maintained by Gigium and Asterisk community. Asterisk is used for creating communication applications that turns an...
分类:
其他好文 时间:
2016-05-03 18:28:10
阅读次数:
443