首页 > 最新文献

Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)最新文献

英文 中文
A coverage based model for software reliability estimation 基于覆盖的软件可靠性评估模型
P. Jalote, Y.R. Muralidhara
There is an increasing interest in estimating and predicting the reliability of software systems. Many models exist for reliability estimation. Most of these models consider a software system as a black box and predict the reliability based on the failure data observed during testing. The application of these models require a fair amount of data collection, computation, and expertise and computation for interpreting the results. We propose a model that is based on the coverage history of the program. A software is modeled as a graph, and the reliability of a node is assumed to be a function of the number of times it gets executed during testing-the larger the number of times a node gets executed, the higher its reliability. The reliability of the software system is then computed through simulation by using the reliabilities of the individual nodes. With such a model, coverage analysis tools can easily be extended to compute the reliability also, thereby fully automating reliability estimation.
人们对软件系统可靠性的估计和预测越来越感兴趣。存在许多可靠性估计模型。这些模型大多将软件系统视为一个黑盒,并根据测试过程中观察到的故障数据来预测可靠性。这些模型的应用需要大量的数据收集、计算以及解释结果的专业知识和计算。我们提出了一个基于项目覆盖历史的模型。软件被建模为一个图,节点的可靠性被假定为测试期间执行次数的函数——节点执行次数越多,其可靠性越高。然后利用单个节点的可靠性,通过仿真计算软件系统的可靠性。有了这样的模型,覆盖分析工具可以很容易地扩展到可靠性计算,从而完全自动化可靠性估计。
{"title":"A coverage based model for software reliability estimation","authors":"P. Jalote, Y.R. Muralidhara","doi":"10.1109/STRQA.1994.526377","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526377","url":null,"abstract":"There is an increasing interest in estimating and predicting the reliability of software systems. Many models exist for reliability estimation. Most of these models consider a software system as a black box and predict the reliability based on the failure data observed during testing. The application of these models require a fair amount of data collection, computation, and expertise and computation for interpreting the results. We propose a model that is based on the coverage history of the program. A software is modeled as a graph, and the reliability of a node is assumed to be a function of the number of times it gets executed during testing-the larger the number of times a node gets executed, the higher its reliability. The reliability of the software system is then computed through simulation by using the reliabilities of the individual nodes. With such a model, coverage analysis tools can easily be extended to compute the reliability also, thereby fully automating reliability estimation.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131526102","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}
引用次数: 9
A software to aid reliability estimation 一种辅助可靠性评估的软件
Y.R. Muralidhara, P. Jalote
Estimating the reliability of software is becoming increasingly important. There are a large number of models available for estimating reliability. Most of these models are computationally complex and require statistical inferencing to estimate the parameters. In addition, techniques for evaluating the results obtained from a given model themselves are computationally expensive. We describe a software that can apply a model of the choice of the tester (from a set of models) for estimating the reliability of a given software, and also provide data for evaluating the predictions of the model.
评估软件的可靠性变得越来越重要。有大量的模型可用于估计可靠性。这些模型大多计算复杂,需要统计推理来估计参数。此外,评估从给定模型获得的结果的技术本身在计算上是昂贵的。我们描述了一个软件,它可以应用测试人员(从一组模型中)选择的模型来估计给定软件的可靠性,并且还提供了评估模型预测的数据。
{"title":"A software to aid reliability estimation","authors":"Y.R. Muralidhara, P. Jalote","doi":"10.1109/STRQA.1994.526384","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526384","url":null,"abstract":"Estimating the reliability of software is becoming increasingly important. There are a large number of models available for estimating reliability. Most of these models are computationally complex and require statistical inferencing to estimate the parameters. In addition, techniques for evaluating the results obtained from a given model themselves are computationally expensive. We describe a software that can apply a model of the choice of the tester (from a set of models) for estimating the reliability of a given software, and also provide data for evaluating the predictions of the model.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"94 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132784767","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
CLAS: a reverse engineering tool CLAS:一个逆向工程工具
A. Bhattacharjee, A. Seby, G. Sen, S. Dhodapkar
CLAS (C Language Program Analysis System) is a reverse engineering tool intended for use in the verification and validation (V&V) of software programs developed in the ANSI 'C' language. By analysing the source code, CLAS generates data according to two conceptual models of software programs viz, the entity-relationship (ER) model and control flow graph (CFG) model. The tools within CLAS, make use of this data, to provide different graphical views of the programs. We discuss the features provided by CLAS and show how these can aid in automating some aspects of V&V and quality assessment activities.
CLAS (C语言程序分析系统)是一种逆向工程工具,用于用ANSI 'C'语言开发的软件程序的验证和确认(V&V)。通过对源代码的分析,CLAS根据软件程序的两个概念模型即实体关系模型和控制流图模型生成数据。CLAS中的工具利用这些数据来提供程序的不同图形视图。我们将讨论CLAS提供的特性,并展示这些特性如何帮助自动化V&V和质量评估活动的某些方面。
{"title":"CLAS: a reverse engineering tool","authors":"A. Bhattacharjee, A. Seby, G. Sen, S. Dhodapkar","doi":"10.1109/STRQA.1994.526397","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526397","url":null,"abstract":"CLAS (C Language Program Analysis System) is a reverse engineering tool intended for use in the verification and validation (V&V) of software programs developed in the ANSI 'C' language. By analysing the source code, CLAS generates data according to two conceptual models of software programs viz, the entity-relationship (ER) model and control flow graph (CFG) model. The tools within CLAS, make use of this data, to provide different graphical views of the programs. We discuss the features provided by CLAS and show how these can aid in automating some aspects of V&V and quality assessment activities.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127058179","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
Attitude towards testing: a key contributor to software quality 对测试的态度:软件质量的关键贡献者
S. Murugesan
Increasing emphasis placed on high quality and customer (user) satisfaction of software calls for rethinking on the objectives and management of testing. Test and evaluation methods and tools, in themselves, do not guarantee effective testing and ensure high quality of software. The key to improving the effectiveness of testing is to improve the attitude of software developers towards testing and the nature and culture of the organisation. Also, testing has to be seen in a broader perspective of maximising 'customer satisfaction' and providing feedback for process refinement, rather than just detecting and correcting errors in the software. The paper addresses software testing from these perspectives. It highlights human factor and management issues in current software testing practices and offers suggestions for improvement.
越来越多地强调软件的高质量和客户(用户)满意度要求重新考虑测试的目标和管理。测试和评估方法和工具本身并不能保证有效的测试和确保软件的高质量。提高测试效率的关键是提高软件开发人员对测试的态度以及组织的性质和文化。此外,测试必须从最大化“客户满意度”和为过程改进提供反馈的更广泛的角度来看待,而不仅仅是检测和纠正软件中的错误。本文从这些角度论述了软件测试。它突出了当前软件测试实践中的人为因素和管理问题,并提出了改进建议。
{"title":"Attitude towards testing: a key contributor to software quality","authors":"S. Murugesan","doi":"10.1109/STRQA.1994.526394","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526394","url":null,"abstract":"Increasing emphasis placed on high quality and customer (user) satisfaction of software calls for rethinking on the objectives and management of testing. Test and evaluation methods and tools, in themselves, do not guarantee effective testing and ensure high quality of software. The key to improving the effectiveness of testing is to improve the attitude of software developers towards testing and the nature and culture of the organisation. Also, testing has to be seen in a broader perspective of maximising 'customer satisfaction' and providing feedback for process refinement, rather than just detecting and correcting errors in the software. The paper addresses software testing from these perspectives. It highlights human factor and management issues in current software testing practices and offers suggestions for improvement.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114956259","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}
引用次数: 22
Quality factors for resource allocation problems-linking domain analysis and object-oriented software engineering 资源分配问题的质量因素——联系领域分析和面向对象的软件工程
S. Ramakrishnan
The paper presents the quality factors that were addressed in designing an object-oriented framework for a class of resource allocation problems. The paper discusses the interplay between domain analysis and object-oriented software engineering in the context of defining external and internal qualities for that software system and describes the process of system development.
本文介绍了在为一类资源分配问题设计面向对象框架时所考虑的质量因素。本文在定义软件系统的外部和内部质量的背景下讨论了领域分析和面向对象软件工程之间的相互作用,并描述了系统开发的过程。
{"title":"Quality factors for resource allocation problems-linking domain analysis and object-oriented software engineering","authors":"S. Ramakrishnan","doi":"10.1109/STRQA.1994.526387","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526387","url":null,"abstract":"The paper presents the quality factors that were addressed in designing an object-oriented framework for a class of resource allocation problems. The paper discusses the interplay between domain analysis and object-oriented software engineering in the context of defining external and internal qualities for that software system and describes the process of system development.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115663047","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
Software quality through the traceability of requirements specifications 软件质量通过需求规范的可追溯性
T. Moores, R. Champion
The paper argues that quality assurance must begin with quality software requirements specification (SRS) and that by preserving the link between a customer's requirements definition and the SRS, the quality of a software system can be assured beyond first release. Without such a link, it would be difficult to properly analyse the effect of related or inconsistent requirements because the reason for their existence in the final SRS document has been lost, an example of forward and backward tracing requirements through the business and system models developed during analysis and design is given. Areas of further research are then identified.
本文认为质量保证必须从质量软件需求规范(SRS)开始,并且通过保留客户需求定义和SRS之间的联系,软件系统的质量可以在首次发布之后得到保证。如果没有这样的联系,就很难正确地分析相关或不一致的需求的影响,因为它们在最终的SRS文档中存在的原因已经丢失。给出了通过分析和设计期间开发的业务和系统模型向前和向后跟踪需求的示例。然后确定进一步研究的领域。
{"title":"Software quality through the traceability of requirements specifications","authors":"T. Moores, R. Champion","doi":"10.1109/STRQA.1994.526392","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526392","url":null,"abstract":"The paper argues that quality assurance must begin with quality software requirements specification (SRS) and that by preserving the link between a customer's requirements definition and the SRS, the quality of a software system can be assured beyond first release. Without such a link, it would be difficult to properly analyse the effect of related or inconsistent requirements because the reason for their existence in the final SRS document has been lost, an example of forward and backward tracing requirements through the business and system models developed during analysis and design is given. Areas of further research are then identified.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124803302","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 reliability model based on group rectification policy 基于组纠错策略的软件可靠性模型
R. N. Rattihalli, B. Zachariah
The paper presents a software reliability model based on group rectification of faults. In doing so we compare the advantages and disadvantages of obtaining the optimal group size.
提出了一种基于故障分组纠错的软件可靠性模型。在此过程中,我们比较了获得最佳群体规模的优点和缺点。
{"title":"A software reliability model based on group rectification policy","authors":"R. N. Rattihalli, B. Zachariah","doi":"10.1109/STRQA.1994.526386","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526386","url":null,"abstract":"The paper presents a software reliability model based on group rectification of faults. In doing so we compare the advantages and disadvantages of obtaining the optimal group size.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131322323","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
An approach to graphical specification of real-time safety systems 实时安全系统图形化规范的一种方法
G. Sen, J. Brummer
The paper describes a specialized graphical language for formally specifying real time safety systems. The language architecture is designed as a transparent high-level language with a dual approach representation: to describe the functionality and for realising the timing and synchronization aspects of real time systems; a relationship is then defined between the two representations for complete system specification in a composite way. A special form of time Petri net is used to represent the time behavior. This also provides a good foundation for system analysis, especially analysis for temporal requirements of real time systems.
本文描述了一种用于正式指定实时安全系统的专用图形语言。语言体系结构被设计为透明的高级语言,具有双重方法表示:描述功能并实现实时系统的定时和同步方面;然后,以复合的方式在完整的系统规范的两种表示之间定义关系。采用一种特殊形式的时间Petri网来表示时间行为。这也为系统分析,特别是实时系统的时间需求分析提供了良好的基础。
{"title":"An approach to graphical specification of real-time safety systems","authors":"G. Sen, J. Brummer","doi":"10.1109/STRQA.1994.526391","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526391","url":null,"abstract":"The paper describes a specialized graphical language for formally specifying real time safety systems. The language architecture is designed as a transparent high-level language with a dual approach representation: to describe the functionality and for realising the timing and synchronization aspects of real time systems; a relationship is then defined between the two representations for complete system specification in a composite way. A special form of time Petri net is used to represent the time behavior. This also provides a good foundation for system analysis, especially analysis for temporal requirements of real time systems.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133498468","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
Impact of software testability considerations on software development life cycle 软件可测试性对软件开发生命周期的影响
S. Gupta, M. K. Sinha
The testability of software has been defined as provisions that can be made in the software during the design and coding phases, so that test-plans can be executed easily and systematically. Software testability measures are defined in terms of controllability and observability measures. Observability measures are incorporated in the software to facilitate observation of internal states. Controllability measures are incorporated to allow the software to attain states required for execution of various tests, which are normally difficult to achieve through user interface commands. Specificity of testability measures to be incorporated in software depends upon the test-plan. Hence, the test-plan, for each pre-testing phase of software development, is an essential input for the next phase to make the software testable. The design verification test-plan also has to be checked for testability, and, if required, the design has to be revised to incorporate necessary testability measures. A similar process has to be repeated with a detail design verification test-plan as well as a code verification test-plan. The impact of software testability considerations has resulted in the 'Testable-Software Development Model'.
软件的可测试性被定义为在设计和编码阶段可以在软件中做出的规定,从而使测试计划可以容易地和系统地执行。软件可测试性度量是根据可控性和可观察性度量来定义的。在软件中加入了可观察性措施,以方便对内部状态的观察。可控性措施被纳入,以允许软件达到执行各种测试所需的状态,这通常很难通过用户界面命令实现。要纳入软件的可测试性措施的特殊性取决于测试计划。因此,软件开发的每个预测试阶段的测试计划是使软件可测试的下一个阶段的基本输入。还必须检查设计验证测试计划的可测试性,并且,如果需要,必须修改设计以纳入必要的可测试性措施。类似的过程必须与详细的设计验证测试计划以及代码验证测试计划一起重复。软件可测试性考虑的影响导致了“可测试软件开发模型”。
{"title":"Impact of software testability considerations on software development life cycle","authors":"S. Gupta, M. K. Sinha","doi":"10.1109/STRQA.1994.526393","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526393","url":null,"abstract":"The testability of software has been defined as provisions that can be made in the software during the design and coding phases, so that test-plans can be executed easily and systematically. Software testability measures are defined in terms of controllability and observability measures. Observability measures are incorporated in the software to facilitate observation of internal states. Controllability measures are incorporated to allow the software to attain states required for execution of various tests, which are normally difficult to achieve through user interface commands. Specificity of testability measures to be incorporated in software depends upon the test-plan. Hence, the test-plan, for each pre-testing phase of software development, is an essential input for the next phase to make the software testable. The design verification test-plan also has to be checked for testability, and, if required, the design has to be revised to incorporate necessary testability measures. A similar process has to be repeated with a detail design verification test-plan as well as a code verification test-plan. The impact of software testability considerations has resulted in the 'Testable-Software Development Model'.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129786921","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}
引用次数: 9
A software reliability model in the embedded system 嵌入式系统中的软件可靠性模型
Kapsu Kim, Chisu Wu
We propose a software reliability model for estimating, measuring, and controlling software reliability of embedded systems, and a software test stopping equation for determining software testing time. It is not easy to correct errors occurring in embedded systems on site.
我们提出了一个用于估计、测量和控制嵌入式系统软件可靠性的软件可靠性模型,以及用于确定软件测试时间的软件测试停止方程。嵌入式系统中出现的错误不容易在现场进行纠正。
{"title":"A software reliability model in the embedded system","authors":"Kapsu Kim, Chisu Wu","doi":"10.1109/STRQA.1994.526385","DOIUrl":"https://doi.org/10.1109/STRQA.1994.526385","url":null,"abstract":"We propose a software reliability model for estimating, measuring, and controlling software reliability of embedded systems, and a software test stopping equation for determining software testing time. It is not easy to correct errors occurring in embedded systems on site.","PeriodicalId":125322,"journal":{"name":"Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)","volume":"89 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123832010","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
期刊
Proceedings of 1994 1st International Conference on Software Testing, Reliability and Quality Assurance (STRQA'94)
全部 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