首页 > 最新文献

Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96最新文献

英文 中文
Use case driven structured analysis 用例驱动的结构化分析
Misbah Mirza, Seung Hoon Cha, Jae-il Jung, KiJong Lee, C. Youn
Structured analysis is a widely used system modeling technique for understanding real world systems before they are built. It is based on functional decomposition of the problem domain. However, its inherent weakness is in identification and partitioning of a system's functionality. This paper proposes a use case driven approach to structured analysis. This approach makes it easier for model builders to find the functionality of a system and its partitioning it also matches well with structured analysis as it is top-down approach like the structured analysis. The approach is presented along with an example of its application.
结构化分析是一种广泛使用的系统建模技术,用于在构建真实世界的系统之前理解它们。它基于问题域的功能分解。然而,其固有的弱点在于识别和划分系统的功能。本文提出了一种结构化分析的用例驱动方法。这种方法使模型构建者更容易找到系统的功能及其划分,它也与结构化分析很好地匹配,因为它是自顶向下的方法,就像结构化分析一样。本文给出了该方法及其应用实例。
{"title":"Use case driven structured analysis","authors":"Misbah Mirza, Seung Hoon Cha, Jae-il Jung, KiJong Lee, C. Youn","doi":"10.1109/CMPSAC.1996.544621","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544621","url":null,"abstract":"Structured analysis is a widely used system modeling technique for understanding real world systems before they are built. It is based on functional decomposition of the problem domain. However, its inherent weakness is in identification and partitioning of a system's functionality. This paper proposes a use case driven approach to structured analysis. This approach makes it easier for model builders to find the functionality of a system and its partitioning it also matches well with structured analysis as it is top-down approach like the structured analysis. The approach is presented along with an example of its application.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"246 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114193606","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 popularity-based data allocation scheme for a VOD server 基于流行度的VOD服务器数据分配方案
Carl K. Chang, Chiao-Chuan Shih, P. Mongkolwat, Thinh T. Nguyen
In the real world, the popularity of each video is different. We propose a new popularity-based data allocation scheme to allocate data units within a cluster such that the corresponding data units of these popular videos are stored in those cylinders at one end of each cluster. Due to a higher spatial locality within these hot cylinders, some data units requested by the users are stored in the same cylinder such that one seek operation, one rotation, and one transfer operation are required to retrieve these data units. Therefore, the time required to retrieve data for these requests can be reduced, thus reducing the system response time as well. Based on our results, the system response time could be reduced by half or even more.
在现实世界中,每个视频的受欢迎程度是不同的。我们提出了一种新的基于流行度的数据分配方案,在集群内分配数据单元,使这些流行视频的相应数据单元存储在每个集群一端的圆柱体中。由于在这些热柱体中具有较高的空间局部性,用户请求的一些数据单元存储在同一个柱体中,这样就需要一次查找操作、一次旋转操作和一次传输操作来检索这些数据单元。因此,可以减少为这些请求检索数据所需的时间,从而也减少了系统响应时间。根据我们的结果,系统响应时间可以减少一半甚至更多。
{"title":"A popularity-based data allocation scheme for a VOD server","authors":"Carl K. Chang, Chiao-Chuan Shih, P. Mongkolwat, Thinh T. Nguyen","doi":"10.1109/CMPSAC.1996.542427","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.542427","url":null,"abstract":"In the real world, the popularity of each video is different. We propose a new popularity-based data allocation scheme to allocate data units within a cluster such that the corresponding data units of these popular videos are stored in those cylinders at one end of each cluster. Due to a higher spatial locality within these hot cylinders, some data units requested by the users are stored in the same cylinder such that one seek operation, one rotation, and one transfer operation are required to retrieve these data units. Therefore, the time required to retrieve data for these requests can be reduced, thus reducing the system response time as well. Based on our results, the system response time could be reduced by half or even more.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114294216","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
Compilation of disjunctive logic programs using an extended WAM 使用扩展WAM的析取逻辑程序的编译
Dongha Shin, M. Hilton
We show that disjunctive logic programs can be efficiently compiled to an extended version of Warren's Abstract Machine (WAM). In this compilation, we use D.A. Plaisted's (1988) Modified Problem Reaction Format (MPRF) as the basic proof procedure. Compilation of disjunctive logic programs is done in two stages: 1) the axioms and proof rules of MPRF are used to convert the disjunctive logic program into an equivalent Prolog program; and 2) this Prolog program is compiled to a WAM that has been modified to support efficient implementation of the axioms and splitting rule of MPRF. The modified WAM's design and some measurements of its performance are presented.
我们证明了析取逻辑程序可以有效地编译成Warren抽象机(WAM)的扩展版本。在本汇编中,我们使用d.a Plaisted(1988)的修正问题反应格式(MPRF)作为基本证明程序。析取逻辑程序的编制分两个阶段完成:1)利用MPRF的公理和证明规则将析取逻辑程序转化为等价的Prolog程序;2)将该Prolog程序编译为经过修改的WAM,以支持MPRF的公理和分割规则的有效实现。介绍了改进后的WAM的设计和一些性能测试。
{"title":"Compilation of disjunctive logic programs using an extended WAM","authors":"Dongha Shin, M. Hilton","doi":"10.1109/CMPSAC.1996.544149","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544149","url":null,"abstract":"We show that disjunctive logic programs can be efficiently compiled to an extended version of Warren's Abstract Machine (WAM). In this compilation, we use D.A. Plaisted's (1988) Modified Problem Reaction Format (MPRF) as the basic proof procedure. Compilation of disjunctive logic programs is done in two stages: 1) the axioms and proof rules of MPRF are used to convert the disjunctive logic program into an equivalent Prolog program; and 2) this Prolog program is compiled to a WAM that has been modified to support efficient implementation of the axioms and splitting rule of MPRF. The modified WAM's design and some measurements of its performance are presented.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122687439","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
Extending Z with state transition constraints 用状态转换约束扩展Z
K. Taguchi, K. Araki
The paper proposes an extended notation of Z by which one can explicitly specify the intended behavior of operation schemas in the form of state transitions. The notation is based on a labeled transition system which is tractable to analyse the operational behavior of Z. We mainly focus on the semantic framework which enables us to express constraints both locally and globally. Simple examples are presented and some research issues on operational interpretation of schemas are discussed with respect to our semantic framework.
本文提出了一种扩展的Z符号,通过它可以显式地以状态转换的形式指定操作模式的预期行为。符号是基于一个标记的转换系统,易于分析z的操作行为。我们主要关注语义框架,使我们能够表达局部和全局约束。给出了一些简单的例子,并就我们的语义框架讨论了模式操作解释的一些研究问题。
{"title":"Extending Z with state transition constraints","authors":"K. Taguchi, K. Araki","doi":"10.1109/CMPSAC.1996.544174","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544174","url":null,"abstract":"The paper proposes an extended notation of Z by which one can explicitly specify the intended behavior of operation schemas in the form of state transitions. The notation is based on a labeled transition system which is tractable to analyse the operational behavior of Z. We mainly focus on the semantic framework which enables us to express constraints both locally and globally. Simple examples are presented and some research issues on operational interpretation of schemas are discussed with respect to our semantic framework.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123191241","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 formal method to software integration in reuse 一种实现软件重用集成的形式化方法
W. Chu, Hongji Yang
Software reuse covers the whole process of identification, representation, retrieval, adaptation and integration of reusable software components. The utilization of current library techniques is important in such a software process. However, these approaches tend to be retrieval based and offer no formal assistance to software integration in reuse. We propose a semantic interface Predicate/Transition nets based formal method for reuse. In this method, software components are selected from a reuse library and automatically translated and integrated into the net model. Thus, software integration and adaptation problems are converted into problems in the corresponding net model. With this formal method, software reuse problems such as the detection of inconsistencies in component integration can be automatically revealed.
软件重用涵盖了可重用软件组件的识别、表示、检索、适配和集成的全过程。在这样一个软件过程中,当前库技术的利用是很重要的。然而,这些方法往往是基于检索的,对软件集成中的重用没有提供正式的帮助。提出了一种基于语义接口谓词/转换网络的形式化重用方法。在该方法中,从重用库中选择软件组件并自动转换和集成到网络模型中。这样,软件集成和自适应问题就转化为相应网络模型中的问题。通过这种形式化的方法,可以自动发现软件重用问题,如组件集成中的不一致性检测。
{"title":"A formal method to software integration in reuse","authors":"W. Chu, Hongji Yang","doi":"10.1109/CMPSAC.1996.544588","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544588","url":null,"abstract":"Software reuse covers the whole process of identification, representation, retrieval, adaptation and integration of reusable software components. The utilization of current library techniques is important in such a software process. However, these approaches tend to be retrieval based and offer no formal assistance to software integration in reuse. We propose a semantic interface Predicate/Transition nets based formal method for reuse. In this method, software components are selected from a reuse library and automatically translated and integrated into the net model. Thus, software integration and adaptation problems are converted into problems in the corresponding net model. With this formal method, software reuse problems such as the detection of inconsistencies in component integration can be automatically revealed.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"52 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128884705","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
The role of architecture in the development of software systems 架构在软件系统开发中的作用
M. Boasson
Systems increasingly rely on software as the main technology for implementing the desired behaviour. There is a clear trend of steadily growing sophistication in the behaviour of these systems. The availability of cheap and fast hardware suggests that successive generations of systems should exhibit greatly enhanced behaviour, but this increase in functionality is not observed to an extent that can be related to the progress made in hardware. To the contrary, systems grow in complexity very rapidly (as exemplified by their cost and the required sophistication of the development process), without providing much in terms of added functionality. This complexity, and resulting cost, limits the achievable level of sophistication in systems, unless techniques are found that allow the software complexity to be reduced very significantly. The imbalance between cost and functionality is discussed and arguments are presented suggesting it to be avoidable through a sound software architecture.
系统越来越依赖软件作为实现预期行为的主要技术。在这些系统的行为中,有一种稳定增长的复杂的明显趋势。廉价和快速硬件的可用性表明,连续几代系统应该表现出大大增强的行为,但在某种程度上,这种功能的增加并没有被观察到与硬件的进步有关。相反,系统的复杂性增长得非常快(例如它们的成本和开发过程所需的复杂程度),而没有提供多少附加功能。这种复杂性,以及由此产生的成本,限制了系统中可达到的复杂程度,除非发现了能够显著降低软件复杂性的技术。讨论了成本和功能之间的不平衡,并提出了通过健全的软件体系结构可以避免这种不平衡的论点。
{"title":"The role of architecture in the development of software systems","authors":"M. Boasson","doi":"10.1109/CMPSAC.1996.544589","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544589","url":null,"abstract":"Systems increasingly rely on software as the main technology for implementing the desired behaviour. There is a clear trend of steadily growing sophistication in the behaviour of these systems. The availability of cheap and fast hardware suggests that successive generations of systems should exhibit greatly enhanced behaviour, but this increase in functionality is not observed to an extent that can be related to the progress made in hardware. To the contrary, systems grow in complexity very rapidly (as exemplified by their cost and the required sophistication of the development process), without providing much in terms of added functionality. This complexity, and resulting cost, limits the achievable level of sophistication in systems, unless techniques are found that allow the software complexity to be reduced very significantly. The imbalance between cost and functionality is discussed and arguments are presented suggesting it to be avoidable through a sound software architecture.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128837875","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
VGUIDE: 4GL application platform for large distributed information systems VGUIDE:大型分布式信息系统4GL应用平台
Shuichiro Yamamoto, R. Kawasaki, Mitsuo Nagaoka
The Visual and General User Interface for Database Environments (VGUIDE) is an integrated environment for developing and running distributed information systems based on the client/server model. Its main features are: (1) fourth-generation language (4GL) for developing database applications that reduce system development costs. (2) a real-time control monitor that can be scaled from small systems to heavily loaded large systems, and (3) 4GL application programs that can be ported among multi-vendor machines and operating systems. First, we give a technical overview of VGUIDE for developing distributed information systems. This involves an integrated middleware environment, various client/server models, and flexible application control mechanisms. Next, the performance of VGUIDE is examined. then, actual examples with VGUIDE are explained. Also, the effectiveness of VGUIDE is discussed.
VGUIDE (Visual and General User Interface for Database Environments)是一个基于客户机/服务器模型的集成环境,用于开发和运行分布式信息系统。其主要特点有:(1)用于开发数据库应用程序的第四代语言(4GL),降低了系统开发成本。(2)可以从小型系统扩展到重载大型系统的实时控制监视器,以及(3)可以在多供应商机器和操作系统之间移植的4GL应用程序。首先,我们给出了VGUIDE用于开发分布式信息系统的技术概述。这涉及到集成的中间件环境、各种客户机/服务器模型和灵活的应用程序控制机制。接下来,对VGUIDE的性能进行了测试。然后用VGUIDE进行了实例说明。并对VGUIDE的有效性进行了讨论。
{"title":"VGUIDE: 4GL application platform for large distributed information systems","authors":"Shuichiro Yamamoto, R. Kawasaki, Mitsuo Nagaoka","doi":"10.1109/CMPSAC.1996.545880","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.545880","url":null,"abstract":"The Visual and General User Interface for Database Environments (VGUIDE) is an integrated environment for developing and running distributed information systems based on the client/server model. Its main features are: (1) fourth-generation language (4GL) for developing database applications that reduce system development costs. (2) a real-time control monitor that can be scaled from small systems to heavily loaded large systems, and (3) 4GL application programs that can be ported among multi-vendor machines and operating systems. First, we give a technical overview of VGUIDE for developing distributed information systems. This involves an integrated middleware environment, various client/server models, and flexible application control mechanisms. Next, the performance of VGUIDE is examined. then, actual examples with VGUIDE are explained. Also, the effectiveness of VGUIDE is discussed.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"112 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1995-10-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128085170","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
Multimedia over the Internet 互联网多媒体
R. Radhakrishna Pillai
The paper discusses the motivation, requirements, and the emerging technologies to carry multimedia services over the Internet.
本文讨论了在因特网上承载多媒体业务的动机、需求和新兴技术。
{"title":"Multimedia over the Internet","authors":"R. Radhakrishna Pillai","doi":"10.1109/CMPSAC.1996.544151","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544151","url":null,"abstract":"The paper discusses the motivation, requirements, and the emerging technologies to carry multimedia services over the Internet.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117035884","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
Is software process re-engineering and improvement the "Sliver Bullet" of the 1990's or a constructive approach to meet pre-defined business targets? 软件过程再造和改进是20世纪90年代的“银弹”,还是满足预先定义的业务目标的建设性方法?
A. Kuntzmann-combelles
Our experience in the process control business started consciously in 1990 and probably unconsciously before. When we started, the CMM model from the Software Engineering Institute was available to the public and we used it as the basis for development of a methodology for software measurement. In late 1993, we noticed some interest among our customers in Europe for process improvement; analysing the reasons for the customers' enthusiasm, we observed that there were two main justifications: competitors in the market place were involved in process improvement; and senior management had understood the role of software performance for the future of the company.
我们在过程控制业务方面的经验是在1990年有意识地开始的,可能在此之前是无意识的。当我们开始的时候,来自软件工程研究所的CMM模型对公众是可用的,我们使用它作为开发软件度量方法的基础。1993年末,我们注意到欧洲客户对流程改进有一些兴趣;分析客户热情高涨的原因,我们观察到有两个主要的理由:市场上的竞争对手参与了过程改进;高级管理层已经明白软件性能对公司未来的作用。
{"title":"Is software process re-engineering and improvement the \"Sliver Bullet\" of the 1990's or a constructive approach to meet pre-defined business targets?","authors":"A. Kuntzmann-combelles","doi":"10.1109/CMPSAC.1996.544608","DOIUrl":"https://doi.org/10.1109/CMPSAC.1996.544608","url":null,"abstract":"Our experience in the process control business started consciously in 1990 and probably unconsciously before. When we started, the CMM model from the Software Engineering Institute was available to the public and we used it as the basis for development of a methodology for software measurement. In late 1993, we noticed some interest among our customers in Europe for process improvement; analysing the reasons for the customers' enthusiasm, we observed that there were two main justifications: competitors in the market place were involved in process improvement; and senior management had understood the role of software performance for the future of the company.","PeriodicalId":306601,"journal":{"name":"Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125095594","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
期刊
Proceedings of 20th International Computer Software and Applications Conference: COMPSAC '96
全部 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