首页 > 最新文献

[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference最新文献

英文 中文
Problem solving environments 解决问题的环境
D. Padua
The author discusses a few issues regarding programming tools and their interaction. In parallel programming environments the target machine is parallel, and at least some of the tools deal with parallelism by making possible its expression (e.g. a computer for a parallel programming language or a parallelizing compiler). The author discusses the more general concept of problem-solving environments because he believes that in the future, and at least for some applications, the users of these environments will not be programmers or at least will not have to write any programs. Therefore, much of the interaction with the system will be a description of the problem to be solved and not a description of the solution method.<>
作者讨论了一些关于编程工具及其交互的问题。在并行编程环境中,目标机器是并行的,并且至少有一些工具通过使其表达式成为可能来处理并行性(例如,用于并行编程语言或并行编译器的计算机)。作者讨论了解决问题环境的更一般的概念,因为他相信在未来,至少对于某些应用程序,这些环境的用户将不再是程序员,或者至少不需要编写任何程序。因此,大部分与系统的交互将是对要解决的问题的描述,而不是对解决方法的描述
{"title":"Problem solving environments","authors":"D. Padua","doi":"10.1109/CMPSAC.1989.65069","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65069","url":null,"abstract":"The author discusses a few issues regarding programming tools and their interaction. In parallel programming environments the target machine is parallel, and at least some of the tools deal with parallelism by making possible its expression (e.g. a computer for a parallel programming language or a parallelizing compiler). The author discusses the more general concept of problem-solving environments because he believes that in the future, and at least for some applications, the users of these environments will not be programmers or at least will not have to write any programs. Therefore, much of the interaction with the system will be a description of the problem to be solved and not a description of the solution method.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132197089","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
The SDI approach SDI方法
Charles W. Lillie, B. Brykczynski
The US strategic defense initiative office (SDIO) recognizes that software will play a critical role in the development and deployment of the strategic defense system (SDS). Proper SDS software development will require attention in the following three areas: technology utilization, education, and policy. Several major efforts designed to reduce the risk associated with development and deployment of SDS software are described. These efforts include the SDS software policy, the SDS software center, and the software annex of the SDS capstone testing and evaluation master plan (TEMP).<>
美国战略防御倡议办公室(SDIO)认识到,软件将在战略防御系统(SDS)的发展和部署中发挥关键作用。正确的SDS软件开发需要注意以下三个方面:技术利用、教育和政策。本文描述了几个旨在减少与SDS软件开发和部署相关的风险的主要工作。这些努力包括SDS软件政策、SDS软件中心,以及SDS顶点测试和评估主计划(TEMP)的软件附件。
{"title":"The SDI approach","authors":"Charles W. Lillie, B. Brykczynski","doi":"10.1109/CMPSAC.1989.65140","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65140","url":null,"abstract":"The US strategic defense initiative office (SDIO) recognizes that software will play a critical role in the development and deployment of the strategic defense system (SDS). Proper SDS software development will require attention in the following three areas: technology utilization, education, and policy. Several major efforts designed to reduce the risk associated with development and deployment of SDS software are described. These efforts include the SDS software policy, the SDS software center, and the software annex of the SDS capstone testing and evaluation master plan (TEMP).<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"137 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132221942","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
Testing of concurrent software 并发软件的测试
K. Tai
Although a lot of research has been done in software testing, how to test concurrent programs effectively has not received much attention. Two early papers on testing concurrent programs were written by P. Brinch Hansen (see Software-Practice and Experience, vol.8, p.145-50 and p.721-9 (1989)) K.C. Tai's paper (1985) addressed several issues on testing concurrent programs and started the work on deterministic execution testing and debugging of concurrent programs. These and other research results on testing concurrent programs are briefly examined. The following approaches to testing concurrent programs are discussed: single execution testing, multiple execution testing, and deterministic execution testing. Problems in deterministic execution testing and debugging of concurrent programs are examined.<>
尽管在软件测试方面已经做了大量的研究,但是如何有效地测试并发程序却没有受到太多的关注。关于测试并发程序的两篇早期论文是由P. Brinch Hansen撰写的(参见Software-Practice and Experience,卷8,P. 145-50和P. 721-9 (1989)) K.C. Tai的论文(1985)解决了测试并发程序的几个问题,并开始了并发程序的确定性执行测试和调试工作。本文简要介绍了这些和其他关于并发程序测试的研究成果。本文讨论了测试并发程序的以下方法:单执行测试、多执行测试和确定性执行测试。讨论了并发程序的确定性执行测试和调试中存在的问题。
{"title":"Testing of concurrent software","authors":"K. Tai","doi":"10.1109/CMPSAC.1989.65057","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65057","url":null,"abstract":"Although a lot of research has been done in software testing, how to test concurrent programs effectively has not received much attention. Two early papers on testing concurrent programs were written by P. Brinch Hansen (see Software-Practice and Experience, vol.8, p.145-50 and p.721-9 (1989)) K.C. Tai's paper (1985) addressed several issues on testing concurrent programs and started the work on deterministic execution testing and debugging of concurrent programs. These and other research results on testing concurrent programs are briefly examined. The following approaches to testing concurrent programs are discussed: single execution testing, multiple execution testing, and deterministic execution testing. Problems in deterministic execution testing and debugging of concurrent programs are examined.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132306595","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}
引用次数: 25
Software technology and industry of Korea: widening horizon and emerging presence 韩国的软件技术和产业:不断扩大的视野和新兴的存在
Y. Kwon
Researchers in software as well as software engineering are having difficulty defining projects with concrete goals and well-organized teams as demanded by funding sources. Upcoming large-scale software projects initiated by the government are expected to create a lot of research opportunity and thereby drive the domestic software technology to a higher level. A review is presented of Korea's software industry and software technology, and future issues are examined.<>
软件和软件工程领域的研究人员很难根据资金来源的要求定义具有具体目标和组织良好的团队的项目。政府即将启动的大型软件项目有望创造大量的研究机会,从而推动国内软件技术向更高水平发展。对韩国的软件产业和软件技术进行了回顾,并对未来的问题进行了探讨。
{"title":"Software technology and industry of Korea: widening horizon and emerging presence","authors":"Y. Kwon","doi":"10.1109/CMPSAC.1989.65146","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65146","url":null,"abstract":"Researchers in software as well as software engineering are having difficulty defining projects with concrete goals and well-organized teams as demanded by funding sources. Upcoming large-scale software projects initiated by the government are expected to create a lot of research opportunity and thereby drive the domestic software technology to a higher level. A review is presented of Korea's software industry and software technology, and future issues are examined.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"118 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131758189","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
Transaction synchronization in distributed shared virtual memory systems 分布式共享虚拟内存系统中的事务同步
M. Hsu, Va-On Tam
Synchronization in DSVM (distributed shared virtual memory) can be approached top-down by first understanding the synchronization needs at the process level instead of only at the memory access level. The authors demonstrate this idea in the context of transaction synchronization, devising two-phase locking-based algorithms under two DSVM scenarios: with and without an underlying memory coherence system. They compare the performances of the two algorithms and argue that significant performance gain can potentially result from bypassing memory coherence and supporting process synchronization directly on distributed memory. They also study the role of the optimistic algorithms in transaction synchronization in DSVM and show that some optimistic policy appears promising under the scenarios studied.<>
可以自上而下地实现DSVM(分布式共享虚拟内存)中的同步,方法是首先了解进程级别的同步需求,而不仅仅是在内存访问级别。作者在事务同步的背景下演示了这一想法,在两种DSVM场景下设计了基于两阶段锁定的算法:有和没有底层内存一致性系统。他们比较了两种算法的性能,并认为通过绕过内存一致性和直接在分布式内存上支持进程同步可以获得显著的性能提升。他们还研究了乐观算法在DSVM事务同步中的作用,并表明在所研究的场景下,一些乐观策略是有希望的。
{"title":"Transaction synchronization in distributed shared virtual memory systems","authors":"M. Hsu, Va-On Tam","doi":"10.1109/CMPSAC.1989.65078","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65078","url":null,"abstract":"Synchronization in DSVM (distributed shared virtual memory) can be approached top-down by first understanding the synchronization needs at the process level instead of only at the memory access level. The authors demonstrate this idea in the context of transaction synchronization, devising two-phase locking-based algorithms under two DSVM scenarios: with and without an underlying memory coherence system. They compare the performances of the two algorithms and argue that significant performance gain can potentially result from bypassing memory coherence and supporting process synchronization directly on distributed memory. They also study the role of the optimistic algorithms in transaction synchronization in DSVM and show that some optimistic policy appears promising under the scenarios studied.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133641551","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}
引用次数: 14
Planning for software manufacturing 软件制造计划
Brad J. Cox
It is argued that software is actually a hybrid at the intersection of two fundamentally different domains: the purely concrete plane of everyday physical, tangible experience and the purely abstract plane of intangible thought. The concrete plane is governed by well-understood laws of physics, and the abstract domain by its own laws of mathematics and logic. However, since software is a hybrid, the intersection of these two radically different domains, it does not fully abide by either set of laws. A high-level plan for winning the software industrial revolution is proposed. It is argued that it is necessary to deploy explicit specification tools, and new and largely unexplored kinds of tools. Their function is to gauge compliance between a given implementation of some part and the abstract specification of that part.<>
有人认为,软件实际上是两个根本不同领域交叉点的混合体:日常物理、有形经验的纯具体层面和无形思想的纯抽象层面。具体的领域受熟知的物理定律支配,而抽象领域则受其自身的数学和逻辑定律支配。然而,由于软件是一个混合体,是这两个完全不同的领域的交集,它并不完全遵守任何一套法律。提出了打赢软件产业革命的高层次规划。有人认为有必要部署明确的规范工具,以及新的和大部分未开发的工具种类。它们的功能是衡量某些部分的给定实现与该部分的抽象规范之间的遵从性。
{"title":"Planning for software manufacturing","authors":"Brad J. Cox","doi":"10.1109/CMPSAC.1989.65103","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65103","url":null,"abstract":"It is argued that software is actually a hybrid at the intersection of two fundamentally different domains: the purely concrete plane of everyday physical, tangible experience and the purely abstract plane of intangible thought. The concrete plane is governed by well-understood laws of physics, and the abstract domain by its own laws of mathematics and logic. However, since software is a hybrid, the intersection of these two radically different domains, it does not fully abide by either set of laws. A high-level plan for winning the software industrial revolution is proposed. It is argued that it is necessary to deploy explicit specification tools, and new and largely unexplored kinds of tools. Their function is to gauge compliance between a given implementation of some part and the abstract specification of that part.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"107 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124126218","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
Processor scheduling in parallel program execution 并行程序执行中的处理器调度
J. Fang
The different processor scheduling approaches in parallel program execution are introduced and compared. On the basis of simulation results, it is concluded that the best choice of a runtime model for parallel programming depends on the nature of the application programs and the hardware architecture.<>
介绍并比较了并行程序执行中不同的处理器调度方法。在仿真结果的基础上,得出并行编程运行时模型的最佳选择取决于应用程序的性质和硬件体系结构。
{"title":"Processor scheduling in parallel program execution","authors":"J. Fang","doi":"10.1109/CMPSAC.1989.65067","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65067","url":null,"abstract":"The different processor scheduling approaches in parallel program execution are introduced and compared. On the basis of simulation results, it is concluded that the best choice of a runtime model for parallel programming depends on the nature of the application programs and the hardware architecture.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116828329","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
The implementation of nonlocal dependency relationship in interactive environment 交互式环境中非局部依赖关系的实现
Yong Zheng, Jiahua Qian
The attribute grammar is a convenient tool for specifying the semantics of programming languages. It has been used widely in the development of interactive programming environments. To date, many environments are constructed based on attribute evaluation. However, in traditional attribute grammar, a lot of copy rule chains must be used due to its essential limitations, which results in severe time and space problems. To improve the efficiency, the attribute grammar is extended by allowing a nonlocal dependency relationship (NDR). The use of this NDR avoids semantic information flowing through copy rule chains. The representation of NDR is described. An approach to maintaining the consistency of NDR in the semantic tree during program development is presented. The implementation of the NDR is discussed.<>
属性语法是指定编程语言语义的方便工具。它已被广泛应用于交互式编程环境的开发。迄今为止,许多环境都是基于属性评估构建的。然而,传统的属性语法由于其本质上的局限性,必须使用大量的复制规则链,这导致了严重的时间和空间问题。为了提高效率,通过允许非局部依赖关系(NDR)对属性语法进行扩展。这种NDR的使用避免了语义信息在复制规则链中流动。描述了NDR的表示。提出了一种在程序开发过程中保持语义树中NDR一致性的方法。讨论了NDR的实施情况。
{"title":"The implementation of nonlocal dependency relationship in interactive environment","authors":"Yong Zheng, Jiahua Qian","doi":"10.1109/CMPSAC.1989.65174","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65174","url":null,"abstract":"The attribute grammar is a convenient tool for specifying the semantics of programming languages. It has been used widely in the development of interactive programming environments. To date, many environments are constructed based on attribute evaluation. However, in traditional attribute grammar, a lot of copy rule chains must be used due to its essential limitations, which results in severe time and space problems. To improve the efficiency, the attribute grammar is extended by allowing a nonlocal dependency relationship (NDR). The use of this NDR avoids semantic information flowing through copy rule chains. The representation of NDR is described. An approach to maintaining the consistency of NDR in the semantic tree during program development is presented. The implementation of the NDR is discussed.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129857619","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
Greedy file-a new data organization concept for partial match retrieval 贪心文件——部分匹配检索的一种新的数据组织概念
Yun-Huan Chou, Wei-Peng Yang, C. Chang
A method is presented for arranging a set of records into buckets to facilitate partial match retrieval. The idea is mainly motivated by the concept of optimal Cartesian product files. For a set of records, the method recursively partitions them into a collection of optimal Cartesian product files. A performance formula of this new file structure is derived and the superiority of this data organization concept is established. It is shown that the Cartesian product file is only a special case of the proposed file system.<>
提出了一种将一组记录安排到桶中的方法,以方便部分匹配检索。这个想法主要是由最优笛卡尔产品文件的概念所激发的。对于一组记录,该方法递归地将它们划分为最优笛卡尔积文件集合。推导了该文件结构的性能公式,并证明了该数据组织概念的优越性。证明了笛卡尔积文件只是所提出的文件系统的一个特例。
{"title":"Greedy file-a new data organization concept for partial match retrieval","authors":"Yun-Huan Chou, Wei-Peng Yang, C. Chang","doi":"10.1109/CMPSAC.1989.65094","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65094","url":null,"abstract":"A method is presented for arranging a set of records into buckets to facilitate partial match retrieval. The idea is mainly motivated by the concept of optimal Cartesian product files. For a set of records, the method recursively partitions them into a collection of optimal Cartesian product files. A performance formula of this new file structure is derived and the superiority of this data organization concept is established. It is shown that the Cartesian product file is only a special case of the proposed file system.<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127056496","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
Reasoning on requirement specifications: a deductive approach 对需求说明的推理:演绎方法
K. Zeroual
The requirement specification activity is one of the most error-prone and expensive in the software development life cycle. It is also a complex activity because of the fuzzy and informal nature of the user requirements, the lack of automated tools to support it, and the requirements evolution. A deductive approach is presented. It deals with some fundamental AI issues regarding the knowledge acquisition process-in particular, the way informal requirement descriptions evolve into formal ones. To show how the approach can be applied, a fragment of a patient monitoring system is specified in the top-down decomposition technique. The approach is implemented in a requirement specification tool, SMES (software modeling expert system).<>
需求规范活动是软件开发生命周期中最容易出错和最昂贵的活动之一。它也是一个复杂的活动,因为用户需求的模糊性和非正式性,缺乏自动化工具来支持它,以及需求的演变。提出了一种演绎法。它处理了一些关于知识获取过程的基本AI问题,特别是非正式需求描述演变为正式需求描述的方式。为了展示如何应用该方法,在自顶向下分解技术中指定了患者监测系统的一个片段。该方法在需求规范工具sme(软件建模专家系统)中实现。
{"title":"Reasoning on requirement specifications: a deductive approach","authors":"K. Zeroual","doi":"10.1109/CMPSAC.1989.65161","DOIUrl":"https://doi.org/10.1109/CMPSAC.1989.65161","url":null,"abstract":"The requirement specification activity is one of the most error-prone and expensive in the software development life cycle. It is also a complex activity because of the fuzzy and informal nature of the user requirements, the lack of automated tools to support it, and the requirements evolution. A deductive approach is presented. It deals with some fundamental AI issues regarding the knowledge acquisition process-in particular, the way informal requirement descriptions evolve into formal ones. To show how the approach can be applied, a fragment of a patient monitoring system is specified in the top-down decomposition technique. The approach is implemented in a requirement specification tool, SMES (software modeling expert system).<<ETX>>","PeriodicalId":339677,"journal":{"name":"[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1989-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132441361","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
期刊
[1989] Proceedings of the Thirteenth Annual International Computer Software & Applications Conference
全部 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