共查询到20条相似文献,搜索用时 78 毫秒
1.
PROLOG与DBMS系统连接的实现方法 总被引:3,自引:0,他引:3
本文介绍了实现PROLOG-DBMS系统的几种方法,如:解释,编译,半解释和半编译方法.并介绍了各种方法的优点和不足,尤其是半解释方法和半编译方法的优缺点的比较. 相似文献
2.
3.
4.
本文介绍了一种混合式 Prolog-DBMS 耦合技术,它既能保持解释方法和编译方法的优点,又能克服其缺点。这种技术使得随时使用关系数据库算子(比如连接算子)成为可能,同时避免了无用数据(即归结过程中不用的数据)的加载.最后,“历史”管理机制保证了同一数据不会被多次加载。 相似文献
5.
6.
鲁汉榕 《计算机工程与设计》1988,(6)
克服PROLOG系统低效的重要途径是减少/加快数据库搜索及项合一操作以及减少/加快回溯操作。本文给出一种多处理机上的基于SEARCH并行的顺序PROLOG解释方法,指出它在克服搜索/合一代价高这一方面的优点并分析通讯对于系统性能的影响。 相似文献
7.
支持无共享结构的并行DBMS软件结构 总被引:3,自引:1,他引:3
文中介绍并行数据库系统PARO的体系结构设计,它能很好地支持无共享结构的并行计算机。并描述该系统的软件结构,说明如何在这一软件结构下开发事务间并行性、查询内的操作间和操作内并行性。 相似文献
8.
如何安全而有效地对数据库信息进行加密保护是目前迫切需要解决的课题.本文提出一种基于DBMS扩展的数据库加密系统,系统通过对DBMS进行扩展实现加解密功能,并向用户提供可选择的字段加密.系统透明性好,并且较好地解决了不同用户对数据加密的不同要求,具有一定的实际意义. 相似文献
9.
龙守谌 《小型微型计算机系统》1990,11(8):35-39,45
本文介绍了用表结构将能够有效地管理很大的数据库,但缺乏推理能力的关系数据库管理系统与具有很强的演绎推理能力,但缺乏管理大量数据功能的PROLOG系统结合在一起,形成演绎数据库或专家数据库系统的原理与方法。 相似文献
10.
11.
本文讨论了分布式计算机系统中进程通信的一种机制──远程过程调用(RPC)的设计与实现。在此基础上,将RPC机制扩充到PROLOG语言中,使该语言具有网络通信能力,初步实现了计算机局域网络环境下PROLOG语言的应用,为分布式专家系统的程序实用于网络探索新路。 相似文献
12.
本文设计并实现了一种新的分布式数据库管理系统故障恢复技术,即基于后映象文件,事务私有更新区的故障恢复技术;详细介绍了其基本数据结构及二段式提交算法,回滚处理及恢算法。 相似文献
13.
Richard Schmid Hans-Albert Schneider Thomas Filkorn 《Journal of Automated Reasoning》1989,5(3):403-408
This paper presents a general approach to solve a constraint satisfaction problem over a finite domain by reducing it to unification in finite algebras. The lion and unicorn puzzle is considered as a constraint satisfaction problem and its implementation in an extended PROLOG is described. 相似文献
14.
本文提出了一种基于消息通信的多线索DBMS体系结构,详细介绍了多线索DBMS技术在AT&TUNIX4.2环境下的实现策略。 相似文献
15.
Rogério Luís de Carvalho Costa Sérgio Lifschitz 《Distributed and Parallel Databases》2003,13(1):99-127
In this work we investigate the parallel evaluation of BLAST, the most popular tool for comparing biological sequences. Our goal is to study database distribution issues that, besides workload balancing, could improve the performance of a set of BLAST processes running in a workstation cluster. We consider different partitioning strategies within actual BLAST executions against a few relevant molecular databases. We have implemented multiple databases and input sequence configurations and show that there are many important parameters, such as the fragment generation method and sequence similarities, that must be taken into account in order to make full use of such parallel environment. 相似文献
16.
基于MPI的并行计算集群通信及应用 总被引:4,自引:0,他引:4
对能有效解大型稀疏矩阵方程的LSQR串行算法进行了并行化分析,并应用可移植消息传递标准MPI的集群通信机制在分布式存储并行系统上设计和实现了LSQR并行算法,该并行算法和程序在地震表层模型层析反演中得到了有效的应用。 相似文献
17.
C. J. Anumba 《Advances in Engineering Software》1996,25(2-3):123-129
The structures for the storage of data in CAD systems influence to a large extent the effectiveness of the system. This paper reviews the wide range of data structures and database management systems (DBMS) available for structuring CAD data. Examples of basic data types are drawn from the MODULA-2 language. The relationship between these basic data types, their composite structures and the classical data models (on which many DBMS are based) is discussed, and the limitations of existing DBMS in modelling CAD data highlighted. A set of requirements for CAD database management systems is drawn up and the emerging role of product models (which seek to encapsulate the totality of data elements required to define fully an engineering artefact) is explored. 相似文献
18.
19.
Martino Ruggiero Alessio Guerri Davide Bertozzi Michela Milano Luca Benini 《International journal of parallel programming》2008,36(1):3-36
The problem of allocating and scheduling precedence-constrained tasks on the processors of a distributed real-time system is NP-hard. As such, it has been traditionally tackled by means of heuristics, which provide only approximate or near-optimal solutions. This paper proposes a complete allocation and scheduling framework, and deploys an MPSoC virtual platform to validate the accuracy of modelling assumptions. The optimizer implements an efficient and exact approach to the mapping problem based on a decomposition strategy. The allocation subproblem is solved through Integer Programming (IP) while the scheduling one through Constraint Programming (CP). The two solvers interact by means of an iterative procedure which has been proven to converge to the optimal solution. Experimental results show significant speed-ups w.r.t. pure IP and CP exact solution strategies as well as high accuracy with respect to cycle-accurate functional simulation. Two case studies further demonstrate the practical viability of our framework for real-life applications. 相似文献
20.
针对传统作业车间调度模型没有考虑工件工序存在并行性的不足,提出一种以最小化完工时间为目标的工件工序可并行作业车间调度模型,且在模型中考虑了工序加工设备柔性;设计了基于遗传算法的调度算法,其中染色体编码采用分段编码方式,并提出一种适用于工件工序存在并行性的染色体解码方法.实验结果表明,文中算法能够有效地解决工件工序可并行的作业车间调度问题. 相似文献