首页 > 最新文献

[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track最新文献

英文 中文
An application of structural modeling and automated reasoning to concurrent program design 结构建模和自动推理在并发程序设计中的应用
S. Honiden, N. Uchihira, K. Matsumoto, Kazuo Matsumura, M. Arai
An application of structural modeling and automated reasoning as an intelligent software development environment for concurrent programs is presented. This application, using an integration of software reuse and theorem-proving methods, synthesizes an absolutely correct program and increases software productivity. The concurrent programs are described by a Prolog-based concurrent object-oriented language called MENDEL/87. The functional part of the reusable component is generated by structural modeling, and the synchronization part is synthesized from temporal-logic specifications by the use of an automated-reasoning mechanism. A description is also given of the MENDELS ZONE, implemented on a Prolog machine, which is the working base of the method.<>
介绍了结构建模和自动推理作为并发程序智能软件开发环境的应用。该应用程序使用了软件重用和定理证明方法的集成,合成了一个绝对正确的程序并提高了软件生产率。并发程序由基于prolog的并发面向对象语言MENDEL/87描述。可重用组件的功能部分通过结构建模生成,同步部分通过自动推理机制从时间逻辑规范中合成。本文还描述了在Prolog机器上实现的MENDELS ZONE,它是该方法的工作基础。
{"title":"An application of structural modeling and automated reasoning to concurrent program design","authors":"S. Honiden, N. Uchihira, K. Matsumoto, Kazuo Matsumura, M. Arai","doi":"10.1109/HICSS.1989.47986","DOIUrl":"https://doi.org/10.1109/HICSS.1989.47986","url":null,"abstract":"An application of structural modeling and automated reasoning as an intelligent software development environment for concurrent programs is presented. This application, using an integration of software reuse and theorem-proving methods, synthesizes an absolutely correct program and increases software productivity. The concurrent programs are described by a Prolog-based concurrent object-oriented language called MENDEL/87. The functional part of the reusable component is generated by structural modeling, and the synchronization part is synthesized from temporal-logic specifications by the use of an automated-reasoning mechanism. A description is also given of the MENDELS ZONE, implemented on a Prolog machine, which is the working base of the method.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"46 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122915772","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}
引用次数: 4
PK/C++: an object-oriented, logic-based, executable specification language PK/ c++:一种面向对象的、基于逻辑的、可执行的规范语言
R. B. Terwilliger, P. A. Kirslis
ENCOMPASS is an environment that supports software development using formal techniques similar to the Vienna development method (VDM). In ENCOMPASS, software can be specified using the PLEASE family of executable specification languages, PK/C++, the latest number of the PLEASE family, differs from its predecessor by having C++ rather than Ada as its base language, by having an operational as well as declarative semantics, and by being based on flat rather than standard Prolog. PK/C++ specifications can be used in proofs of correctness. They are also executable, so that initial specifications can be validated and refinements can be verified using testing-based techniques. The authors give an overview of ENCOMPASS, describe PK/C++ in reasonable detail, and give an example of development using the language.<>
ENCOMPASS是一个支持使用类似维也纳开发方法(VDM)的正式技术进行软件开发的环境。在ENCOMPASS中,软件可以使用可执行规范语言的PLEASE家族来指定,PK/ c++, PLEASE家族的最新版本,与它的前身不同的是,它的基本语言是c++而不是Ada,具有可操作的和声明性的语义,并且基于扁平的而不是标准的Prolog。PK/ c++规范可用于正确性证明。它们也是可执行的,因此可以使用基于测试的技术验证初始规范和改进。作者对ENCOMPASS进行了概述,对PK/ c++进行了较为详细的描述,并给出了使用该语言进行开发的一个示例。
{"title":"PK/C++: an object-oriented, logic-based, executable specification language","authors":"R. B. Terwilliger, P. A. Kirslis","doi":"10.1109/HICSS.1989.48019","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48019","url":null,"abstract":"ENCOMPASS is an environment that supports software development using formal techniques similar to the Vienna development method (VDM). In ENCOMPASS, software can be specified using the PLEASE family of executable specification languages, PK/C++, the latest number of the PLEASE family, differs from its predecessor by having C++ rather than Ada as its base language, by having an operational as well as declarative semantics, and by being based on flat rather than standard Prolog. PK/C++ specifications can be used in proofs of correctness. They are also executable, so that initial specifications can be validated and refinements can be verified using testing-based techniques. The authors give an overview of ENCOMPASS, describe PK/C++ in reasonable detail, and give an example of development using the language.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125584497","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}
引用次数: 8
Enhancing the usability of parallel debuggers 增强并行调试器的可用性
S. Utter
The author addresses the design of a useful parallel debugger, i.e. one whose cost (in terms of programmer effort) is outweighed by the benefits of using it. The level of usefulness encompasses both the functionality the debugger provides and the presentation of relevant information gathered by the debugger. Specific features of parallel programming that make debugging such a difficult task have been examined. From this, an attempt has been made to determine what functionality must be provided to deal with these features effectively.<>
作者介绍了一个有用的并行调试器的设计,也就是说,它的成本(就程序员的努力而言)超过了使用它的好处。有用性级别既包括调试器提供的功能,也包括调试器收集的相关信息的表示。并行编程的特定特性使得调试成为一项困难的任务。由此,人们试图确定必须提供哪些功能来有效地处理这些特征。
{"title":"Enhancing the usability of parallel debuggers","authors":"S. Utter","doi":"10.1109/HICSS.1989.48014","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48014","url":null,"abstract":"The author addresses the design of a useful parallel debugger, i.e. one whose cost (in terms of programmer effort) is outweighed by the benefits of using it. The level of usefulness encompasses both the functionality the debugger provides and the presentation of relevant information gathered by the debugger. Specific features of parallel programming that make debugging such a difficult task have been examined. From this, an attempt has been made to determine what functionality must be provided to deal with these features effectively.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"33 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124495691","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
The information society-the reality is now, through national computer policies 信息社会——现在的现实是,通过国家计算机政策
B.G. Matley
The author discusses the developing consensus for societal directions among unlike cultures resulting from the spread of computer technology. He demonstrates this for three groups: (1) those nations on the Pacific rim, in Europe, and in South America that have published formal national computer policy (NCP) position papers; (2) those nations that have not adopted formal NCP positions as yet but are in the process of developing them; and (3) those nations that have made no explicit attempt to write a single comprehensive NCP plan.<>
作者讨论了由于计算机技术的传播而在不同文化之间形成的社会方向共识。他为三组人证明了这一点:(1)那些在环太平洋地区、欧洲和南美洲已经发布了正式的国家计算机政策(NCP)立场文件的国家;(2)尚未采取新冠肺炎正式立场但正在制定新冠肺炎正式立场的国家;(3)那些没有明确试图制定单一全面新冠肺炎计划的国家。
{"title":"The information society-the reality is now, through national computer policies","authors":"B.G. Matley","doi":"10.1109/HICSS.1989.48052","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48052","url":null,"abstract":"The author discusses the developing consensus for societal directions among unlike cultures resulting from the spread of computer technology. He demonstrates this for three groups: (1) those nations on the Pacific rim, in Europe, and in South America that have published formal national computer policy (NCP) position papers; (2) those nations that have not adopted formal NCP positions as yet but are in the process of developing them; and (3) those nations that have made no explicit attempt to write a single comprehensive NCP plan.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125668737","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
Object-oriented databases for construction data 用于建筑数据的面向对象数据库
G. Belford, A.L. Santone
Database management system can support the various aspects of the construction process. Study of the requirements for such a database system has led the authors to the conclusion that the most appropriate abstract data model for construction data is that of object-oriented data. To study the appropriateness of this model, they have developed the specific example of a simple building with components specified as a hierarchy of object classes. The example shows the importance of the concepts of inheritance, aggregation, and generalization in modeling construction data.<>
数据库管理系统可以支持各个方面的建设过程。对这样一个数据库系统的需求的研究使作者得出结论:最适合建筑数据的抽象数据模型是面向对象的数据模型。为了研究这个模型的适用性,他们开发了一个简单建筑的具体例子,其中的组件被指定为对象类的层次结构。该示例显示了继承、聚合和泛化概念在构建数据建模中的重要性
{"title":"Object-oriented databases for construction data","authors":"G. Belford, A.L. Santone","doi":"10.1109/HICSS.1989.48034","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48034","url":null,"abstract":"Database management system can support the various aspects of the construction process. Study of the requirements for such a database system has led the authors to the conclusion that the most appropriate abstract data model for construction data is that of object-oriented data. To study the appropriateness of this model, they have developed the specific example of a simple building with components specified as a hierarchy of object classes. The example shows the importance of the concepts of inheritance, aggregation, and generalization in modeling construction data.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127065184","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
Design rationale and maintainability 设计原理和可维护性
Jeff Conklin
Design decisions and assumptions that occur within and during the process of system design are not generally documented. The deliberation and much of the domain learning that went into resolving key design issues is thus wasted, increasing overall system costs. This cost is most apparent during maintenance, when a significant portion of engineer's time is spent trying to recover the lost rationale of the system structure. An approach is proposed for capturing this process-oriented material during development, indexed so that it provides this critical information to maintainers.<>
在系统设计过程中发生的设计决策和假设通常没有文档化。为了解决关键的设计问题而进行的深思熟虑和许多领域学习都被浪费了,从而增加了整个系统的成本。这种成本在维护期间最为明显,因为工程师的大部分时间都花在试图恢复系统结构的基本原理上。提出了一种方法,用于在开发期间捕获这种面向过程的材料,并对其进行索引,以便向维护人员提供这些关键信息
{"title":"Design rationale and maintainability","authors":"Jeff Conklin","doi":"10.1109/HICSS.1989.48049","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48049","url":null,"abstract":"Design decisions and assumptions that occur within and during the process of system design are not generally documented. The deliberation and much of the domain learning that went into resolving key design issues is thus wasted, increasing overall system costs. This cost is most apparent during maintenance, when a significant portion of engineer's time is spent trying to recover the lost rationale of the system structure. An approach is proposed for capturing this process-oriented material during development, indexed so that it provides this critical information to maintainers.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130697905","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}
引用次数: 75
The role of technology advocate and transfer mechanism on Ada adoption 技术倡导者和转移机制对Ada采用的影响
J. Bayer, N. Melone
Examines the association of various technology transfer mechanisms and technology advocates with the adoption of Ada. Preliminary analysis of data from structured interviews with 48 software developers in the defense sector supports the notion that organizations and change agents may wish to tailor transition mechanisms and choice of primary advocate to the specific stage of the adoption process, rather than adopt a single strategy for the entire process.<>
考察各种技术转让机制和技术倡导者与采用Ada的关系。对48名国防部门软件开发人员结构化访谈数据的初步分析支持这样一种观点,即组织和变革代理人可能希望为采用过程的特定阶段量身定制过渡机制和主要倡导者的选择,而不是为整个过程采用单一策略。
{"title":"The role of technology advocate and transfer mechanism on Ada adoption","authors":"J. Bayer, N. Melone","doi":"10.1109/HICSS.1989.48051","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48051","url":null,"abstract":"Examines the association of various technology transfer mechanisms and technology advocates with the adoption of Ada. Preliminary analysis of data from structured interviews with 48 software developers in the defense sector supports the notion that organizations and change agents may wish to tailor transition mechanisms and choice of primary advocate to the specific stage of the adoption process, rather than adopt a single strategy for the entire process.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131407330","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
Correctness verification of concurrent systems 并发系统的正确性验证
T. Szmuc
Formal tools and computer support for correctness verification are proposed. An algebraic process description of the correctness facilitates formal tools aiding correctness proving. Two methods of correctness verification are presented: static verification, corresponding to the verification notion in system programming which is informally described by the software standard; and dynamic correction, which is a generalization of the exception-handling idea. Algorithms for these methods are specified.<>
提出了用于正确性验证的正式工具和计算机支持。对正确性的代数过程描述有助于帮助证明正确性的形式化工具。提出了两种正确性验证方法:静态验证,对应于软件标准非正式描述的系统编程中的验证概念;以及动态修正,这是异常处理思想的一种概括。指定了这些方法的算法。
{"title":"Correctness verification of concurrent systems","authors":"T. Szmuc","doi":"10.1109/HICSS.1989.48004","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48004","url":null,"abstract":"Formal tools and computer support for correctness verification are proposed. An algebraic process description of the correctness facilitates formal tools aiding correctness proving. Two methods of correctness verification are presented: static verification, corresponding to the verification notion in system programming which is informally described by the software standard; and dynamic correction, which is a generalization of the exception-handling idea. Algorithms for these methods are specified.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133478864","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
ISLET: a program/proof editor to support the Vienna Development Method ISLET:支持维也纳开发方法的程序/校样编辑器
R. B. Terwilliger
ENCOMPASS is an environment that addresses the software quality problem using a combination of executable specifications, peer review, testing, and formal techniques similar to the Vienna Development Method. One of the most important tools in ENCOMPASS is ISLET, a language-oriented program/proof editor that supports the construction of formal specifications and their incremental refinement into verified implementations. In ISLET, the refinement process can be viewed as the development of a program or as the construction of a proof of correctness. From the proof view, some refinements generate verification conditions that must be true for the step to be correct. ISLET incorporates a number of simple methods that can inexpensively certify a large percentage of the verification conditions generated. An overview of ENCOMPASS and ISLET is given, and an example of development using the editor is presented.<>
ENCOMPASS是一个环境,它使用可执行规范、同行评审、测试和类似维也纳开发方法的正式技术的组合来解决软件质量问题。ENCOMPASS中最重要的工具之一是ISLET,它是一个面向语言的程序/证明编辑器,它支持正式规范的构建,并将其逐步细化为已验证的实现。在ISLET中,细化过程可以看作是程序的开发或正确性证明的构建。从证明的角度来看,一些改进会生成验证条件,这些条件必须为真才能使步骤正确。ISLET结合了许多简单的方法,这些方法可以低成本地验证生成的大部分验证条件。概述了ENCOMPASS和ISLET,并给出了一个使用编辑器开发的例子。
{"title":"ISLET: a program/proof editor to support the Vienna Development Method","authors":"R. B. Terwilliger","doi":"10.1109/HICSS.1989.48061","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48061","url":null,"abstract":"ENCOMPASS is an environment that addresses the software quality problem using a combination of executable specifications, peer review, testing, and formal techniques similar to the Vienna Development Method. One of the most important tools in ENCOMPASS is ISLET, a language-oriented program/proof editor that supports the construction of formal specifications and their incremental refinement into verified implementations. In ISLET, the refinement process can be viewed as the development of a program or as the construction of a proof of correctness. From the proof view, some refinements generate verification conditions that must be true for the step to be correct. ISLET incorporates a number of simple methods that can inexpensively certify a large percentage of the verification conditions generated. An overview of ENCOMPASS and ISLET is given, and an example of development using the editor is presented.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132349642","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
A software storming approach to rapid prototyping 快速原型的软件风暴方法
R. P. Bonasso, R. O. Nugent, Pamela W. Jordan, R. W. Tucker, K. S. Keller, D. Vogel
A methodology for very rapid prototyping, called software storming, brings together principles from both brainstorming and software engineering to quickly develop knowledge-based systems for problem assessment and solution. Brainstorming by domain experts drives the simultaneous software development of their ideas. Domain experts and system programmers are brought together in an intense one-week effort during which knowledge-engineering techniques are used to solve a carefully scoped problem. The storming week is itself part of a broader problem-solving activity that includes background research, problem definition, data specification, action plan development, and tool selection. A videotape recording is made of the development week to help followup teams understand how decisions were made.<>
一种用于快速原型的方法,称为软件风暴,将头脑风暴和软件工程的原则结合在一起,以快速开发用于问题评估和解决方案的基于知识的系统。领域专家的头脑风暴推动了他们的想法的同步软件开发。领域专家和系统程序员在一周的紧张工作中聚在一起,在此期间使用知识工程技术来解决仔细界定的问题。风暴周本身是更广泛的问题解决活动的一部分,包括背景研究、问题定义、数据规范、行动计划开发和工具选择。制作开发周的录像带,以帮助后续团队了解决策是如何做出的。
{"title":"A software storming approach to rapid prototyping","authors":"R. P. Bonasso, R. O. Nugent, Pamela W. Jordan, R. W. Tucker, K. S. Keller, D. Vogel","doi":"10.1109/HICSS.1989.48013","DOIUrl":"https://doi.org/10.1109/HICSS.1989.48013","url":null,"abstract":"A methodology for very rapid prototyping, called software storming, brings together principles from both brainstorming and software engineering to quickly develop knowledge-based systems for problem assessment and solution. Brainstorming by domain experts drives the simultaneous software development of their ideas. Domain experts and system programmers are brought together in an intense one-week effort during which knowledge-engineering techniques are used to solve a carefully scoped problem. The storming week is itself part of a broader problem-solving activity that includes background research, problem definition, data specification, action plan development, and tool selection. A videotape recording is made of the development week to help followup teams understand how decisions were made.<<ETX>>","PeriodicalId":325958,"journal":{"name":"[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-01-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115099778","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
期刊
[1989] Proceedings of the Twenty-Second Annual Hawaii International Conference on System Sciences. Volume II: Software Track
全部 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