期刊文献+
共找到659篇文章
< 1 2 33 >
每页显示 20 50 100
Scheduling transactions in mobile distributed real-time database systems 被引量:1
1
作者 雷向东 赵跃龙 +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 environments.At... 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 1s)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. 展开更多
关键词 数据库系统 并行控制 运动物体 时间数据处理
下载PDF
A Practical Study of Intelligent Image-Based Mobile Robot for Tracking Colored Objects
2
作者 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
An architecture for mobile database management system 被引量:2
3
作者 Dong Li and Yucai Feng Computer School, Huazhong University of Science and Technology, Wuhan 430074, China 《Journal of University of Science and Technology Beijing》 CSCD 2002年第2期156-160,共5页
In order to design a new kind of mobile database management system (DBMS)more suitable for mobile computing than the existent DBMS, the essence of database systems in mobilecomputing is analyzed. An opinion is introdu... In order to design a new kind of mobile database management system (DBMS)more suitable for mobile computing than the existent DBMS, the essence of database systems in mobilecomputing is analyzed. An opinion is introduced that the mobile database is a kind of dynamicdistributed database, and the concept of virtual servers to translate the clients' mobility to theservers' mobility is proposed. Based on these opinions, a kind of architecture of mobile DBMS, whichis of versatility, is presented. The architecture is composed of a virtual server and a local DBMS,the virtual server is the kernel of the architecture and its functions are described. Eventually,the server kernel of a mobile DBMS prototype is illustrated. 展开更多
关键词 mobile database dynamic distributed database DBMS ARCHITECTURE virtual server data region
下载PDF
An Efficient Crash Recovery Technique for Real-Time Main Memory Database 被引量:3
4
作者 XIAOYing-yuan LIUYun-sheng LIAOGuo-qiong LIANGPing 《Wuhan University Journal of Natural Sciences》 CAS 2005年第1期61-64,共4页
This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on t... This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions. 展开更多
关键词 real-time main memory database crash recovery log scheme
下载PDF
Web-based GIS System for Real-time Field Data Collection Using Personal Mobile Phone 被引量:2
5
作者 Ko Ko Lwin Yuji Murayama 《Journal of Geographic Information System》 2011年第4期382-389,共8页
Recently, use of mobile communicational devices in field data collection is increasing such as smart phones and cellular phones due to emergence of embedded Global Position System GPS and Wi-Fi Internet access. Accura... Recently, use of mobile communicational devices in field data collection is increasing such as smart phones and cellular phones due to emergence of embedded Global Position System GPS and Wi-Fi Internet access. Accurate timely and handy field data collection is required for disaster management and emergency quick responses. In this article, we introduce web-based GIS system to collect the field data by personal mobile phone through Post Office Protocol POP3 mail server. The main objective of this work is to demonstrate real-time field data collection method to the students using their mobile phone to collect field data by timely and handy manners, either individual or group survey in local or global scale research. 展开更多
关键词 WEB-BASED GIS System real-time Field Data Collection PERSONAL mobile PHONE POP3 MAIL Server
下载PDF
Validation concurrency control protocol in parallel real-time database systems 被引量:3
6
作者 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
Broadcast Scheduling Strategy Based on the Priority of Real-Time Data in a Mobile Environment
7
作者 Yang Jin-cai, Liu Yun-shengSchool of Computer Science and Technology, Huazhong University of Science and Technology , Wuhan 430074, Hu-bei, China 《Wuhan University Journal of Natural Sciences》 EI CAS 2003年第02A期368-372,共5页
Data broadcast is an important data dissemination approach in mobile environment. On broadcast channel, scalability and efficiency of data transmission are satisfied. In a mobile environment, there exists a kind of re... Data broadcast is an important data dissemination approach in mobile environment. On broadcast channel, scalability and efficiency of data transmission are satisfied. In a mobile environment, there exists a kind of real-time database application in which both the transactions and data can have their timing constraints and priorities of different levels. In order to meet the requirement of real-time data disseminating and retrieving, a broadcast scheduling strategy HPF-ED F (Highest Priority First with Earlier Deadline and Frequency) is proposed under the BoD (Broadcast on Demand) model. Using the strategy, data items are scheduled according to their priority the transaction imposed on them or system set for them. The strategy also considers other characteristics of data items such as deadline and popularity of data. The extensive simulation experiments have been conducted to evaluate the performance of the proposed algorithm. Results show that it can achieve excellent performance compared with existing strategies. 展开更多
关键词 mobile computing real-time timing constraint PRIORITY broadcast scheduling
下载PDF
Database Recovery Technique for Mobile Computing:A Game Theory Approach
8
作者 Magda M.Madbouly Yasser F.Mokhtar Saad M.Darwish 《Computers, Materials & Continua》 SCIE EI 2022年第2期3205-3219,共15页
Contact between mobile hosts and database servers presents many problems in theMobile Database System(MDS).It is harmed by a variety of causes,including handoff,inadequate capacity,frequent transaction updates,and rep... Contact between mobile hosts and database servers presents many problems in theMobile Database System(MDS).It is harmed by a variety of causes,including handoff,inadequate capacity,frequent transaction updates,and repeated failures,both of which contribute to serious issues with the information system’s consistency.However,error tolerance technicality allows devices to continue performing their functions in the event of a failure.The aim of this paper is to identify the optimal recovery approach from among the available state-of-the-art techniques in MDS by employing game theory.Several of the presented recovery protocols are chosen and evaluated in order to determine the most critical factors affecting the recovery mechanism,such as the number of processes,the time required to deliver messages,and the number of messages logged-in time.Then,using the suggested payout matrix,the game theory strategy is adapted to choose the optimum recovery technique for the specified environmental variables.The NS2 simulatorwas used to carry out the tests and apply the chosen recovery protocols.The experiments validate the proposed model’s usefulness in comparison to other methods. 展开更多
关键词 mobile computing game theory decision making mobile database recovery
下载PDF
A dynamic crash recovery scheme for distributed real-time database systems
9
作者 肖迎元 刘云生 +2 位作者 刘小峰 廖国琼 王洪亚 《Journal of Shanghai University(English Edition)》 CAS 2006年第6期510-516,共7页
Recovery performance in the event of failures is very important for distributed real-time database systems. This paper presents a time-cognizant logging-based crash recovery scheme (TCLCRS) that aims at distributed ... Recovery performance in the event of failures is very important for distributed real-time database systems. This paper presents a time-cognizant logging-based crash recovery scheme (TCLCRS) that aims at distributed real-time databases, which adopts a main memory database as its ground support. In our scheme, each site maintains a real-time log for local transactions and the subtransactions, which execute at the site, and execte local checkpointing independently. Log records are stored in non-volatile high- speed store, which is divided into four different partitions based on transaction classes. During restart recovery after a site crash, partitioned crash recovery strategy is adopted to ensure that the site can be brought up before the entire local secondary database is reloaded in main memory. The partitioned crash recovery strategy not only guarantees the internal consistency to be recovered, but also guarantee the temporal consistency and recovery of the sates of physical world influenced by uncommitted transactions. Combined with two- phase commit protocol, TCLCRS can guarantee failure atomicity of distributed real-time transactions. 展开更多
关键词 distributed real-time database system partitioned real-time logging partitioned crash recovery.
下载PDF
Real-Time Air Monitoring of Trichloroethylene and Tetrachloroethylene Using Mobile TAGA Mass Spectrometry
10
作者 Nicholas S. Karellas Qingfeng Chen 《Journal of Environmental Protection》 2013年第8期99-105,共7页
Trichloroethylene (TCE) is a chlorinated liquid that is commonly used for metal degreasing, household and industrial dry cleaning, and in paints and glues. Tetrachloroethylene, also known as perchloroethylene (PCE), i... Trichloroethylene (TCE) is a chlorinated liquid that is commonly used for metal degreasing, household and industrial dry cleaning, and in paints and glues. Tetrachloroethylene, also known as perchloroethylene (PCE), is an excellent solvent for organic materials. PCE is volatile, highly stable, non-flammable and widely used in dry cleaning. A new method has been developed for measuring TCE and PCE in ambient air in real-time. Based upon the chemical fingerprinting and concentration levels, the method was able to isolate the source of the emissions to the responsible facility. Real-time monitoring was accomplished by utilizing a low pressure chemical ionization source (LPCI) interfaced to a tandem mass spectrometer (TAGA). Monitoring the response of specific parent/daughter ion pairs, the TAGA was used to measure concentrations of TCE and PCE. By optimizing various TAGA parameters, detection limits (DL) as low as 0.5 μg/m3 was achieved for TCE and PCE. Unlike methods using cartridge sampling and GC/MS analysis, this new method provides a real time measurement for a wide range of TCE and PCE concentrations. This unique method was applied in 2000 and 2002 to measure TCE emitted from a manufacturer of stainless steel tubing in Eastern Ontario. The maximum half-hour average concentration of TCE measured downwind of the facility was 1300 μg/m3 and the maximum instantaneous level was measured at 115,000 μg/m3. The information collected by the TAGA unit was used by the Standard Development Branch of Ontario Ministry of the Environment to adopt the half-hour Point of Impingement (POI) standard of TCE to be 36 μg/m3 in 2010. This method successfully identified and simultaneously measured TCE and PCE during a 2011 air monitoring survey of a hazardous waste disposal and treatment facility in Southern Ontario. 展开更多
关键词 Environmental real-time Monitoring mobile TAGA TCE and PCE Ambient Air
下载PDF
Research on the New Mobile Development Paradigm based on HTML5 and Database Storage Optimization Techniques
11
作者 Ping Li 《International Journal of Technology Management》 2016年第4期57-60,共4页
In this paper, we conduct research on the new mobile development paradigm based on the HTML5 and core database storage optimization techniques. With the development of mobile Internet technology and the popularity of ... In this paper, we conduct research on the new mobile development paradigm based on the HTML5 and core database storage optimization techniques. With the development of mobile Internet technology and the popularity of smart mobile devices, mobile Internet is becoming more and more obvious in the importance of life, mobile application development is also becoming more and more important. The current mainstream development include the mode of traditional native application development, Web application development based on it, and based on the mixed mode of third-party framework development. The practice of software engineering, points out that productivity of the software breakthrough is the introduction of basic software reuse. Object-oriented framework is an important research content in modern software engineering. Under this basis, we propose the related optimization countermeasures for systematic modifi cation that is meaningful. 展开更多
关键词 HTML5 database STORAGE Optimization mobile Development PARADIGM TECHNIQUES
下载PDF
Real-Time Monitoring and Forecast of Active Population Density Using Mobile Phone Data
12
作者 Qi Li Bin Xu +1 位作者 Yukun Ma Tonglee Chung 《国际计算机前沿大会会议论文集》 2015年第B12期31-33,共3页
Real-time monitoring and forecast of large scale active population density is of great significance as it can warn and prevent possible public safety accident caused by abnormal population aggregation.Active populatio... Real-time monitoring and forecast of large scale active population density is of great significance as it can warn and prevent possible public safety accident caused by abnormal population aggregation.Active population is defined as the number of people with their mobile phone powered on.Recently,an unfortunate deadly stampede occurred in Shanghai on December 31th 2014 causing the death of 39 people.We hope that our research can help avoid similar unfortunate accident from happening.In this paper we propose a method for active population density real-time monitoring and forecasting based on data from mobile network operators.Our method is based solely on mobile network operators existing infrastructure and barely requires extra investment,and mobile devices play a very limited role in the process of population locating.Four series forecasting methods,namely Simple Exponential Smoothing(SES),Double exponential smoothing(DES),Triple exponential smoothing(TES)and Autoregressive integrated moving average(ARIMA)are used in our experiments.Our experimental results suggest that we can achieve good forecast result for 135 min in future. 展开更多
关键词 real-time FORECAST POPULATION DENSITY PUBLIC safety mobile PHONE DATA
下载PDF
Real-Time Memory Data Optimization Mechanism of Edge IoT Agent
13
作者 Shen Guo Wanxing Sheng +2 位作者 Shuaitao Bai Jichuan Zhang Peng Wang 《Intelligent Automation & Soft Computing》 SCIE 2023年第7期799-814,共16页
With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applica... With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applications with high real-time requirements,the performance of using disk database is not satisfactory.In the context of the booming development of the Internet of things,domestic real-time databases have also gradually developed.Still,most of them only support the storage,processing,and analysis of data values with fewer data types,which can not fully meet the current industrial process control system data types,complex sources,fast update speed,and other needs.Facing the business needs of efficient data collection and storage of the Internet of things,this paper optimizes the transaction processing efficiency and data storage performance of the memory database,constructs a lightweight real-time memory database transaction processing and data storage model,realizes a lightweight real-time memory database transaction processing and data storage model,and improves the reliability and efficiency of the database.Through simulation,we proved that the cache hit rate of the cache replacement algorithm proposed in this paper is higher than the traditional LRU(Least Recently Used)algorithm.Using the cache replacement algorithm proposed in this paper can improve the performance of the system cache. 展开更多
关键词 Disk resident database real-time database main memory database internet of things industrial process control
下载PDF
A survey of real-time rendering on Web3D application
14
作者 Geng YU Chang LIU +7 位作者 Ting FANG Jinyuan JIA Enming LIN Yiqiang HE Siyuan FU Long WANG Lei WEI Qingyu HUANG 《Virtual Reality & Intelligent Hardware》 EI 2023年第5期379-394,共16页
Background In recent years, with the rapid development of mobile Internet and Web3D technologies, a large number of web-based online 3D visualization applications have emerged. Web3D applications, including Web3D onli... Background In recent years, with the rapid development of mobile Internet and Web3D technologies, a large number of web-based online 3D visualization applications have emerged. Web3D applications, including Web3D online tourism, Web3D online architecture, Web3D online education environment, Web3D online medical care, and Web3D online shopping are examples of these applications that leverage 3D rendering on the web. These applications have pushed the boundaries of traditional web applications that use text, sound, image, video, and 2D animation as their main communication media, and resorted to 3D virtual scenes as the main interaction object, enabling a user experience that delivers a strong sense of immersion. This paper approached the emerging Web3D applications that generate stronger impacts on people's lives through “real-time rendering technology”, which is the core technology of Web3D. This paper discusses all the major 3D graphics APIs of Web3D and the well-known Web3D engines at home and abroad and classify the real-time rendering frameworks of Web3D applications into different categories. Results Finally, this study analyzed the specific demand posed by different fields to Web3D applications by referring to the representative Web3D applications in each particular field. Conclusions Our survey results show that Web3D applications based on real-time rendering have in-depth sectors of society and even family, which is a trend that has influence on every line of industry. 展开更多
关键词 WEB3D real-time rendering Virtual reality Cloud rendering mobile Internet
下载PDF
A dynamic fusion path planning algorithm for mobile robots incorporating improved IB-RRT∗and deep reinforcement learning
15
作者 刘安东 ZHANG Baixin +2 位作者 CUI Qi ZHANG Dan NI Hongjie 《High Technology Letters》 EI CAS 2023年第4期365-376,共12页
Dynamic path planning is crucial for mobile robots to navigate successfully in unstructured envi-ronments.To achieve globally optimal path and real-time dynamic obstacle avoidance during the movement,a dynamic path pl... Dynamic path planning is crucial for mobile robots to navigate successfully in unstructured envi-ronments.To achieve globally optimal path and real-time dynamic obstacle avoidance during the movement,a dynamic path planning algorithm incorporating improved IB-RRT∗and deep reinforce-ment learning(DRL)is proposed.Firstly,an improved IB-RRT∗algorithm is proposed for global path planning by combining double elliptic subset sampling and probabilistic central circle target bi-as.Then,to tackle the slow response to dynamic obstacles and inadequate obstacle avoidance of tra-ditional local path planning algorithms,deep reinforcement learning is utilized to predict the move-ment trend of dynamic obstacles,leading to a dynamic fusion path planning.Finally,the simulation and experiment results demonstrate that the proposed improved IB-RRT∗algorithm has higher con-vergence speed and search efficiency compared with traditional Bi-RRT∗,Informed-RRT∗,and IB-RRT∗algorithms.Furthermore,the proposed fusion algorithm can effectively perform real-time obsta-cle avoidance and navigation tasks for mobile robots in unstructured environments. 展开更多
关键词 mobile robot improved IB-RRT∗algorithm deep reinforcement learning(DRL) real-time dynamic obstacle avoidance
下载PDF
RESEARCH ON HLR MOBILITY DATABASE FAILURE RECOVERY AND PERFORMANCE ANALYSIS FOR CDMA2000 SYSTEMS
16
作者 LiuCaixia YuDingjiu ChengDongnian TangHongbo WuJiangxing 《Journal of Electronics(China)》 2004年第4期296-305,共10页
In this paper, a novel Home Location Register(HLR) mobility database recovery scheme is proposed. With database backing-up and signal sending as its key processes, the presented scheme is designed for the purpose of b... In this paper, a novel Home Location Register(HLR) mobility database recovery scheme is proposed. With database backing-up and signal sending as its key processes, the presented scheme is designed for the purpose of both decreasing system costs and reducing number of lost calls. In our scheme, an algorithm is developed for an HLR to identify such VLRs that there are new MSs roaming into them since the latest HLR database backing up. The identification of those VLRs is used by the HLR to send Unreliable Roaming Data Directive messages to each of them to get the correct location information of those new MSs. Additionally, two kinds of relationships, one between the number of lost calls and the database backing-up period and the other between the backing-up cost and the period, are well analyzed. Both analytical and numerical results indicate that there will be an optimal HLR database backing-up period if certain system parameters are given and the total cost can be consequently minimized. 展开更多
关键词 CDMA2000 HLR 移动性数据库 数据备份 家庭定位寄存器
下载PDF
移动计算中基于Mobile Agent的数据库访问技术 被引量:4
17
作者 熊焰 苗付友 +1 位作者 华蓓 王行甫 《小型微型计算机系统》 CSCD 北大核心 2002年第10期1165-1168,共4页
本文针对传统基于应用程序方式的数据库访问机制在移动计算环境中所存在的不足 ,分别提出了移动计算环境中基于 Mobile Agent的集中式数据库和分布式异种数据库访问技术 ,并利用 IBM开发的 Aglets在一个宽带无线 IP网络上进行了原理实... 本文针对传统基于应用程序方式的数据库访问机制在移动计算环境中所存在的不足 ,分别提出了移动计算环境中基于 Mobile Agent的集中式数据库和分布式异种数据库访问技术 ,并利用 IBM开发的 Aglets在一个宽带无线 IP网络上进行了原理实验 ,实验结果表明这种技术在移动计算环境中明显提高了数据库访问的性能 . 展开更多
关键词 移动计算 mobile Agent 数据库访问 分布式数据库 网络计算 计算机网络
下载PDF
SQL Server Mobile数据库的开发与设计 被引量:10
18
作者 张晶 李心广 《计算机应用与软件》 CSCD 北大核心 2008年第8期48-50,共3页
SQL Server Mobile为移动设备和嵌入式设备提供了一个压缩的数据库解决方案。通过使用Microsoft VisualStudio工具,开发者可以将SQL Server的数据库管理能力扩展到移动设备上。介绍了在基于WINCE的移动设备上开发SQL Server Mobile数据... SQL Server Mobile为移动设备和嵌入式设备提供了一个压缩的数据库解决方案。通过使用Microsoft VisualStudio工具,开发者可以将SQL Server的数据库管理能力扩展到移动设备上。介绍了在基于WINCE的移动设备上开发SQL Server Mobile数据库的方法。并结合多媒体词典数据库的开发,详细分析了在系统开发中涉及的几项关键技术,对于嵌入式移动数据库的开发具有一定的参考价值。 展开更多
关键词 嵌入式移动数据库 SQL SERVER mobile 数据同步 词典数据库
下载PDF
Mobile Agent在信息检索中的应用研究 被引量:6
19
作者 卢菁 朱夏 +1 位作者 陈兆 王茜 《东南大学学报(自然科学版)》 EI CAS CSCD 北大核心 2003年第3期285-288,共4页
为了实现对分布、异构数据库方便、灵活、快捷的访问 ,研究了利用MobileAgent技术对分布、异构信息进行检索的原型系统的系统架构和各主要部分的功能 .讨论了为提高系统性能而采用的若干关键技术 :返回结果的策略、访问的自适应和有效... 为了实现对分布、异构数据库方便、灵活、快捷的访问 ,研究了利用MobileAgent技术对分布、异构信息进行检索的原型系统的系统架构和各主要部分的功能 .讨论了为提高系统性能而采用的若干关键技术 :返回结果的策略、访问的自适应和有效的代码迁移机制 .该原型系统既可用于虚拟企业寻找合作伙伴时的信息查询 ,又可用于电子商务中商品信息的搜索 .指出下一步将对该平台进行扩展 。 展开更多
关键词 移动代理 信息检索 分布式计算 分布 异构数据库
下载PDF
Mobile Agent在分布式数据库信息查询的应用研究 被引量:1
20
作者 马淑娇 叶春明 杨坚争 《计算机工程与科学》 CSCD 北大核心 2010年第6期103-105,108,共4页
本文运用移动代理构建分布式异构数据库管理系统,利用移动代理跨平台、自治性、可移动的特点,支持分布式异构数据库管理系统在不确定网络上对松耦合的分布式数据库做信息查询。
关键词 移动代理 分布式数据库 移动代理执行环境(MACE) 分布式事务管理
下载PDF
上一页 1 2 33 下一页 到第
使用帮助 返回顶部