期刊文献+
共找到465篇文章
< 1 2 24 >
每页显示 20 50 100
Research on the Mapping Technology of CIM and Relational Database in Power Grid
1
作者 赵婉婷 王滨 《科技信息》 2011年第7期222-223,共2页
With the development of electric power industry,the requirement of information sharing and application integration between each application system is salience.To realize the real "sharing information,data mainten... With the development of electric power industry,the requirement of information sharing and application integration between each application system is salience.To realize the real "sharing information,data maintenance uniform",and effectively eliminate "island of information",a standard,open information model of power system should be followed urgently by different systems,and a common data interface should be provided.The Common Information Model(CIM) proposed by standard of IEC-61970 solve the problem effectively.The characteristics of the CIM Model and relational database of power system are analyzed,a mapping method between CIM model based on standard of IEC61970 and relational database is proposed,and corresponding problems between object-oriented model and the relational model are solved flexiblely. 展开更多
关键词 数据库 CIM GIS 地理信息系统
在线阅读 下载PDF
PORLES:A Parallel Object Relational Database System
2
作者 Sun Yong\|qiang, Xu Shu\|ting, Zhu Feng\|hua, Lai Shu\|huaDepartment of Computer Science and Engineering, Shanghai Jiaotong University, Shanghai 200030,China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期100-109,共10页
We developed a parallel object relational DBMS named PORLES. It uses BSP model as its parallel computing model, and monoid calculus as its basis of data model. In this paper, we introduce its data model, parallel que... We developed a parallel object relational DBMS named PORLES. It uses BSP model as its parallel computing model, and monoid calculus as its basis of data model. In this paper, we introduce its data model, parallel query optimization, transaction processing system and parallel access method in detail. 展开更多
关键词 parallel object relational database BSP model data model query optimization
在线阅读 下载PDF
基于J2EE的O/R(Object-Relation)映射方案研究
3
作者 娄锋 孙涌 《计算机应用与软件》 CSCD 北大核心 2008年第3期105-107,共3页
对象模型和关系模型是两种完全不同的模式,在开发中如何实现对象到关系的映射是一个关键的问题,分析了对象关系映射不匹配的各个方面,以及当前的各种持久化解决方案,并重点分析了透明对象关系映射的特点,最后对如何实现对象关系映射的... 对象模型和关系模型是两种完全不同的模式,在开发中如何实现对象到关系的映射是一个关键的问题,分析了对象关系映射不匹配的各个方面,以及当前的各种持久化解决方案,并重点分析了透明对象关系映射的特点,最后对如何实现对象关系映射的关键技术进行了研究。 展开更多
关键词 O/R 映射 持久化 聚合
在线阅读 下载PDF
Investigation and Design of General Seismic Data Model Based on Relational Database
4
作者 Meng En Meng Dong-yue +1 位作者 Wang Hon-gwei Zhao Guang-tao 《石油地球物理勘探》 EI CSCD 北大核心 2009年第A02期151-157,共7页
关键词 关系数据库模型 地震数据 模型设计 对象关系映射 数据存储方式 基础结构 数据共享 石油勘探
在线阅读 下载PDF
基于ADO.NET的O/R Mapping中间件的研究 被引量:5
5
作者 王丽芳 蒋泽军 +1 位作者 庄亮 曾杰 《西北工业大学学报》 EI CAS CSCD 北大核心 2006年第6期759-762,共4页
目前大多数软件开发都采用面向对象技术,而数据仍然保存在关系数据库中。由于对象模型和关系模型存在阻抗不匹配,因此实现对象与关系的映射已成为软件开发领域的关键问题。采用O/R M app ing(对象/关系映射)技术、XM L技术和软件分层的... 目前大多数软件开发都采用面向对象技术,而数据仍然保存在关系数据库中。由于对象模型和关系模型存在阻抗不匹配,因此实现对象与关系的映射已成为软件开发领域的关键问题。采用O/R M app ing(对象/关系映射)技术、XM L技术和软件分层的设计思想,实现了一个有效的数据库访问中间件,解决了利用ADO.NET开发应用程序遇到的数据表示和存取问题。 展开更多
关键词 数据库访问 阻抗失谐 中间件 对象关系映射 ADO.NET
在线阅读 下载PDF
Mapinfo与Supermap Objects数据转换的实现 被引量:1
6
作者 单英杰 刘小军 +1 位作者 朱艳 曹卫星 《安徽农业科学》 CAS 北大核心 2007年第32期10338-10339,共2页
采用面向对象的方法,在VB语言环境下开发Mapinfo数据向Supermap Objects的转换程序,从Mapinfo数据库中提取空间要素和隐藏的属性数据,经转化转入Supermap Objects数据库中,解决了转换前后逐层对应问题,做到了空间要素与空间属性完全匹配... 采用面向对象的方法,在VB语言环境下开发Mapinfo数据向Supermap Objects的转换程序,从Mapinfo数据库中提取空间要素和隐藏的属性数据,经转化转入Supermap Objects数据库中,解决了转换前后逐层对应问题,做到了空间要素与空间属性完全匹配,为农业空间信息决策提供数据支持。 展开更多
关键词 mapINFO SUPERmap objectS 数据转换
在线阅读 下载PDF
工作流系统中角色管理的O/R Mapping策略研究 被引量:1
7
作者 刘生福 樊持杰 罗美淑 《微计算机信息》 2010年第9期213-215,共3页
面向对象编程是当前软件开发的主要方法,而关系数据库在短期内有其不可替代的地位,因此,怎样实现对象模型到关系模型的映射就成了软件开发中一个重要的问题。本文结合一个工作流管理系统的开发过程,说明了O/RMapping(Object Relational ... 面向对象编程是当前软件开发的主要方法,而关系数据库在短期内有其不可替代的地位,因此,怎样实现对象模型到关系模型的映射就成了软件开发中一个重要的问题。本文结合一个工作流管理系统的开发过程,说明了O/RMapping(Object Relational Mapping)的映射策略及其在软件开发中的重要性。 展开更多
关键词 面向对象编程 关系数据库管理系统 O/Rmapping WFMS
在线阅读 下载PDF
EJB和O/RMapping的结合
8
作者 张选芳 《电子科技大学学报》 EI CAS CSCD 北大核心 2004年第5期559-561,共3页
EJB是用来开发和部署多层次结构的、分布式的、面向对象的java构件体系结构,针对EJB中对象存储的难题,实现了一个基于EJB体系开发的开发模式PERO,该模式并没有改变EJB系统框架。PERO容易操作,结构简单,使EJB开发对开发者透明,从而降低... EJB是用来开发和部署多层次结构的、分布式的、面向对象的java构件体系结构,针对EJB中对象存储的难题,实现了一个基于EJB体系开发的开发模式PERO,该模式并没有改变EJB系统框架。PERO容易操作,结构简单,使EJB开发对开发者透明,从而降低了开发难度;同时提出了一种快速、简洁的解决基于EJB开发过程中O/R Mapping问题的方案。 展开更多
关键词 企业java-bean 对象 关系映射 永久对象
在线阅读 下载PDF
A survey: which features are required for dynamic visual simultaneous localization and mapping? 被引量:3
9
作者 Zewen Xu Zheng Rong Yihong Wu 《Visual Computing for Industry,Biomedicine,and Art》 EI 2021年第1期183-198,共16页
In recent years,simultaneous localization and mapping in dynamic environments(dynamic SLAM)has attracted significant attention from both academia and industry.Some pioneering work on this technique has expanded the po... In recent years,simultaneous localization and mapping in dynamic environments(dynamic SLAM)has attracted significant attention from both academia and industry.Some pioneering work on this technique has expanded the potential of robotic applications.Compared to standard SLAM under the static world assumption,dynamic SLAM divides features into static and dynamic categories and leverages each type of feature properly.Therefore,dynamic SLAM can provide more robust localization for intelligent robots that operate in complex dynamic environments.Additionally,to meet the demands of some high-level tasks,dynamic SLAM can be integrated with multiple object tracking.This article presents a survey on dynamic SLAM from the perspective of feature choices.A discussion of the advantages and disadvantages of different visual features is provided in this article. 展开更多
关键词 Dynamic simultaneous localization and mapping Multiple objects tracking data association object simultaneous localization and mapping Feature choices
在线阅读 下载PDF
O/R mapping技术比较研究
10
作者 王兰香 冯志勇 《微处理机》 2008年第2期110-112,共3页
针对当前出现的越来越多的O/R Mapping技术,对其中影响最大的几种实现技术进行了深入的研究,并通过实验数据对它们进行了详细的分析和比较。
关键词 对象关系映射 容器管理的持久性 JAVA数据对象 Hibernate持久层框架
在线阅读 下载PDF
Analysis of the ITIL Mapping with COBIT over the Business Process Continuity Management
11
作者 Melita Kozina 《Computer Technology and Application》 2011年第7期513-521,共9页
Planning and implementation as well as increased control over the Business Continuity Management (BCM) is a complex task in the company requiring adequate resources. BCM aims to reduce risks and develops plans for r... Planning and implementation as well as increased control over the Business Continuity Management (BCM) is a complex task in the company requiring adequate resources. BCM aims to reduce risks and develops plans for restoring business activities if they are interrupted by a disaster. The purpose of the paper is to analyze and describe two standards, Information Technology Infrastructure Library (ITIL) and Control Objectives for Information and Related Technology (COBIT), especially their mapping for the improved planning and implementation of the BCM as well as the increased control over the BCM activities. COBIT is used more as a management framework, providing management tools, such as control objectives, metrics and maturity models in order to complement the control framework. ITIL includes process steps and tasks because it is more oriented towards IT processes (process framework), defining the best practice for IT service management. Within this mapping, ITIL processes may be used to achieve and demonstrate compliance with COBIT control objectives for BCM process. 展开更多
关键词 Business continuity management (BCM) IT service information and related technology) ITIL (information technology continuity management (ITSCM) COBIT (control objectives for infrastructure library) mapping of ITIL with COBIT.
在线阅读 下载PDF
基于面向对象技术和标准关系数据库的Geodatabase的研究 被引量:3
12
作者 刘艳丰 姜耀鹏 《测绘与空间地理信息》 2009年第4期139-142,共4页
面向对象技术为空间数据模型的发展提出了新的要求。本论文在此背景下,回顾了空间数据模型的发展历程,从整体上介绍了第三代基于面向对象技术和关系数据库的Geodatabase数据模型,并详细介绍了其体系结构及在关系数据库中的存储。最后本... 面向对象技术为空间数据模型的发展提出了新的要求。本论文在此背景下,回顾了空间数据模型的发展历程,从整体上介绍了第三代基于面向对象技术和关系数据库的Geodatabase数据模型,并详细介绍了其体系结构及在关系数据库中的存储。最后本文通过总结Geodatabase模型的优缺点,提出了未来空间数据模型的发展趋势。 展开更多
关键词 面向对象 空间数据模型 GEOdataBASE 关系数据库
在线阅读 下载PDF
利用Geodatabase建模
13
作者 杨正银 《四川测绘》 2007年第6期248-251,共4页
本文介绍了采用面向对象技术的新一代地理数据模型Geodatabase的特点,举例说明了利用Geodatabase数据模型对地理对象建模的过程及其在数字中国地理空间框架建设中的重要意义。
关键词 特征 特征集 面向对象数据模型 关系-对象数据库
在线阅读 下载PDF
Simulation of Dynamic Electromagnetic Interference Environment for Unmanned Aerial Vehicle Data Link 被引量:10
14
作者 郭淑霞 董中要 +1 位作者 胡占涛 胡楚峰 《China Communications》 SCIE CSCD 2013年第7期19-28,共10页
In order to test the anti-interference ability of an Unmanned Aerial Vehicle(UAV) data link in a complex electromagnetic environment,a method for simulating the dynamic electromagnetic interference of an indoor wirele... In order to test the anti-interference ability of an Unmanned Aerial Vehicle(UAV) data link in a complex electromagnetic environment,a method for simulating the dynamic electromagnetic interference of an indoor wireless environment is proposed.This method can estimate the relational degree between the actual face of an UAV data link in an interface environment and the simulation scenarios in an anechoic chamber by using the Grey Relational Analysis(GRA) theory.The dynamic drive of the microwave instrument produces a real-time corresponding interference signal and realises scene mapping.The experimental results show that the maximal correlation between the interference signal in the real scene and the angular domain of the radiation antenna in the anechoic chamber is 0.959 3.Further,the relational degree of the Signal-toInterference Ratio(SIR) of the UAV at its reception terminal indoors and in the anechoic chamber is 0.996 8,and the time of instrument drive is only approximately 10 μs.All of the above illustrates that this method can achieve a simulation close to a real field dynamic electromagnetic interference signal of an indoor UAV data link. 展开更多
关键词 UAV data link dynamic electromagnetic interference GRA relational degree scene mapping instrument driver
在线阅读 下载PDF
AutoDesk Map在地形图建库中的应用 被引量:6
15
作者 杨利娟 《测绘与空间地理信息》 2007年第4期93-95,共3页
介绍基于CAD的GIS软件——AutoDesk Map的技术特点及其在1∶10 000地形图采集建库中的应用。
关键词 AUTODESK map建库方法 对象数据 拓扑
在线阅读 下载PDF
基于反射构建O/R Mapper的动态工厂系统
16
作者 张新丽 《成都信息工程学院学报》 2007年第5期564-568,共5页
工厂模式提供了创建家族产品或依赖对象的接口,但缺乏在交互过程中处理运行期动态构造对象和装配模块的能力。通过运用反射技术对工厂结构进行扩展,提出了一种新的动态组合工厂模型。模型用于对象/关系映射的动态连接,消除了对映射器创... 工厂模式提供了创建家族产品或依赖对象的接口,但缺乏在交互过程中处理运行期动态构造对象和装配模块的能力。通过运用反射技术对工厂结构进行扩展,提出了一种新的动态组合工厂模型。模型用于对象/关系映射的动态连接,消除了对映射器创建过程的硬编码,实现了关联对象动态组装的不知觉性,满足了系统可扩展和可维护的设计目标。 展开更多
关键词 反射技术 工厂模式 动态类型 对象/关系映射
在线阅读 下载PDF
MapInfo与其它应用程序的连接
17
作者 刘庆元 喻昕 《地矿测绘》 2001年第4期7-9,共3页
探讨了在基于MapInfo的二次开发系统中 ,采用OLE自动化、DDE、回调技术实现MapInfo与其它软件 (如VB、Excel、Delfi等 )集成的技术特点和过程 ,并给出实例。实践证明 ,这些方法为开发跨平台集成地图应用提供了有效途径。
关键词 mapINFO mapBASIC 跨平台集成地图 VB DEL FI OLE自动化 DDE
在线阅读 下载PDF
利用CASS地形图建立MapInfo数据库的探讨
18
作者 李学军 《地矿测绘》 2006年第4期37-38,45,共3页
介绍了利用CASS地形图建立M apInfo数据库的具体方法,并对CASS数据的分层、数据入库前的准备工作、CASS数据转换为M apInfo数据的具体方法以及M apInfo数据库的整理等进行了介绍,并提出利用M apInfo可以实现地理信息综合服务的方法。
关键词 海量数据 拓扑关系 信息化测绘 地理信息系统
在线阅读 下载PDF
面向时空大数据的高性能并行计算策略对比
19
作者 王思敏 王斌 +1 位作者 徐佳沅 陈旭 《北京测绘》 2025年第4期456-461,共6页
测绘地理信息数据作为国家重要资源,其数据量级在不断增长,空间矢量数据的复杂结构促使高性能并行计算成为必然需求。当前研究多侧重单一数据模型和固定计算模式,综合分析对比等研究较少。本文提出高性能空间分析并行计算策略,将其分解... 测绘地理信息数据作为国家重要资源,其数据量级在不断增长,空间矢量数据的复杂结构促使高性能并行计算成为必然需求。当前研究多侧重单一数据模型和固定计算模式,综合分析对比等研究较少。本文提出高性能空间分析并行计算策略,将其分解为数据、算子、并行、环境四类综合模块并设计相应策略。通过试验对比,结果表明在计算密集型和数据密集型场景中,并行计算优于传统单线程计算。分布式并行计算架构性能提升显著,空间数据库并行计算策略在处理大型数据时优势明显,能支持并发操作解决关键问题。同时,空间计算分析性能与中央处理器(CPU)核数并非完全线性相关,受磁盘输入输出(I/O)资源限制和任务数据依赖性影响。本文为测绘地理信息服务提供了高性能计算和数据处理的理论依据和实践参考。 展开更多
关键词 高性能并行计算 时空大数据 分布式计算架构 对象关系型数据库
在线阅读 下载PDF
A Novel Ranking Framework for Linked Data from Relational Databases 被引量:1
20
作者 张静 马春娥 +3 位作者 赵晨婷 张军 易力 毛新生 《Tsinghua Science and Technology》 SCIE EI CAS 2010年第6期642-649,共8页
This paper investigates the problem of ranking linked data from relational databases using a rank-ing framework. The core idea is to group relationships by their types, then rank the types, and finally rank the instan... This paper investigates the problem of ranking linked data from relational databases using a rank-ing framework. The core idea is to group relationships by their types, then rank the types, and finally rank the instances attached to each type. The ranking criteria for each step considers the mapping rules and heterogeneous graph structure of the data web. Tests based on a social network dataset show that the linked data ranking is effective and easier for people to understand. This approach benefits from utilizing relationships deduced from mapping rules based on table schemas and distinguishing the relationship types, which results in better ranking and visualization of the linked data. 展开更多
关键词 linked data RANKING relational databases (RDB) mapping rules
原文传递
上一页 1 2 24 下一页 到第
使用帮助 返回顶部