首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 140 毫秒
1.
RAG:一个基于重用的应用生成器   总被引:1,自引:0,他引:1  
RMIPS是在WINDOWS环境中研制的单片机接口程序原型开发系统。RAG是RMIPS系统所提供的一个基于重用的应用生成器。它基于图符化的用户界面和交互式的对话框输入,支持单片机应用程序的自动生成。  相似文献   

2.
基于并行及异构数据库联合系统   总被引:3,自引:0,他引:3  
用PowerBuilder开发异构数据库的联合使用是一种好方法,然而它不支持数据库服务器间的并行工作。本文提出了在PowerBuilder应用程序与数据库接口之间通过构造“并行桥”的策略解决这一问题的思想,并由此设计实现了一个“异构数据库联合使用系统”。该系统将分布在网络不同节点上的ORACLE、SYBAS及MSSQLSERVER数据库服务器中的局部库集成为一个全局库并提供全局事务管理和并行查询处理的异构数据库系统。  相似文献   

3.
VB的Add—in技术提供了扩展VB开发环境的接口。文章论述了基于VBAdd—in技术的可视化代码自动生成系统的设计方法,该系统的实现与应用可以简化软件的开发过程。加快软件的开发速度,提高代码的重用率。  相似文献   

4.
利用MFC建立应用程序与ODBC数据库的动态连接   总被引:3,自引:0,他引:3  
开放式数据库互连(ODBC)为不同数据库产品的访问和操作提供了一个统一的解决方案,现已逐步应用于各种应用系统中,借助于MicrosoftVISUALC++的MFC和APPWIZARD,在生成应用程序的过程中,通过用户选择数据库就能够自动建立应用程序与数据库的,  相似文献   

5.
基于Solid Works2001的标准件库的二次开发   总被引:2,自引:0,他引:2  
文章介绍了Solid Works2001应用程序开发接口API,提出了建立三维标准件库的设计思想,采用VB6.0语言编程用实例说明参数化三维标准件库的建立方法,从而实现三维标准件的自动生成。  相似文献   

6.
本文给出了基于对象重用的软件生成系统的设计。该系统是以可重用软构件库为核心的集成化支撑环境,它解决了软构件的定义、生成、组织、检索、重用等问题,能实现软件系统的自动生成  相似文献   

7.
应读者要求,介绍了应用程序开发接口ARX环境下应用程序的开发方法,剖析了直接对AutoCAD的图形数据库编程的意义及方法;给出了ARX用于CAD应用系统开发中用户图库实现的关键技术的源程序。  相似文献   

8.
AnyQuery是一种适用于网格环境、基于服务的分布式查询处理系统,使用统一的数据格式(可扩展标记语言)来表示和传输数据,所有组成模块以网格服务的形式实现,网格服务之间通过标准的接口进行通信.这种接口和实现分离技术屏蔽了不同数据库及其运行节点的差异,为用户提供一致的虚拟关系数据视图和分布式数据查询支持.在分析和研究已有的并行数据库和分布式数据库查询技术的基础上,AnyQuery提出和实现了一种适用于动态网格环境的分布式查询计划生成和执行算法,该算法能够根据网格环境中各节点及其连接网络的实际情况确定查询计划,支持跨数据库的连接查询.基于Globus 3.0开发了AnyQuery的原型系统,性能测试表明该系统具有较好的可扩展性,尤其适合计算密集型的复杂查询.  相似文献   

9.
实现一个JavaBeans软构件生成系统BeanBuilder,其目标是为JavaBeans软构件的开发提供一个完整的解决方案。(1)为用户提供使用系统实现的开发Bean的每个功能的接口,这种接口应该是直观友好的,另外,还为用户提供一些视图,使用户能对当前的开发进程有更清晰的了解,(2)通过与用户的交互,可以自动生成Bean的部分源代码,这些代码组成Bean的基本框架,用户可在此框架的基础上完成编辑修改代码,编译代码,进而包装生成目标Bean的工作;(3)为用户提供了一个可视化的集成开发环境,在此环境中用户可以完成Bean开发的所有工作,而不必在不同的环境中切换,以提高工作效率。  相似文献   

10.
本文讨论了支持重用的结构化程序设计工具SPTOOL的设计问题。其中包括N-S图与PASCAL程序的相互转换、可重用部件库管理、部件重用机制以及应用程序的自动生成等。文中还对图式设计语言的设计进行了研讨。  相似文献   

11.
In contrast to a traditional setting where users express queries against the database schema, we assert that the semantics of data can often be understood by viewing the data in the context of the user interface (UI) of the software tool used to enter the data. That is, we believe that users will understand the data in a database by seeing the labels, drop-down menus, tool tips, or other help text that are built into the user interface. Our goal is to allow domain experts with little technical skill to understand and query data. In this paper, we present our GUi As View (Guava) framework and describe how we use forms-based UIs to generate a conceptual model that represents the information in the user interface. We then describe how we generate a query interface from the conceptual model. We characterize the resulting query language using a subset of the relational algebra. Since most application developers want to craft a physical database to meet desired performance needs, we present here a transformation channel that can be configured by instantiating one or more of our transformation operators. The channel, once configured, automatically transforms queries from our query interface into queries that address the underlying physical database and delivers query results that conform to our query interface. In this paper, we define and formalize our database transformation operators. The contributions of this paper are that first, we demonstrate the feasibility of creating a query interface based directly on the user interface and second, we introduce a general purpose database transformation channel that will likely shorten the application development process and increase the quality of the software by automatically generating software artifacts that are often made manually and are prone to errors.  相似文献   

12.
In contrast to a traditional setting where users express queries against the database schema, we assert that the semantics of data can often be understood by viewing the data in the context of the user interface (UI) of the software tool used to enter the data. That is, we believe that users will understand the data in a database by seeing the labels, drop-down menus, tool tips, or other help text that are built into the user interface. Our goal is to allow domain experts with little technical skill to understand and query data. In this paper, we present our GUi As View (Guava) framework and describe how we use forms-based UIs to generate a conceptual model that represents the information in the user interface. We then describe how we generate a query interface from the conceptual model. We characterize the resulting query language using a subset of the relational algebra. Since most application developers want to craft a physical database to meet desired performance needs, we present here a transformation channel that can be configured by instantiating one or more of our transformation operators. The channel, once configured, automatically transforms queries from our query interface into queries that address the underlying physical database and delivers query results that conform to our query interface. In this paper, we define and formalize our database transformation operators. The contributions of this paper are that first, we demonstrate the feasibility of creating a query interface based directly on the user interface and second, we introduce a general purpose database transformation channel that will likely shorten the application development process and increase the quality of the software by automatically generating software artifacts that are often made manually and are prone to errors.  相似文献   

13.
《Knowledge》2007,20(7):683-693
The Lyee methodology allows the development of a software by simply defining its requirements. More precisely, a developer has only to provide words, calculation formulae, calculation conditions and layout of screens and printouts, and then leaves in the hands of the computer all subsequent troublesome programming process, i.e. control logic aspects. The formalization of Lyee methodology led to the definition of Lyee-Calculus, a formal process algebra, that easily and naturally supports the basic concepts of the Lyee methodology. Moreover, we provided an implementation of the constructs of the Lyee-Calculus in Java language in order to concretely show the efficiency of this calculus and its suitability for the Lyee methodology. In other words, this Java implementation of the Lyee-Calculus provides a means of bridging the gap between Lyee requirement specifications and their implementations.In this paper, we present a new software development environment, LyeeBuilder, that allows to automatically generate applications from specifications using a GUI interface. This software aims to give to programmers an environment that allows them to automatically generate applications from screens and word definitions.  相似文献   

14.
张桂平 《计算机与现代化》2013,(11):196-198,206
在信息系统领域中利用元数据自动生成通用表单的技术,不仅能提高软件的开发效率,降低软件运行的出错率,而且大大提高了软件的复用率。研究基于Delphi集成开发环境,通过不依赖数据库环境的DATASET控件,将数据库中的数据暂时存储在DATASET中,然后通过统一接口可将异构数据库的库表中内容按照一定规则显示在动态生成的表单上进行数据展示和维护。  相似文献   

15.
几乎所有的B/S结构Web软件都离不开数据库编程,在JSP应用开发中利用可重用的组件JavaBean来访问数据库,使得页面易于维护、代码得到重用、源代码也得到保密、对数据库起到安全保护作用。  相似文献   

16.
几乎所有的B/S结构Web软件都离不开数据库编程.在JSP应用开发中利用可重用的组件JavaBean来访问数据库.使得页面易于维护、代码得到重用、源代码也得到保密、对数据库起到安全保护作用。  相似文献   

17.
本文基于软件重用和软件自动化的思想提出了支持软件重用的摸板化技术TTSSR。在TTSSR中,我们引入了软件模板的概念和可重用软件预处理的方法。使得可重用软件能按照用户需求自动进行修改,生成多种可用软件。同时,在模板库管理方面采用了一种适合大型库管理的类图书管理方法,提供了较强的库导航能力,极大地方便了用户。另外,TTSSR工具提供集成界面、用户界面两种和外界的接口,这使得它具有较强的适应性和良好的灵活性。  相似文献   

18.
随着二次三维地震勘探的不断深入,常规勘探方法难以适应新的勘探需求,探索一体化项目的管理模式及其软件支持成为必要,而在勘探软件的采集、处理、解释一体化中,不同的环境使用不同的数据库成为有效的解决途径。在这种情况下,统一数据库访问接口成为了构建可重用的、统一的勘探数据模型的访问层关键。本文通过封装各种数据库的高效访问接口,使用指定的数据库驱动连接和统一的数据库访问接口,设计和实现了数据库统一接口模型。在勘探软件中得到了较好的应用。  相似文献   

19.
王彬  魏慧  李峥 《测控技术》2011,30(3):75-78
红外热像仪在使用时有很多不足,如功能单一等.因此设计了一种多功能红外分析软件,这种红外分析软件不但包含基本的分析功能,而且能够生成统计图,自动生成分析报告,访问数据库.采用COM技术构建了红外分析软件,将复杂的模块开发简化,降低了软件开发周期.在Windows 2000/XP环境下,分析软件运行稳定,功能都达到了要求.  相似文献   

20.
针对软件接口类型多、接口故障注入自动控制复杂的困难以及目前缺少有效的软件接口故障注入工具现状,对软件故障注入中的交联接口故障注入技术展开研究,提出了一种基于模型的软件接口故障注入测试平台技术。通过交联接口测试可视化建模和接口故障注入算子设计,自动生成XML 格式的测试用例,并且通过基于XSLT的脚本自动化生成与执行技术实现测试的控制与执行。故障注入测试主机与接口故障注入器网络连接,接口故障注入器将接口故障数据转换成以太网、串口或CAN网络数据注入到被测软件中,并返回被测件输出数据到测试主机实现测试数据收集与判断。基于模型的软件接口故障注入测试平台具有较强的通用性与易用性,提高了接口故障注入测试的效率,降低了接口测试的成本。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号