期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
移动计算环境中的P2P中间件的研究 被引量:2
1
作者 谭浩 杨敏 +1 位作者 李心怡 刘化民 《电子科技大学学报》 EI CAS CSCD 北大核心 2007年第6期1342-1344,共3页
以P2P为基础,结合移动计算环境的特点,提出了适用于移动计算环境的移动P2P网络结构。该结构对P2P网络上的一些对等节点的功能进行扩充,使其成为移动嵌入式设备上网的代理;移动嵌入式设备通过HTTP协议与代理通信,代理再与P2P网络通信,从... 以P2P为基础,结合移动计算环境的特点,提出了适用于移动计算环境的移动P2P网络结构。该结构对P2P网络上的一些对等节点的功能进行扩充,使其成为移动嵌入式设备上网的代理;移动嵌入式设备通过HTTP协议与代理通信,代理再与P2P网络通信,从而实现移动嵌入式设备之间的通信。基于该网络结构,设计了移动P2P中间件结构,它由代理和移动客户两部分组成。该文基于JXTAP2P和移动计算平台J2ME,通过两个移动嵌入式设备间的文件共享实验,验证了该中间件结构的有效性和实用性。 展开更多
关键词 代理 中间件 移动计算环境 对等网络
在线阅读 下载PDF
移动计算环境下的用户匿名性问题研究 被引量:1
2
作者 张斌 邬江兴 《微电子学与计算机》 CSCD 北大核心 2003年第8期53-56,79,共5页
文章首先对移动计算环境下的移动用户匿名性问题进行了分类,给出了解决移动用户认证过程中匿名性问题的三种方法:共享密钥方法、公钥方法和混合认证方法。然后对这三种方法进行了比较分析,指出了存在的问题并给出了解决无家乡匿名认证... 文章首先对移动计算环境下的移动用户匿名性问题进行了分类,给出了解决移动用户认证过程中匿名性问题的三种方法:共享密钥方法、公钥方法和混合认证方法。然后对这三种方法进行了比较分析,指出了存在的问题并给出了解决无家乡匿名认证方法条件限制的有关建议。 展开更多
关键词 移动网络系统 移动计算环境 用户匿名性 共享密钥体制 INTERNET
在线阅读 下载PDF
一种基于移动计算环境的并发控制策略
3
作者 谭鹏 王磊 《微电子学与计算机》 CSCD 北大核心 2009年第7期147-150,155,共5页
针对移动计算环境中传统的并发控制机制并不足以支持移动事务执行的问题,提出一种新的事务管理机制以提高移动事务的处理效率.文中着重研究移动事务的并发控制机制,提出了一种基于动态计时器机制的并发控制策略.该策略主要是在锁管理器... 针对移动计算环境中传统的并发控制机制并不足以支持移动事务执行的问题,提出一种新的事务管理机制以提高移动事务的处理效率.文中着重研究移动事务的并发控制机制,提出了一种基于动态计时器机制的并发控制策略.该策略主要是在锁管理器中添加动态计时器,通过调整事务执行队列以及动态的分配事务执行时间,达到减少事务的重启次数,提高事务提交率的目的.性能测试表明,所提出的并发控制策略能提高移动计算环境下事务的成功率. 展开更多
关键词 移动计算环境 并发控制 动态计时器 提交率
在线阅读 下载PDF
一种移动数据库自适应缓存管理模型构建及应用研究 被引量:1
4
作者 朱长元 刘亚军 《科技通报》 北大核心 2015年第1期166-171,共6页
针对移动计算环境,提出了移动数据库自适应缓存管理概念,给出了移动数据库自适应缓存模型。针对移动位置服务提出了弹性分组压缩位向量法,针对断接性提出了主动夭折与通知确认机制相结合法。详细给出了移动数据库自适应缓存调度算法及... 针对移动计算环境,提出了移动数据库自适应缓存管理概念,给出了移动数据库自适应缓存模型。针对移动位置服务提出了弹性分组压缩位向量法,针对断接性提出了主动夭折与通知确认机制相结合法。详细给出了移动数据库自适应缓存调度算法及实现。最后通过移动手机预约挂号系统的应用验证了该方法的有效性。实际运行结果表明它能大大改善移动应用响应时间、降低系统资源开销,在支持移动位置服务及断接性等方面具有较好的性能,从而提升移动应用整体性能。 展开更多
关键词 移动数据库 移动计算环境 自适应缓存管理 位置服务 断接
在线阅读 下载PDF
基于代理的移动事务处理模型
5
作者 李金玉 杜永文 《信息技术》 2007年第9期67-69,72,共4页
在移动计算环境中,为了支持断连操作,一方面,需要在移动客户端上进行数据缓存;另一方面,在重新连接后,移动客户端上的暂时事务需要在服务器上重新执行,这使得事务的一致性很难得到保障。扩展嵌套事务的概念并提出了一种模型,通过在事务... 在移动计算环境中,为了支持断连操作,一方面,需要在移动客户端上进行数据缓存;另一方面,在重新连接后,移动客户端上的暂时事务需要在服务器上重新执行,这使得事务的一致性很难得到保障。扩展嵌套事务的概念并提出了一种模型,通过在事务执行机制中加入移动代理,使事务执行时数据的一致性在频繁断连状态下能满足应用要求。 展开更多
关键词 移动计算环境 断连操作 嵌套事务 代理
在线阅读 下载PDF
缓存失效策略的性能分析数学模型 被引量:4
6
作者 吴劲 卢显良 +1 位作者 任立勇 魏青松 《电子科技大学学报》 EI CAS CSCD 北大核心 2005年第2期225-228,共4页
在研究多种缓存策略的基础上,提出了一种满足移动计算环境的特殊要求的性能分析数学模型,该模型基于数据更新率、热集查询率、无线网络带宽、上下行查询开销等参数,可计算出具体策略的吞吐量。利用该模型对无缓存、时戳法和移动代理法... 在研究多种缓存策略的基础上,提出了一种满足移动计算环境的特殊要求的性能分析数学模型,该模型基于数据更新率、热集查询率、无线网络带宽、上下行查询开销等参数,可计算出具体策略的吞吐量。利用该模型对无缓存、时戳法和移动代理法等具体方案进行了计算和比较,其结果和定性分析结果一致,证明该模型具有很强的实用性。 展开更多
关键词 缓存 失效报告 移动计算环境 吞吐量 性能分析模型
在线阅读 下载PDF
Pilot Study on the Oscillation and Migration of a Spherical Bubble Escaping from the Lateral Propulsion Hole 被引量:3
7
作者 Baoyu Ni Shaoshi Dai +2 位作者 Rui Han Longquan Sun Hailong Chen 《Journal of Marine Science and Application》 2012年第2期169-177,共9页
In an atrocious ocean environment,the lateral propulsion hole could potentially be partly out of water and capture an air cavity.Bubbles would form when the captured air cavity escapes underwater and they may affect t... In an atrocious ocean environment,the lateral propulsion hole could potentially be partly out of water and capture an air cavity.Bubbles would form when the captured air cavity escapes underwater and they may affect the performance of the sonar.The common commercial computational fluid dynamics software CFX was adopted to calculate the ambient flow field around the lateral propulsion hole generated by a moving vessel.The oscillation of the spherical bubble was based on the Rayleigh-Plesset equation and its migration was modeled using the momentum equation.The radiated noise of the oscillating bubble was also studied.The aim is that the results from this paper would provide some insight into corresponding fluid and acoustic study. 展开更多
关键词 Lateral propulsion hole bubble oscillation MIGRATION radiated noise
在线阅读 下载PDF
"Smart Cafe": A Mobile Local Computing System Based On Indoor Virtual Cloud 被引量:2
8
作者 PU Lingjun XU Jingdong YU Bowen ZHANG Jianzhong 《China Communications》 SCIE CSCD 2014年第4期38-49,共12页
With network developing and virtualization rising, more and more indoor environment (POIs) such as care, library, office, even bus and subway can provide plenty of bandwidth and computing resources. Meanwhile many p... With network developing and virtualization rising, more and more indoor environment (POIs) such as care, library, office, even bus and subway can provide plenty of bandwidth and computing resources. Meanwhile many people daily spending much time in them are still suffering from the mobile device with limited resources. This situation implies a novel local cloud computing paradigm in which mobile device can leverage nearby resources to facilitate task execution. In this paper, we implement a mobile local computing system based on indoor virtual cloud. This system mainly contains three key components: 1)As to application, we create a parser to generate the "method call and cost tree" and analyze it to identify resource- intensive methods. 2) As to mobile device, we design a self-learning execution controller to make offtoading decision at runtime. 3) As to cloud, we construct a social scheduling based application-isolation virtual cloud model. The evaluation results demonstrate that our system is effective and efficient by evaluating CPU- intensive calculation application, Memory- intensive image translation application and I/ O-intensive image downloading application. 展开更多
关键词 mobile local computing system application partition dynamic offloading strategy virtual cloud model social scheduling
在线阅读 下载PDF
Adaptive Service Selection Method in Mobile Cloud Computing
9
作者 Wu Qing Li Zhenbang +1 位作者 Yin Yuyu Zeng Hong 《China Communications》 SCIE CSCD 2012年第12期46-55,共10页
Despite the rapid advances in mobile technology, many constraints still prevent mobile devices from running resource-demanding applications in mobile environments. Cloud computing with flexibility, stability and scala... Despite the rapid advances in mobile technology, many constraints still prevent mobile devices from running resource-demanding applications in mobile environments. Cloud computing with flexibility, stability and scalability enables access to unlimited resources for mobile devices, so more studies have focused on cloud computingbased mobile services. Due to the stability of wireless networks, changes of Quality of Service (QoS) level and user' real-time preferences, it is becoming challenging to determine how to adaptively choose the "appropriate" service in mobile cloud computing environments. In this paper, we present an adaptive service selection method. This method first extracts user preferences from a service's evaluation and calculates the similarity of the service with the weighted Euclidean distance. Then, they are combined with user context data and the most suitable service is recommended to the user. In addition, we apply the fuzzy cognitive imps-based model to the adaptive policy, which improves the efficiency and performance of the algorithm. Finally, the experiment and simulation demonstrate that our approach is effective. 展开更多
关键词 mobile cloud computing service selection CONTEXT-AWARE
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部