期刊文献+
共找到59篇文章
< 1 2 3 >
每页显示 20 50 100
An Efficient Secure Real-Time Concurrency Control Protocol 被引量:1
1
作者 XIAO Yingyuan LIU Yunsheng CHEN Xiangyang 《Wuhan University Journal of Natural Sciences》 CAS 2006年第6期1899-1902,共4页
Secure real-time databases must simultaneously satisfy two requirements in guaranteeing data security and minimizing the missing deadlines ratio of transactions. However, these two requirements can conflict with each ... Secure real-time databases must simultaneously satisfy two requirements in guaranteeing data security and minimizing the missing deadlines ratio of transactions. However, these two requirements can conflict with each other and achieve one requirement is to sacrifice the other. This paper presents a secure real-time concurrency control protocol based on optimistic method. The concurrency control protocol incorporates security constraints in a real-time optimistic concurrency control protocol and makes a suitable tradeoff between security and real-time requirements by introducing secure influence factor and real-time influence factor. The experimental results show the concurrency control protocol achieves data security without degrading real-time perform ance significantly. 展开更多
关键词 real-time databases concurrency control SECURITY covert channel
下载PDF
Validation concurrency control protocol in parallel real-time database systems 被引量:3
2
作者 LEI Xiang-dong(雷向东) YUAN Xiao-li(袁晓莉) 《Journal of Central South University of Technology》 2002年第3期197-201,共5页
In parallel real-time database systems, concurrency control protocols must satisfy time constraints as well as the integrity constraints. The authors present a validation concurrency control(VCC) protocol, which can e... In parallel real-time database systems, concurrency control protocols must satisfy time constraints as well as the integrity constraints. The authors present a validation concurrency control(VCC) protocol, which can enhance the performance of real-time concurrency control mechanism by reducing the number of transactions that might miss their deadlines, and compare the performance of validation concurrency control protocol with that of HP2PL(High priority two phase locking) protocol and OCC-TI-WAIT-50(Optimistic concurrency control-time interval-wait-50) protocol under shared-disk architecture by simulation. The simulation results reveal that the protocol the author presented can effectively reduce the number of transactions restarting which might miss their deadlines and performs better than HP2PL and OCC-TI-WAIT-50. It works well when arrival rate of transaction is lesser than threshold. However, due to resource contention the percentage of missing deadline increases sharply when arrival rate is greater than the threshold. 展开更多
关键词 PARALLEL DATABASE system real-time DATABASE concurrency control VALIDATION TRANSACTIONS
下载PDF
Quasi serializable concurrency control in mobile broadcast environments
3
作者 党德鹏 Liu Yunsheng 《High Technology Letters》 EI CAS 2007年第4期428-430,共3页
The problem of maintaining data consistency in mobile broadcast environments is researched. Quasi serializability is formally defined and analyzed at first. It was shown that quasi serializability is less stringent th... The problem of maintaining data consistency in mobile broadcast environments is researched. Quasi serializability is formally defined and analyzed at first. It was shown that quasi serializability is less stringent than serializability when database consistency is maintained for transactions. Then, corresponding concurrency control protocol that supports both update transactions and read-only transactions is outlined for mobile broadcast environments. Finally, the simulation results confirmed that the proposed protocol could improve the response time significantly. 展开更多
关键词 mobile database data broadcast mobile transaction concurrency control
下载PDF
Weak Serializable Concurrency Control in Real-time Broadcast Environments
4
作者 刘云生 Dang Depeng 《High Technology Letters》 EI CAS 2002年第4期64-68,共5页
Given the asymmetric communication capabilities in mobile real-time environments, traditional serializability-based approaches are too restrictive, unnecessary, and impractical. The new notion of correctness called we... Given the asymmetric communication capabilities in mobile real-time environments, traditional serializability-based approaches are too restrictive, unnecessary, and impractical. The new notion of correctness called weak serializability is given. After the necessary and sufficient conditions for weak serializability are shown, corresponding concurrency control protocol based on this criterion is outlined for real-time broadcast environments. The simulation results confirmed that the proposed techniques help mobile transactions to meet their deadlines and improve query response time. 展开更多
关键词 real-time data broadcast real-time concurrency control relaxing serializability
下载PDF
Quasi Serializable Concurrency Control in Distributed Real-Time Database Systems
5
作者 党德鹏 Liu Yunsheng 《High Technology Letters》 EI CAS 2003年第1期72-76,共5页
This paper formally defines and analyses the new notion of correctness called quasi serializability, and then outlines corresponding concurrency control protocol QDHP for distributed real-time databases. Finally, thro... This paper formally defines and analyses the new notion of correctness called quasi serializability, and then outlines corresponding concurrency control protocol QDHP for distributed real-time databases. Finally, through a series of simulation studies, it shows that using the new concurrency control protocol the performance of distributed real-time databases can be much improved. 展开更多
关键词 distributed real-time database systems relaxing serializability real-tirne concurrency control
下载PDF
A Practical Study of Intelligent Image-Based Mobile Robot for Tracking Colored Objects
6
作者 Mofadal Alymani Mohamed Esmail Karar Hazem Ibrahim Shehata 《Computers, Materials & Continua》 SCIE EI 2024年第8期2181-2197,共17页
Object tracking is one of the major tasks for mobile robots in many real-world applications.Also,artificial intelligence and automatic control techniques play an important role in enhancing the performance of mobile r... Object tracking is one of the major tasks for mobile robots in many real-world applications.Also,artificial intelligence and automatic control techniques play an important role in enhancing the performance of mobile robot navigation.In contrast to previous simulation studies,this paper presents a new intelligent mobile robot for accomplishing multi-tasks by tracking red-green-blue(RGB)colored objects in a real experimental field.Moreover,a practical smart controller is developed based on adaptive fuzzy logic and custom proportional-integral-derivative(PID)schemes to achieve accurate tracking results,considering robot command delay and tolerance errors.The design of developed controllers implies some motion rules to mimic the knowledge of experienced operators.Twelve scenarios of three colored object combinations have been successfully tested and evaluated by using the developed controlled image-based robot tracker.Classical PID control failed to handle some tracking scenarios in this study.The proposed adaptive fuzzy PID control achieved the best accurate results with the minimum average final error of 13.8 cm to reach the colored targets,while our designed custom PID control is efficient in saving both average time and traveling distance of 6.6 s and 14.3 cm,respectively.These promising results demonstrate the feasibility of applying our developed image-based robotic system in a colored object-tracking environment to reduce human workloads. 展开更多
关键词 mobile robot autonomous systems fuzzy logic control real-time image processing
下载PDF
Scheduling transactions in mobile distributed real-time database systems 被引量:1
7
作者 雷向东 赵跃龙 +1 位作者 陈松乔 袁晓莉 《Journal of Central South University of Technology》 EI 2008年第4期545-551,共7页
A DMVOCC-MVDA (distributed multiversion optimistic concurrency control with multiversion dynamic adjustment) protocol was presented to process mobile distributed real-time transaction in mobile broadcast environment... A DMVOCC-MVDA (distributed multiversion optimistic concurrency control with multiversion dynamic adjustment) protocol was presented to process mobile distributed real-time transaction in mobile broadcast environments. At the mobile hosts, all transactions perform local pre-validation. The local pre-validation process is carried out against the committed transactions at the server in the last broadcast cycle. Transactions that survive in local pre-validation must be submitted to the server for local final validation. The new protocol eliminates conflicts between mobile read-only and mobile update transactions, and resolves data conflicts flexibly by using multiversion dynamic adjustment of serialization order to avoid unnecessary restarts of transactions. Mobile read-only transactions can be committed with no-blocking, and respond time of mobile read-only transactions is greatly shortened. The tolerance of mobile transactions of disconnections from the broadcast channel is increased. In global validation mobile distributed transactions have to do check to ensure distributed serializability in all participants. The simulation results show that the new concurrency control protocol proposed offers better performance than other protocols in terms of miss rate, restart rate, commit rate. Under high work load (think time is ls) the miss rate of DMVOCC-MVDA is only 14.6%, is significantly lower than that of other protocols. The restart rate of DMVOCC-MVDA is only 32.3%, showing that DMVOCC-MVDA can effectively reduce the restart rate of mobile transactions. And the commit rate of DMVOCC-MVDA is up to 61.2%, which is obviously higher than that of other protocols. 展开更多
关键词 mobile distributed real-time database systems muliversion optimistic concurrency control multiversion dynamic adjustment pre-validation multiversion data broadcast
下载PDF
A Real Time Self-Tuning Motion Controller for Mobile Robot Systems 被引量:6
8
作者 Mohamed Boukens Abdelkrim Boukabou Mohammed Chadli 《IEEE/CAA Journal of Automatica Sinica》 EI CSCD 2019年第1期84-96,共13页
This paper proposes an intelligent controller for motion control of robotic systems to obtain high precision tracking without the need for a real-time trial and error method.In addition, a new self-tuning algorithm ha... This paper proposes an intelligent controller for motion control of robotic systems to obtain high precision tracking without the need for a real-time trial and error method.In addition, a new self-tuning algorithm has been developed based on both the ant colony algorithm and a fuzzy system for real-time tuning of controller parameters. Simulations and experiments using a real robot have been addressed to demonstrate the success of the proposed controller and validate the theoretical analysis. Obtained results confirm that the proposed controller ensures robust performance in the presence of disturbances and parametric uncertainties without the need for adjustment of control law parameters by a trial and error method. 展开更多
关键词 Learning and adaptive SYSTEMS motion control METAHEURISTIC robust control real-time tuning SELF-TUNING WHEELED mobile robot
下载PDF
Similarity based mixed transaction concurrency control protocol
9
作者 潘怡 《Journal of Chongqing University》 CAS 2005年第2期107-112,共6页
Due to the various performance requirements and data access restrictions of different types of real-time transactions, concurrency control protocols which had been designed for the systems with single type of transact... Due to the various performance requirements and data access restrictions of different types of real-time transactions, concurrency control protocols which had been designed for the systems with single type of transactions are not sufficient for mixed real-time database systems (MRTDBS), where different types of real-time transactions coexist in the systems concurrently. In this paper, a new concurrency control protocol MRTT_CC for mixed real-time transactions is proposed. The new strategy integrates with different concurrency control protocols to meet the deadline requirements of different types of real-time transactions. The data similarity concept is also explored in the new protocol to reduce the blocking time of soft real-time transactions, which increases their chances to meet the deadlines. Simulation experiments show that the new protocol has gained good performance. 展开更多
关键词 real-time database semantic concurrency control temporary consistency data similarity
下载PDF
基于MLVDS和USB3.0的大数据高并发传输控制系统设计
10
作者 王育军 《计算机测量与控制》 2024年第4期81-86,128,共7页
为解决网络主机大数据样本单位并发量有限的问题,有效控制大数据高并发传输数据参量,设计了基于多点低压差分信号(MLVDS)和USB3.0的大数据高并发传输控制系统;在Web服务器架构中,接入MLVDS驱动器与并行接收器设备,并联合相关应用元件,... 为解决网络主机大数据样本单位并发量有限的问题,有效控制大数据高并发传输数据参量,设计了基于多点低压差分信号(MLVDS)和USB3.0的大数据高并发传输控制系统;在Web服务器架构中,接入MLVDS驱动器与并行接收器设备,并联合相关应用元件,调度可移动网关的主控模块,完成大数据高并发传输控制系统的硬件结构设计;利用USB3.0控制芯片,完善接口电路组织的连接回路,完成基于USB3.0的控制电路搭建;设置MySQL数据库表单,借助TCP/IP协议,处理大数据并发文本,再联合相关大数据参量,定义INF传输控制指令,实现对传输控制行为的分析;结合相关硬件结构,完成基于MLVDS和USB3.0的大数据高并发传输控制系统的设计;实验结果表明,设计系统可提升大数据样本顺序和逆序并发量的均值水平,解决了大数据样本单位并发量有限的问题,有效控制大数据高并发传输数据参量。 展开更多
关键词 MLVDS驱动器 USB3.0芯片 大数据 高并发传输 传输控制系统 可移动网关 MYSQL数据库 TCP/IP协议 并发文本
下载PDF
A distributed synchronous reservation multiple access control protocol for mobile Ad hoc networks
11
作者 ZHANG Yanling SUN Xianpu LI Jiandong 《Frontiers of Electrical and Electronic Engineering in China》 CSCD 2007年第1期68-72,共5页
This study proposes a new multiple access con-trol protocol named distributed synchronous reservation mul-tiple access control protocol,in which the hidden and exposed terminal problems are solved,and the quality of s... This study proposes a new multiple access con-trol protocol named distributed synchronous reservation mul-tiple access control protocol,in which the hidden and exposed terminal problems are solved,and the quality of service(QoS)requirements for real-time traffic are guaranteed.The protocol is founded on time division multiplex address and a different type of traffic is assigned to different priority,according to which a node should compete for and reserve the free slots in a different method.Moreover,there is a reservation acknowledgement process before data transmit in each reserved slot,so that the intruded terminal problem is solved.The throughput and average packets drop probability of this protocol are analyzed and simulated in a fully connected network,the results of which indicate that this protocol is efficient enough to support the real-time traffic,and it is more suitable to MANETs. 展开更多
关键词 real-time traffic multiple access control packet reservation multiple access mobile Ad hoc networks
原文传递
移动数据库系统乐观事务处理策略 被引量:20
12
作者 丁治明 孟小峰 王珊 《计算机研究与发展》 EI CSCD 北大核心 2002年第10期1379-1387,共9页
在移动数据库系统中 ,计算平台的移动性、频繁的断接性以及长事务等特性使得传统的事务处理模式不再适用 .为了解决移动数据库中的事务处理问题 ,提出了一种新的移动事务处理模型——乐观两阶段提交移动事务模型 ( O2 PC-MT) .该模型采... 在移动数据库系统中 ,计算平台的移动性、频繁的断接性以及长事务等特性使得传统的事务处理模式不再适用 .为了解决移动数据库中的事务处理问题 ,提出了一种新的移动事务处理模型——乐观两阶段提交移动事务模型 ( O2 PC-MT) .该模型采用乐观并发控制与两阶段提交协议相结合的方法 ,对移动事务的长事务特性提供了灵活与有效的支持 ;此外 ,该模型允许移动计算机分多次发送事务操作 ,且在事务执行的过程中可以任意移动 ,从而提供了对交互式事务及随意移动性的支持 .实验结果表明 ,与基于两段锁协议及其变形的其它移动事务处理模型相比 ,O2 展开更多
关键词 移动数据库系统 乐观事务处理策略 移动计算 乐观并发控制
下载PDF
移动实时嵌套事务的并发控制 被引量:6
13
作者 廖国琼 刘云生 杨进才 《计算机学报》 EI CSCD 北大核心 2003年第10期1326-1331,共6页
在移动计算环境中 ,事务移动性和无线网络固有的缺陷使得传统分布式实时事务管理机制不足以支持移动实时事务的执行 ,故有必要为移动实时事务研究新的事务处理机制以提高其成功率 .该文着重研究移动实时事务的并发控制机制 .首先 ,该文... 在移动计算环境中 ,事务移动性和无线网络固有的缺陷使得传统分布式实时事务管理机制不足以支持移动实时事务的执行 ,故有必要为移动实时事务研究新的事务处理机制以提高其成功率 .该文着重研究移动实时事务的并发控制机制 .首先 ,该文给出了一个考虑事务定时限制以及移动性的嵌套事务模型 .然后 ,为减少移动分布式环境中解决数据冲突的开销 ,该文研究了一种结合优先级夭折和优先级继承的基于封锁的并发控制协议PAI 2PL .当高优先级事务被低优先级事务阻塞时 ,对于相同家族事务 ,采用优先级继承方法解决冲突 ;而对于不同家族事务 ,则夭折重启低优先级事务 .另外 ,为减少由于断接所引起的无效阻塞 ,PAI 2PL允许低优先级事务夭折处于断接状态的高优先级事务 .通过性能测试 ,表明所提出的事务模型及并发控制机制能提高实时事务的成功率 . 展开更多
关键词 移动数据库 分布式实时事务管理机制 并发控制 移动实时嵌套事务
下载PDF
移动计算环境下一种新的乐观并发控制协议应用研究 被引量:4
14
作者 帖军 张宝哲 王小荣 《中南民族大学学报(自然科学版)》 CAS 2010年第3期84-88,共5页
通过分析原有的乐观并发控制协议,指出存在并发度低且不必要事务重启次数过多等缺点,进而提出一种新的基于读写时间戳的乐观并发控制协议.并通过实验分析,证明了新协议在多事务并发调度下的正确性及在移动计算环境中的可用性.
关键词 移动计算 乐观并发控制 时间戳 冲突可串行化
下载PDF
智能移动终端白板交互系统的研究与设计 被引量:2
15
作者 陈晓江 马东海 +1 位作者 陈峰 房鼎益 《计算机应用与软件》 CSCD 北大核心 2008年第8期54-56,共3页
通过将计算机协同工作CSCW与嵌入式开发相结合,对智能移动终端设备环境下多用户电子白板模型进行了研究、设计和实现。从系统设计、并发控制和图形交互等方面对移动电子白板mWB(mobile Whiteboard)设计技术与实现要点进行详细讨论,并给... 通过将计算机协同工作CSCW与嵌入式开发相结合,对智能移动终端设备环境下多用户电子白板模型进行了研究、设计和实现。从系统设计、并发控制和图形交互等方面对移动电子白板mWB(mobile Whiteboard)设计技术与实现要点进行详细讨论,并给出了实验分析。所提出的模型系统,使移动终端用户可以方便地进行图形交互和协同工作,初步实验证明该系统有效可行。 展开更多
关键词 智能移动终端 电子白板 群件 并发控制
下载PDF
移动GIS切片地图展现技术 被引量:13
16
作者 曹海涛 贾博 张波 《计算机系统应用》 2013年第12期215-218,共4页
地图是GIS(地理信息系统)操作的入口,如何快速地显示地图是GIS首要考虑的问题.快速展现地图主要涉及到地图数据的组织和地图展现技术两方面的问题.目前,以谷歌地图为代表的商业地图软件大都采用地图切片的方式组织地图数据,这种方式被... 地图是GIS(地理信息系统)操作的入口,如何快速地显示地图是GIS首要考虑的问题.快速展现地图主要涉及到地图数据的组织和地图展现技术两方面的问题.目前,以谷歌地图为代表的商业地图软件大都采用地图切片的方式组织地图数据,这种方式被认为是快速且有效的.本文采用上述方式组织地图数据,使用切片并发控制技术和切片双缓存技术主要对移动GIS切片地图展现的相关技术进行研究,旨在提供一种快速展现切片地图的方法.基于本文的研究成果,作者分别在Windows Mobile和Android平台上实现了移动GIS系统,并成功应用于实际项目中. 展开更多
关键词 移动GIS 切片地图 切片加载技术 切片并发控制技术 切片双缓存技术
下载PDF
移动广播环境中的可串行化并发控制协议 被引量:2
17
作者 党德鹏 周立柱 《计算机研究与发展》 EI CSCD 北大核心 2006年第7期1280-1284,共5页
研究了非对称通信数据广播环境中的一致性问题.PVTO协议中数据冲突的检测过于严格,存在很多不必要的事务夭折,限制了其并发度;OPreH协议中数据冲突的检测过于宽松,必要的事务重启要等待服务器校验,浪费了大量昂贵的上行通信带宽.提出了... 研究了非对称通信数据广播环境中的一致性问题.PVTO协议中数据冲突的检测过于严格,存在很多不必要的事务夭折,限制了其并发度;OPreH协议中数据冲突的检测过于宽松,必要的事务重启要等待服务器校验,浪费了大量昂贵的上行通信带宽.提出了一种新的可串行化并发控制协议BCCSR.BCCSR协议将时标段排序和乐观方法相结合,使用了恰当的校验条件,既避免了不必要的事务夭折,又可尽早处理必要的事务重启,节省了系统资源,提高了并发度.实验结果表明,BCCSR协议能有效改进移动事务的平均响应时间,更好地满足数据广播环境中高性能事务处理的要求. 展开更多
关键词 移动数据库 数据广播 移动事务 并发控制
下载PDF
移动计算环境中并发控制协议的研究 被引量:2
18
作者 雷向东 赵跃龙 袁晓莉 《计算机工程》 EI CAS CSCD 北大核心 2005年第7期115-117,共3页
提出了多版本乐观并发控制协议(MVOCC),缩短了只读事务的响应时间,减少了通信开销,避免了不必要的事务重启动。实验结果表明该协议优于OCC协议和TO协议。
关键词 移动计算环境 多版本乐观并发控制 动态调整串行次序 移动事务
下载PDF
移动数据库事务处理模型的研究 被引量:2
19
作者 罗军 李文生 王宏 《计算机工程与应用》 CSCD 2014年第22期145-148,共4页
在移动数据库系统中,事务的移动性、频繁断接性以及长事务等特性使得传统的事务处理模式不再适用。提出一种扩展的乐观两阶段提交事务处理模型(O2PC-MT),该模型吸收了O2PC-MT模型的设计思想,解决了由短暂的通信失效造成不必要的事务中... 在移动数据库系统中,事务的移动性、频繁断接性以及长事务等特性使得传统的事务处理模式不再适用。提出一种扩展的乐观两阶段提交事务处理模型(O2PC-MT),该模型吸收了O2PC-MT模型的设计思想,解决了由短暂的通信失效造成不必要的事务中止以及移动事务协调器故障导致的阻塞等问题。实验结果表明,与O2PC-MT事务处理模型相比,EO2PC-MT提高了系统的事务吞吐率以及改善了系统的总体性能。 展开更多
关键词 移动数据库 事务处理 乐观并发控制 两阶段提交
下载PDF
移动数据库广播的并发控制算法研究 被引量:1
20
作者 曾斌 徐帆江 李之棠 《计算机工程与应用》 CSCD 北大核心 2004年第9期166-169,共4页
在基于数据广播的移动信息服务中,由于更新数据和广播数据两个过程是并发执行的,所以移动客户将面临接收数据不一致性问题。为此,该文提出了一种基于规则的并发控制算法来解决以上问题。在允许同步更新的情况下采用事件-条件-操作规则... 在基于数据广播的移动信息服务中,由于更新数据和广播数据两个过程是并发执行的,所以移动客户将面临接收数据不一致性问题。为此,该文提出了一种基于规则的并发控制算法来解决以上问题。在允许同步更新的情况下采用事件-条件-操作规则来进行无冲突的数据广播。该算法对移动机和数据库服务器的影响很小,同时又为基于广播的移动计算提供了数据一致性服务。 展开更多
关键词 移动数据库 广播 并发控制
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部