期刊文献+
共找到779篇文章
< 1 2 39 >
每页显示 20 50 100
Query Acceleration of Graph Databases by ID Caching Technology 被引量:1
1
作者 Wei Jiang Hai-Bo Hu Liu-Gen Xu 《Journal of Electronic Science and Technology》 CAS CSCD 2019年第1期41-50,共10页
In this paper, we approach the design of ID caching technology(IDCT) for graph databases, with the purpose of accelerating the queries on graph database data and avoiding redundant graph database query operations whic... In this paper, we approach the design of ID caching technology(IDCT) for graph databases, with the purpose of accelerating the queries on graph database data and avoiding redundant graph database query operations which will consume great computer resources. Traditional graph database caching technology(GDCT)needs a large memory to store data and has the problems of serious data consistency and low cache utilization. To address these issues, in the paper we propose a new technology which focuses on ID allocation mechanism and high-speed queries of ID on graph databases. Specifically, ID of the query result is cached in memory and data consistency is achieved through the real-time synchronization and cache memory adaptation. In addition, we set up complex queries and simple queries to satisfy all query requirements and design a mechanism of cache replacement based on query action time, query times, and memory capacity, thus improving the performance furthermore.Extensive experiments show the superiority of our techniques compared with the traditional query approach of graph databases. 展开更多
关键词 CACHE graph database QUERY efficiency
在线阅读 下载PDF
Query Optimization Framework for Graph Database in Cloud Dew Environment 被引量:1
2
作者 Tahir Alyas Ali Alzahrani +3 位作者 Yazed Alsaawy Khalid Alissa Qaiser Abbas Nadia Tabassum 《Computers, Materials & Continua》 SCIE EI 2023年第1期2317-2330,共14页
The query optimizer uses cost-based optimization to create an execution plan with the least cost,which also consumes the least amount of resources.The challenge of query optimization for relational database systems is... The query optimizer uses cost-based optimization to create an execution plan with the least cost,which also consumes the least amount of resources.The challenge of query optimization for relational database systems is a combinatorial optimization problem,which renders exhaustive search impossible as query sizes rise.Increases in CPU performance have surpassed main memory,and disk access speeds in recent decades,allowing data compression to be used—strategies for improving database performance systems.For performance enhancement,compression and query optimization are the two most factors.Compression reduces the volume of data,whereas query optimization minimizes execution time.Compressing the database reduces memory requirement,data takes less time to load into memory,fewer buffer missing occur,and the size of intermediate results is more diminutive.This paper performed query optimization on the graph database in a cloud dew environment by considering,which requires less time to execute a query.The factors compression and query optimization improve the performance of the databases.This research compares the performance of MySQL and Neo4j databases in terms of memory usage and execution time running on cloud dew servers. 展开更多
关键词 Query optimization compression cloud dew DECOMPRESSION graph database
在线阅读 下载PDF
Design and Implementation of NBA Playoff Prediction Method Based on ELO Algorithm and Graph Database
3
作者 Song Yan Siyuan Meng +1 位作者 Qiwei Liu Jing Li 《Journal of Computer and Communications》 2019年第11期54-64,共11页
With the globalization of NBA, all eyes on the NBA playoffs are around the world. Ones celebrate the winning of their team which they like. Especially, NBA fans keep on predicting the playoffs game results. However, p... With the globalization of NBA, all eyes on the NBA playoffs are around the world. Ones celebrate the winning of their team which they like. Especially, NBA fans keep on predicting the playoffs game results. However, prediction of winning probability of teams in NBA playoffs is challenging. In order to meet the challenges, we proposed a method using ELO algorithm for prediction and leveraging Graph Database, Neo4j, for implementation. Experiment results show that, the design and implementation of the prediction system could work to some degree. 展开更多
关键词 The NBA Playoffs graph database Neo4j ELO ALGORITHM
在线阅读 下载PDF
Towards sparse matrix operations:graph database approach for power grid computation
4
作者 Daoxing Li Kai Xiao +2 位作者 Xiaohui Wang Pengtian Guo Yong Chen 《Global Energy Interconnection》 EI CAS CSCD 2023年第1期50-63,共14页
The construction of new power systems presents higher requirements for the Power Internet of Things(PIoT)technology.The“source-grid-load-storage”architecture of a new power system requires PIoT to have a stronger mu... The construction of new power systems presents higher requirements for the Power Internet of Things(PIoT)technology.The“source-grid-load-storage”architecture of a new power system requires PIoT to have a stronger multi-source heterogeneous data fusion ability.Native graph databases have great advantages in dealing with multi-source heterogeneous data,which make them suitable for an increasing number of analytical computing tasks.However,only few existing graph database products have native support for matrix operation-related interfaces or functions,resulting in low efficiency when handling matrix calculations that are commonly encountered in power grids.In this paper,the matrix computation process is expressed by a strategy called graph description,which relies on the natural connection between the matrix and structure of the graph.Based on that,we implement matrix operations on graph database,including matrix multiplication,matrix decomposition,etc.Specifically,only the nodes relevant to the computation and their neighbors are concerned in the process,which prunes the influence of zero elements in the matrix and avoids useless iterations compared to the conventional matrix computation.Based on the graph description,a series of power grid computations can be implemented on graph database,which reduces redundant data import and export operations while leveraging the parallel computing capability of graph database.It promotes the efficiency of PIoT when handling multi-source heterogeneous data.An comprehensive experimental study over two different scale power system datasets compares the proposed method with Python and MATLAB baselines.The results reveal the superior performance of our proposed method in both power flow and N-1 contingency computations. 展开更多
关键词 graph database graph description MATRIX Parallel computing Power flow
在线阅读 下载PDF
Graph-Based Unified Settlement Framework for Complex Electricity Markets:Data Integration and Automated Refund Clearing
5
作者 Xiaozhe Guo Suyan Long +4 位作者 Ziyu Yue Yifan Wang Guanting Yin Yuyang Wang Zhaoyuan Wu 《Energy Engineering》 2026年第1期56-90,共35页
The increasing complexity of China’s electricity market creates substantial challenges for settlement automation,data consistency,and operational scalability.Existing provincial settlement systems are fragmented,lack... The increasing complexity of China’s electricity market creates substantial challenges for settlement automation,data consistency,and operational scalability.Existing provincial settlement systems are fragmented,lack a unified data structure,and depend heavily on manual intervention to process high-frequency and retroactive transactions.To address these limitations,a graph-based unified settlement framework is proposed to enhance automation,flexibility,and adaptability in electricity market settlements.A flexible attribute-graph model is employed to represent heterogeneousmulti-market data,enabling standardized integration,rapid querying,and seamless adaptation to evolving business requirements.An extensible operator library is designed to support configurable settlement rules,and a suite of modular tools—including dataset generation,formula configuration,billing templates,and task scheduling—facilitates end-to-end automated settlement processing.A robust refund-clearing mechanism is further incorporated,utilizing sandbox execution,data-version snapshots,dynamic lineage tracing,and real-time changecapture technologies to enable rapid and accurate recalculations under dynamic policy and data revisions.Case studies based on real-world data from regional Chinese markets validate the effectiveness of the proposed approach,demonstrating marked improvements in computational efficiency,system robustness,and automation.Moreover,enhanced settlement accuracy and high temporal granularity improve price-signal fidelity,promote cost-reflective tariffs,and incentivize energy-efficient and demand-responsive behavior among market participants.The method not only supports equitable and transparent market operations but also provides a generalizable,scalable foundation for modern electricity settlement platforms in increasingly complex and dynamic market environments. 展开更多
关键词 Electricity market market settlement data model graph database market refund clearing
在线阅读 下载PDF
A large scale power communication network simulation system based on big graph database
6
作者 CHEN Jian JIANG Ying +2 位作者 LU WenDa HAN Meng LI XiaoMing 《Science China(Technological Sciences)》 SCIE EI CAS CSCD 2019年第12期2088-2092,共5页
The power communication network can be abstracted as a graph based on its topology. In this paper, we propose an approach to conduct simulations of power communication network based on its graph representation. In par... The power communication network can be abstracted as a graph based on its topology. In this paper, we propose an approach to conduct simulations of power communication network based on its graph representation. In particular, the nodes and edges in the graph refer to the ports and channels in the grid topology. Different applications on the grid can be transformed into queries over the graph. Hence, in this paper, we build our grid simulation model based on the Neo4 j graph database. We also propose a fault extension algorithm based on predicate calculus. Our experiment evaluations show that the proposed approach can effectively improve the efficiency of the power grid. 展开更多
关键词 power communication network graph database fault-spreading algorithm predicate calculus
原文传递
MillenniumDB:An Open-Source Graph Database System
7
作者 Domagoj Vrgoc Carlos Rojas +7 位作者 Renzo Angles Marcelo Arenas Diego Arroyuelo Carlos Buil-Aranda Aidan Hogan Gonzalo Navarro Cristian Riveros Juan Romero 《Data Intelligence》 EI 2023年第3期560-610,共51页
In this systems paper,we present MillenniumDB:a novel graph database engine that is modular,persistent,and open source.MillenniumDB is based on a graph data model,which we call domain graphs,that provides a simple abs... In this systems paper,we present MillenniumDB:a novel graph database engine that is modular,persistent,and open source.MillenniumDB is based on a graph data model,which we call domain graphs,that provides a simple abstraction upon which a variety of popular graph models can be supported,thus providing a flexible data management engine for diverse types of knowledge graph.The engine itself is founded on a combination of tried and tested techniques from relational data management,state-of-the-art algorithms for worst-case-optimal joins,as well as graph-specific algorithms for evaluating path queries.In this paper,we present the main design principles underlying MillenniumDB,describing the abstract graph model and query semantics supported,the concrete data model and query syntax implemented,as well as the storage,indexing,query planning and query evaluation techniques used.We evaluate MillenniumDB over real-world data and queries from the Wikidata knowledge graph,where we find that it outperforms other popular persistent graph database engines(including both enterprise and open source alternatives)that support similarqueryfeatures. 展开更多
关键词 graph databases Knowledge graphs Worst-case optimal joins Domain graphs
原文传递
CondGraph:一个条件知识图谱的存储和查询系统
8
作者 马杰生 王理庚 +2 位作者 杨晓春 李发明 王斌 《中文信息学报》 北大核心 2025年第6期35-45,共11页
知识图谱(KG)在人工智能应用中发挥着重要作用。然而现有工作忽略了事实中的条件信息,限制了传统KG的表达能力。因此,条件知识图谱(CKG)被提出,CKG可以有效地表示条件信息,进一步加强知识图谱的表达能力。但现有CKG工作只侧重于从文本... 知识图谱(KG)在人工智能应用中发挥着重要作用。然而现有工作忽略了事实中的条件信息,限制了传统KG的表达能力。因此,条件知识图谱(CKG)被提出,CKG可以有效地表示条件信息,进一步加强知识图谱的表达能力。但现有CKG工作只侧重于从文本中提取条件知识,而较少关注对提取出的条件知识的管理。为有效管理CKG,该文提出CondGraph,一个可以支持从存储到查询整个CKG管理过程的系统。CondGraph可以将任何形式的用于表示条件知识图谱的嵌套三元组转换为规范形式,并将其存储在分层树状数据结构中。此外,该文提出了CKG上带有条件约束的查询定义并设计和实现了查询算法,以支持高效的CKG查询。实验结果表明,与现有的图数据库相比,CondGraph将CKG查询的性能平均提高了1~3个数量级。 展开更多
关键词 条件知识图谱 图数据库 知识图谱查询
在线阅读 下载PDF
基于知识图谱的农业园区供用能系统优化策略检索方法
9
作者 牛焕娜 陆佳琳 +3 位作者 郭庭悦 李宗航 周安宇 李春毅 《农业工程学报》 北大核心 2026年第1期233-244,共12页
为了提升农业园区智能化调控性能,该研究提出了基于知识图谱的农业园区供用能系统调控策略检索方法。首先,构建农业园区供用能系统结构化数据特征提取体系,通过区间化处理形成数据特征标签库;其次,利用深度学习技术实现命名实体及其关... 为了提升农业园区智能化调控性能,该研究提出了基于知识图谱的农业园区供用能系统调控策略检索方法。首先,构建农业园区供用能系统结构化数据特征提取体系,通过区间化处理形成数据特征标签库;其次,利用深度学习技术实现命名实体及其关系的识别,并借助Neo4j图数据库构建知识图谱;进而提出了基于知识图谱的农业园区供用能系统优化策略检索方法,从而根据待优化运行场景的数据特征逐层检索出对应调控策略。仿真算例验证表明,该方法较传统建模优化算法将策略生成时长从22.500 s缩短至2.162 s,能够有效提升策略生成效率,并形象化展示运行场景的多维度特征及其策略匹配路径,为农业园区供用能系统的智能化决策提供支持。 展开更多
关键词 知识图谱 农业园区 供用能系统 调控策略 Neo4j图数据库
在线阅读 下载PDF
基于ActiveX组件技术的VFP在Web中的应用 被引量:3
10
作者 台安 胡怀瑾 李怀成 《计算机与现代化》 2010年第4期98-102,共5页
介绍在VFP 9.0中创建ActiveX组件的方式、语法格式和一般过程,通过实例展示如何借助于ActiveX组件技术,完成对VFP数据库的读写访问。并介绍如何用网络编程语言对VFP ActiveX组件调用,实现VFP数据库和VFP语言的数据处理功能在Web中的应用。
关键词 vfp ACTIVEX WEB 数据库
在线阅读 下载PDF
考虑时空特征及演化关系的行政区划知识图谱构建
11
作者 王春玲 诸云强 +3 位作者 王曙 刘纪猛 冯敏 高振记 《地球信息科学学报》 北大核心 2026年第1期89-104,共16页
【目的】行政区划是行政管理、资源配置和社会经济统计的基础单元。频繁调整导致名称、类型、区划代码及空间范围不断变化,增加了跨年度统计分析和历史追溯的难度,对区域规划和政策实施造成挑战。针对这一问题,本文提出面向复杂时空演... 【目的】行政区划是行政管理、资源配置和社会经济统计的基础单元。频繁调整导致名称、类型、区划代码及空间范围不断变化,增加了跨年度统计分析和历史追溯的难度,对区域规划和政策实施造成挑战。针对这一问题,本文提出面向复杂时空演化的行政区划知识图谱构建方法,旨在实现行政区划演变的统一语义化表达与智能化管理。【方法】为解决传统GIS难以形式化表达复杂沿革关系与动态演变过程的局限性,本文设计了语义一致的行政区划本体模型,并提出“主-谓-宾-时间”四元组表达框架,系统定义行政区划单元的概念、属性和关系。以1949—2023年中国省、市、县级行政区划长时序矢量数据为基础,采用空间叠加与属性匹配的方法,识别名称变更、行政类型调整、区划代码变更、划入、划出及空间范围变化等沿革事件。基于Neo4j图数据库环境,构建行政区划演变知识图谱,实现行政区划演变知识的结构化管理。【结果】构建的知识图谱包含26269个节点和406744个三元组,完整记录1949—2023年省、市、县级行政区划的名称、代码、面积及演变类型等信息。基于图谱共识别出33507次沿革事件,实现了行政区划的时空演变查询、跨时空逻辑推理与知识发现,以及跨年度统计数据矫正等应用。【结论】本研究突破传统GIS难以刻画复杂时空关系的局限,为行政区划的沿革研究提供了新的技术手段,并为其他地理实体的复杂时空知识建模提供了借鉴。 展开更多
关键词 行政区划 本体模型 知识图谱 时空特征 演变分析 图数据库
原文传递
Accurate querying of frequent subgraphs in power grid graph data 被引量:2
12
作者 Aihua Zhou Lipeng Zhu +1 位作者 Xinxin Wu Hongbin Qiu 《Global Energy Interconnection》 2019年第1期78-84,共7页
With the development of information technology, the amount of power grid topology data has gradually increased. Therefore, accurate querying of this data has become particularly important. Several researchers have cho... With the development of information technology, the amount of power grid topology data has gradually increased. Therefore, accurate querying of this data has become particularly important. Several researchers have chosen different indexing methods in the filtering stage to obtain more optimized query results because currently there is no uniform and efficient indexing mechanism that achieves good query results. In the traditional algorithm, the hash table for index storage is prone to "collision" problems, which decrease the index construction efficiency. Aiming at the problem of quick index entry, based on the construction of frequent subgraph indexes, a method of serialized storage optimization based on multiple hash tables is proposed. This method mainly uses the exploration sequence to make the keywords evenly distributed; it avoids conflicts of the stored procedure and performs a quick search of the index. The proposed algorithm mainly adopts the "filterverify" mechanism; in the filtering stage, the index is first established offline, and then the frequent subgraphs are found using the "contains logic" rule to obtain the candidate set. Experimental results show that this method can reduce the time and scale of candidate set generation and improve query efficiency. 展开更多
关键词 POWER grid graph database graph computing Multi-Hash TABLE Frequent SUBgraphS
在线阅读 下载PDF
用VFP实现对MARC记录中任意字段的读取 被引量:5
13
作者 范国银 《现代图书情报技术》 CSSCI 北大核心 2003年第1期89-90,95,共3页
通过对 MARC记录存放格式的分析 ,介绍使用 VFP开发环境从 MARC记录中任意读取各字段数据的一种方法。
关键词 vfp 数据库 MARC 机读目录 图书馆自动化
在线阅读 下载PDF
面向国门生物安全的疫情防控知识图谱构建
14
作者 邢邗 王柄熹 +1 位作者 朱永健 刘奕 《安全与环境学报》 北大核心 2026年第3期1111-1119,共9页
为加强空港口岸的疫情防控能力,提供便利化结构化的知识体系,提出了环节、任务、角色、产品的多层级标准化知识框架。基于防控方案和传染病特性共205万字数据,采用规则和深度学习模型相结合的方法识别知识节点与关系,构建了包含2725个... 为加强空港口岸的疫情防控能力,提供便利化结构化的知识体系,提出了环节、任务、角色、产品的多层级标准化知识框架。基于防控方案和传染病特性共205万字数据,采用规则和深度学习模型相结合的方法识别知识节点与关系,构建了包含2725个知识节点和5851个关系的多层级知识体系,支持便利化体系化的查询和展现疫情防控需要的环节、任务、人员、能力、设备、应对的传染病特性等数据,为空港口岸的疫情防控提供技术与知识支持。 展开更多
关键词 安全系统学 生物安全 疫情防控 知识图谱 图数据库
原文传递
“VFP程序设计”课程教学初探——以成都大学师范学院为例 被引量:5
15
作者 赵丽琴 《教育与教学研究》 2009年第11期93-94,共2页
文章针对非计算机专业"VFP程序设计"课程的特点和学生实际情况,结合教学实践,提出该课程的教学可以通过循序渐进的"演示—讲解—学习—实践—提高"的过程,让学生理解数据库的基本概念、理论和技术,同时掌握一个简... 文章针对非计算机专业"VFP程序设计"课程的特点和学生实际情况,结合教学实践,提出该课程的教学可以通过循序渐进的"演示—讲解—学习—实践—提高"的过程,让学生理解数据库的基本概念、理论和技术,同时掌握一个简单的数据库应用系统从分析、设计到实现的完整开发过程,真正做到学以致用;在学习的过程中,教师应该给学生提供丰富而直观的学习素材,使学生的学习积极性和兴趣得到极大的提高,从而提高VFP课程的教学效果。 展开更多
关键词 vfp程序设计 案例驱动 数据库
在线阅读 下载PDF
VB环境下实现VFP数据库的开发 被引量:2
16
作者 刘秋菊 王仲英 《科学技术与工程》 2005年第15期1116-1118,共3页
基于微软VB6.0的数据库访问技术,探讨了在VB环境下VFP数据库开发的技术和实现方法。
关键词 ActiveX数据对象(ADO) vfp数据库 ODBC数据源
在线阅读 下载PDF
VFP教学探讨 被引量:7
17
作者 赵晓蓉 《黔南民族师范学院学报》 2007年第3期64-66,86,共4页
根据Visual FoxPro 6.0的特点和学生的实际情况,在VFP教学中,提出了用大例子贯穿整个教学过程、以多媒体教学和传统教学相结合教学手段任务进行教学实践的教学方法进行了探讨。
关键词 vfp 教学 数据库
在线阅读 下载PDF
在VFP中生成和打印动态统计图表 被引量:3
18
作者 万黎 刘菁 《山东建筑工程学院学报》 1999年第2期64-67,共4页
举例介绍了利用VFP5.0(VisualFoxpro5.0)的OLE自动化功能将数据库表信息生成各种类型的动态统计图表并打印的方法。
关键词 vfp 图表 OLE 数据库 软件
在线阅读 下载PDF
VFP在高校学生学籍管理系统中的应用 被引量:3
19
作者 刘环 《长治学院学报》 2005年第5期38-40,共3页
文章介绍了学籍管理工作应达到的要求,以 VFP 为开发工具,采用面向对象编程(OOP)方法提出了高校学生学 籍管理系统的开发方案。
关键词 学籍管理 vfp数据库 管理系统
在线阅读 下载PDF
VFP数据库在Authorware中的应用 被引量:2
20
作者 石潇 唐治平 唐磊 《科技广场》 2006年第8期58-60,共3页
本文分析了VFP数据库与Authorware的优点和缺点,介绍了数据库的有关概念,结合某高校录取查询系统的设计,阐述了ODBC数据源的配置方法以及在Authorware中数据库的打开和关闭方法,结合应用重点论述了在Authorware中如何对数据库进行交互... 本文分析了VFP数据库与Authorware的优点和缺点,介绍了数据库的有关概念,结合某高校录取查询系统的设计,阐述了ODBC数据源的配置方法以及在Authorware中数据库的打开和关闭方法,结合应用重点论述了在Authorware中如何对数据库进行交互性操作。 展开更多
关键词 vfp数据库 AUTHORWARE 高校录取查询
在线阅读 下载PDF
上一页 1 2 39 下一页 到第
使用帮助 返回顶部