首页 > 最新文献

Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93最新文献

英文 中文
Capturing the objected-oriented database model in relational form 以关系形式捕获面向对象的数据库模型
Su-Yin Hsieh, Carl K. Chang, P. Mongkolwat, Walter W. Pilch, Chiao-Chuan Shih
In a heterogeneous database environment, accessing data across different types of data models requires an integration of conceptual schemas. This conceptual schema can exist in various forms such as relational, object-oriented, hierarchical, or network. This paper provides a mechanism, a mapping function - for the transformation of an object- oriented schema to a relational schema and a query translation to access an object-oriented database for the relational database user.<>
在异构数据库环境中,跨不同类型的数据模型访问数据需要集成概念模式。这种概念模式可以以各种形式存在,例如关系、面向对象、层次结构或网络。本文提供了一种机制,一种映射函数,用于将面向对象的模式转换为关系模式,并为关系数据库用户提供了访问面向对象数据库的查询转换。
{"title":"Capturing the objected-oriented database model in relational form","authors":"Su-Yin Hsieh, Carl K. Chang, P. Mongkolwat, Walter W. Pilch, Chiao-Chuan Shih","doi":"10.1109/CMPSAC.1993.404191","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404191","url":null,"abstract":"In a heterogeneous database environment, accessing data across different types of data models requires an integration of conceptual schemas. This conceptual schema can exist in various forms such as relational, object-oriented, hierarchical, or network. This paper provides a mechanism, a mapping function - for the transformation of an object- oriented schema to a relational schema and a query translation to access an object-oriented database for the relational database user.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122278987","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
A method of drawing tree-structured program diagrams on the Euclidian plane 在欧几里得平面上绘制树形程序图的一种方法
Y. Miyadera, K. Anzai, H. Banba
A tree-structured diagram is considered as a tree in which each node has four attributes: (1) width, (2) depth, (3) horizontal coordinate and (4) vertical coordinate. The placing problem of the tree-structured diagram satisfying certain given eumorphous conditions is called a tidy drawing problem. The eumorphous conditions of tree-structured diagrams, oriented to program diagrams, have been formulated by modifying the eumorphous conditions of trees. formalized eumorphous conditions and corresponding unformalized methods of placement on the integral lattice were developed by Ogura etal. (1992). In this paper, we introduce new eumorphous conditions on the Euclidian plane. We also formulate O(n)-time and O(n/sup 2/)-time practical algorithms to provide placements which satisfy new eumorphous conditions by modifying the former conditions on the integral lattice As a result, we have new relationships among the eurmorphous conditions.<>
树结构图被认为是一个树,其中每个节点有四个属性:(1)宽度,(2)深度,(3)水平坐标和(4)垂直坐标。树形图的放置问题满足一定给定的纯态条件,称为整齐绘制问题。通过对树的纯态条件的修改,给出了面向程序图的树结构图的纯态条件。Ogura etal提出了积分点阵上的形式化全态条件和相应的非形式化放置方法。(1992)。本文在欧几里得平面上引入了一些新的纯态条件。通过对积分格上原有条件的修正,给出了O(n)时间和O(n/sup 2/)时间的实用算法来提供满足新亚态条件的位置,从而得到了新的亚态条件之间的关系。
{"title":"A method of drawing tree-structured program diagrams on the Euclidian plane","authors":"Y. Miyadera, K. Anzai, H. Banba","doi":"10.1109/CMPSAC.1993.404192","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404192","url":null,"abstract":"A tree-structured diagram is considered as a tree in which each node has four attributes: (1) width, (2) depth, (3) horizontal coordinate and (4) vertical coordinate. The placing problem of the tree-structured diagram satisfying certain given eumorphous conditions is called a tidy drawing problem. The eumorphous conditions of tree-structured diagrams, oriented to program diagrams, have been formulated by modifying the eumorphous conditions of trees. formalized eumorphous conditions and corresponding unformalized methods of placement on the integral lattice were developed by Ogura etal. (1992). In this paper, we introduce new eumorphous conditions on the Euclidian plane. We also formulate O(n)-time and O(n/sup 2/)-time practical algorithms to provide placements which satisfy new eumorphous conditions by modifying the former conditions on the integral lattice As a result, we have new relationships among the eurmorphous conditions.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134377884","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Scheduling of dynamic divide-and-conquer computations on multicomputers 多机动态分治计算的调度
V. Karamcheti, B. Wah
The scheduling of tasks for applications with dynamic behavior traditionally rely on externally observable metrics such as the number of active processes. This paper presents a new scheduling strategy based on the observation that it may be possible to capture the near-term resource requirements of active tasks by expressions involving task parameters. Run-time evaluation of these expressions yields estimates of task behavior that are valid over a short, future interval of time. The heuristics proposed, which when used in conjunction with information supplied by profiling, can be used to annotate the source program with such expressions. Preliminary simulation results show that the use of near-future estimates in a dynamic scheduling strategy for divide-and-conquer algorithms consistently improves over traditional dynamic strategies. The performance of this strategy approaches that of the best-known deterministic strategy while incurring an overhead of the same order as other dynamic strategies.<>
具有动态行为的应用程序的任务调度传统上依赖于外部可观察的指标,例如活动进程的数量。本文提出了一种新的调度策略,该策略可以通过包含任务参数的表达式来捕获活动任务的近期资源需求。对这些表达式的运行时评估将产生任务行为的估计值,这些估计值在未来一段较短的时间间隔内有效。所提出的启发式,当与剖析提供的信息结合使用时,可以用这样的表达式来注释源程序。初步的仿真结果表明,在分而治之算法的动态调度策略中使用近未来估计比传统的动态策略有明显的改进。该策略的性能接近最著名的确定性策略,同时产生与其他动态策略相同量级的开销。
{"title":"Scheduling of dynamic divide-and-conquer computations on multicomputers","authors":"V. Karamcheti, B. Wah","doi":"10.1109/CMPSAC.1993.404240","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404240","url":null,"abstract":"The scheduling of tasks for applications with dynamic behavior traditionally rely on externally observable metrics such as the number of active processes. This paper presents a new scheduling strategy based on the observation that it may be possible to capture the near-term resource requirements of active tasks by expressions involving task parameters. Run-time evaluation of these expressions yields estimates of task behavior that are valid over a short, future interval of time. The heuristics proposed, which when used in conjunction with information supplied by profiling, can be used to annotate the source program with such expressions. Preliminary simulation results show that the use of near-future estimates in a dynamic scheduling strategy for divide-and-conquer algorithms consistently improves over traditional dynamic strategies. The performance of this strategy approaches that of the best-known deterministic strategy while incurring an overhead of the same order as other dynamic strategies.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131126184","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Maintenance support needs for object-oriented software 面向对象软件的维护支持需求
Ron Crocker, A. Andrews
The object-oriented (OO) programming paradigm for developing software systems has become more mainstream in the past several years. Existing research into the use of the OO paradigm is heavily biased toward front-end problems: design, programming languages, and development environments. Lost in this has been support for maintenance of OO system, yet maintenance is 80% of the effort for successful software systems. This paper focuses on software tools that support and enhance the software maintenance effort for OO systems. As the industry matures in its use of OO concepts, systems will move along a spectrum of object-oriented-ness, from non-OO systems at one end to fully OO systems at the other. Each end of the spectrum has different maintenance and tools needs.<>
在过去的几年中,面向对象(OO)编程范式在开发软件系统方面变得更加主流。对OO范例使用的现有研究严重偏向于前端问题:设计、编程语言和开发环境。在此过程中丢失了对OO系统维护的支持,然而维护是成功软件系统工作的80%。本文着重于支持和增强面向对象系统的软件维护工作的软件工具。随着行业在使用OO概念方面的成熟,系统将沿着面向对象的范围移动,从一端的非OO系统到另一端的完全OO系统。每一端都有不同的维护和工具需求
{"title":"Maintenance support needs for object-oriented software","authors":"Ron Crocker, A. Andrews","doi":"10.1109/CMPSAC.1993.404216","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404216","url":null,"abstract":"The object-oriented (OO) programming paradigm for developing software systems has become more mainstream in the past several years. Existing research into the use of the OO paradigm is heavily biased toward front-end problems: design, programming languages, and development environments. Lost in this has been support for maintenance of OO system, yet maintenance is 80% of the effort for successful software systems. This paper focuses on software tools that support and enhance the software maintenance effort for OO systems. As the industry matures in its use of OO concepts, systems will move along a spectrum of object-oriented-ness, from non-OO systems at one end to fully OO systems at the other. Each end of the spectrum has different maintenance and tools needs.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130541287","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 15
Software process assessment and improvement using production models 使用生产模型对软件过程进行评估和改进
A. Andrews, A. Roeseler
With the advent of process assessment and process improvement as key objectives for many software development organizations, it has become important to provide viable mechanisms to do so. This paper suggests to use production models paired with software metrics that quantify key drivers of productivity. We also show capabilities of production models with two examples. Production models must be used with proper parameterization to be successful. This may mean a new look at which metrics are helpful for process assessment.<>
随着过程评估和过程改进作为许多软件开发组织的关键目标的出现,提供可行的机制来做到这一点变得很重要。本文建议使用与软件度量相结合的生产模型,量化生产率的关键驱动因素。我们还通过两个示例展示了生产模型的功能。生产模型必须与适当的参数化一起使用才能取得成功。这可能意味着需要重新审视哪些指标对过程评估有帮助
{"title":"Software process assessment and improvement using production models","authors":"A. Andrews, A. Roeseler","doi":"10.1109/CMPSAC.1993.404212","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404212","url":null,"abstract":"With the advent of process assessment and process improvement as key objectives for many software development organizations, it has become important to provide viable mechanisms to do so. This paper suggests to use production models paired with software metrics that quantify key drivers of productivity. We also show capabilities of production models with two examples. Production models must be used with proper parameterization to be successful. This may mean a new look at which metrics are helpful for process assessment.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115248837","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Visual CASE: A software development system for home appliances Visual CASE:一个家用电器软件开发系统
Y. Imai, K. Sumiya, Kouichi Yasutake, S. Haruna
This paper describes Visual CASE: a software development system that provides a framework which can be used by the whole development team: product planners, product designers, and software developers. This system includes interactive browsers, editors, and databases to manipulate the object model we designed specifically for the software in home appliances. We apply the object model to an entity that represents the specifications of a home appliance product. In other words, we introduce product specification objects and component objects to represent the characteristics of software in home appliances. As all developers using Visual CASE can discuss the specifications on the same framework, misunderstandings and misconceptions of the specifications seldom occur.<>
本文描述了Visual CASE:一个软件开发系统,它提供了一个可供整个开发团队使用的框架:产品计划人员、产品设计师和软件开发人员。该系统包括交互式浏览器、编辑器和数据库,用于操作我们专门为家用电器软件设计的对象模型。我们将对象模型应用于表示家电产品规格的实体。也就是说,我们引入产品规范对象和组件对象来表示家电软件的特性。因为所有使用Visual CASE的开发人员都可以在同一个框架上讨论规范,所以很少会出现对规范的误解和误解。
{"title":"Visual CASE: A software development system for home appliances","authors":"Y. Imai, K. Sumiya, Kouichi Yasutake, S. Haruna","doi":"10.1109/CMPSAC.1993.404208","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404208","url":null,"abstract":"This paper describes Visual CASE: a software development system that provides a framework which can be used by the whole development team: product planners, product designers, and software developers. This system includes interactive browsers, editors, and databases to manipulate the object model we designed specifically for the software in home appliances. We apply the object model to an entity that represents the specifications of a home appliance product. In other words, we introduce product specification objects and component objects to represent the characteristics of software in home appliances. As all developers using Visual CASE can discuss the specifications on the same framework, misunderstandings and misconceptions of the specifications seldom occur.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128320880","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Using computational learning theory to analyze the testing complexity of program segments 利用计算学习理论分析程序段的测试复杂度
K. Romanik, J. Vitter
We examine the complexity of testing different program constructs by defining a measure called VCP-dimension and applying it to classes of programs, where all programs in a class share the same syntactic structure. VCP-dimension gives bounds on the number of test points needed to determine approximate correctness, so it gives insight into the difficulty of testing a program construct represented by a program class. We investigate the VCP-dimension of straight line code, if-then-else statements and for loops, and we compare the VCP-dimension of different combinations of constructs.<>
我们通过定义称为vcp维的度量并将其应用于程序类来检查测试不同程序结构的复杂性,其中类中的所有程序共享相同的语法结构。VCP-dimension给出了确定近似正确性所需的测试点数量的界限,因此它可以深入了解测试由程序类表示的程序结构的难度。我们研究了直线代码、if-then-else语句和for循环的vcp维数,并比较了不同结构组合的vcp维数。
{"title":"Using computational learning theory to analyze the testing complexity of program segments","authors":"K. Romanik, J. Vitter","doi":"10.1109/CMPSAC.1993.404242","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404242","url":null,"abstract":"We examine the complexity of testing different program constructs by defining a measure called VCP-dimension and applying it to classes of programs, where all programs in a class share the same syntactic structure. VCP-dimension gives bounds on the number of test points needed to determine approximate correctness, so it gives insight into the difficulty of testing a program construct represented by a program class. We investigate the VCP-dimension of straight line code, if-then-else statements and for loops, and we compare the VCP-dimension of different combinations of constructs.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125409285","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
DELTA-DEsign Language To Actor 德尔塔设计语言的演员
N. Gautier, D. Carver
DELTA, a DEsign Language To Actor, is a formal language used to enhance the design process. DELTA incorporates the concepts of object-oriented design into a design language. Once the preliminary steps of design have been completed, DELTA can be used to bridge the gap between architectural design and a detailed design specification. DELTA can be used to produce a documented design. Rapid prototyping, and reengineering are among the potential benefits to be reaped.<>
DELTA(面向参与者的设计语言)是一种用于增强设计过程的正式语言。DELTA将面向对象设计的概念合并到设计语言中。一旦设计的初步步骤完成,DELTA就可以用来弥补建筑设计和详细设计规范之间的差距。DELTA可用于生成文档化的设计。快速的原型设计和重新设计都是潜在的好处。
{"title":"DELTA-DEsign Language To Actor","authors":"N. Gautier, D. Carver","doi":"10.1109/CMPSAC.1993.404183","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404183","url":null,"abstract":"DELTA, a DEsign Language To Actor, is a formal language used to enhance the design process. DELTA incorporates the concepts of object-oriented design into a design language. Once the preliminary steps of design have been completed, DELTA can be used to bridge the gap between architectural design and a detailed design specification. DELTA can be used to produce a documented design. Rapid prototyping, and reengineering are among the potential benefits to be reaped.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114433456","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Choices in database workstation-server architecture 数据库工作站-服务器体系结构中的选择
I. S. Chu, M.S. Winslett
The workstation-server model is emerging as the standard computing environment for engineering and scientific applications. Most object-oriented database systems choose either the object-server architecture, in which individual objects are passed between the server and the workstation, or the page-server architecture, in which a disk page is the unit of transport between the server and the workstation. In this paper we extend the work of DeWitt et al. (1990) to consider the advantages and disadvantages of an implementation in which the application has direct access to pages, rather than to objects.<>
工作站-服务器模型正在成为工程和科学应用的标准计算环境。大多数面向对象的数据库系统要么选择对象-服务器体系结构,其中单个对象在服务器和工作站之间传递,要么选择页面-服务器体系结构,其中磁盘页面是服务器和工作站之间的传输单元。在本文中,我们扩展了DeWitt等人(1990)的工作,以考虑应用程序直接访问页面而不是对象的实现的优点和缺点
{"title":"Choices in database workstation-server architecture","authors":"I. S. Chu, M.S. Winslett","doi":"10.1109/CMPSAC.1993.404179","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404179","url":null,"abstract":"The workstation-server model is emerging as the standard computing environment for engineering and scientific applications. Most object-oriented database systems choose either the object-server architecture, in which individual objects are passed between the server and the workstation, or the page-server architecture, in which a disk page is the unit of transport between the server and the workstation. In this paper we extend the work of DeWitt et al. (1990) to consider the advantages and disadvantages of an implementation in which the application has direct access to pages, rather than to objects.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"189 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123213286","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Tool integration frameworks-Facts and fiction 工具集成框架——事实和虚构
Kanwalinder Singh
Tool integration frameworks are gaining popularity as a means to provide integrated support for activities across the software development life cycle. Framework-based integrations leverage best-in-class tools and use vendor-neutral interfaces and mechanisms to support relationships between individual tools. This panel brings together framework providers, tool providers, and integrators/end users to provide a snapshot of the state of the art and practice in tool integration frameworks and framework-based integrations.<>
工具集成框架作为一种为跨软件开发生命周期的活动提供集成支持的手段而越来越受欢迎。基于框架的集成利用一流的工具,并使用与供应商无关的接口和机制来支持各个工具之间的关系。该小组将框架提供者、工具提供者和集成商/最终用户聚集在一起,提供工具集成框架和基于框架的集成的技术和实践状态的快照。
{"title":"Tool integration frameworks-Facts and fiction","authors":"Kanwalinder Singh","doi":"10.1109/CMPSAC.1993.404223","DOIUrl":"https://doi.org/10.1109/CMPSAC.1993.404223","url":null,"abstract":"Tool integration frameworks are gaining popularity as a means to provide integrated support for activities across the software development life cycle. Framework-based integrations leverage best-in-class tools and use vendor-neutral interfaces and mechanisms to support relationships between individual tools. This panel brings together framework providers, tool providers, and integrators/end users to provide a snapshot of the state of the art and practice in tool integration frameworks and framework-based integrations.<<ETX>>","PeriodicalId":375808,"journal":{"name":"Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128209241","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
期刊
Proceedings of 1993 IEEE 17th International Computer Software and Applications Conference COMPSAC '93
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1