首页 > 最新文献

Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science最新文献

英文 中文
Ramified higher-order unification 分支高阶统一
Pub Date : 1997-06-29 DOI: 10.1109/LICS.1997.614966
J. Goubault-Larrecq
While unification in the simple theory of types (a.k.a. higher-order logic) is undecidable. we show that unification in the pure ramified theory of types with integer levels is decidable. Since pure ramified type theory is not very expressive, we examine the impure case, which has an undecidable unification problem already at order 2. In impure ramified higher-order logics, expressive predicative second-order subsystems of arithmetic or of inductive theories have concise axiomatisations; because of this and our decidability result for the pure case, we argue that ramified systems are expressive higher-order frameworks in which automated proof search should be practical.
而简单类型理论(即高阶逻辑)的统一是不可确定的。我们证明了整级类型的纯分支理论的统一是可决定的。由于纯粹的分支类型理论不是很有表现力,我们研究了不纯粹的情况,它已经在2阶具有不可判定的统一问题。在非纯分支高阶逻辑中,算术或归纳理论的表达性谓词二阶子系统具有简洁的公理化;由于这一点和我们对纯粹情况的可判定性结果,我们认为分支系统是表达性高阶框架,其中自动证明搜索应该是实用的。
{"title":"Ramified higher-order unification","authors":"J. Goubault-Larrecq","doi":"10.1109/LICS.1997.614966","DOIUrl":"https://doi.org/10.1109/LICS.1997.614966","url":null,"abstract":"While unification in the simple theory of types (a.k.a. higher-order logic) is undecidable. we show that unification in the pure ramified theory of types with integer levels is decidable. Since pure ramified type theory is not very expressive, we examine the impure case, which has an undecidable unification problem already at order 2. In impure ramified higher-order logics, expressive predicative second-order subsystems of arithmetic or of inductive theories have concise axiomatisations; because of this and our decidability result for the pure case, we argue that ramified systems are expressive higher-order frameworks in which automated proof search should be practical.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"40 7","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1997-06-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131858892","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
The complexity of subtype entailment for simple types 简单类型的子类型蕴涵的复杂性
Pub Date : 1997-06-29 DOI: 10.1109/LICS.1997.614961
F. Henglein, J. Rehof
A subtyping /spl tau//spl les//spl tau/' is entailed by a set of subtyping constraints C, written C |=/spl tau//spl les//spl tau/', if every valuation (mapping of type variables to ground types) that satisfies C also satisfies /spl tau//spl les//spl tau/'. We study the complexity of subtype entailment for simple types over lattices of base types. We show that: deciding C |=/spl tau//spl les//spl tau/' is coNP-complete; deciding C |=/spl alpha//spl les//spl beta/ for consistent, atomic C and /spl alpha/, /spl beta/ atomic can be done in linear time. The structural lower (coNP-hardness) and upper (membership in coNP) bounds as well as the optimal algorithm for atomic entailment are new. The coNP-hardness result indicates that entailment is strictly harder than satisfiability, which is known to be in PTIME for lattices of base types. The proof of coNP-completeness gives an improved algorithm for deciding entailment and puts a precise complexity-theoretic marker on the intuitive "exponential explosion" in the algorithm. Central to our results is a novel characterization of C |=/spl alpha//spl les//spl beta/ for atomic, consistent C. This is the basis for correctness of the linear-time algorithm as well as a complete axiomatization of C |=/spl alpha//spl les//spl beta/ for atomic C by extending the usual proof rules for subtype inference. It also incorporates the fundamental insight for understanding the structural complexity bounds in the general case.
子类型/spl tau//spl les//spl tau/'是由一组子类型约束C所包含的,写为C |=/spl tau//spl les//spl tau/',如果满足C的每个赋值(类型变量映射到基本类型)也满足/spl tau//spl les//spl tau/'。研究了基类型格上简单类型的子类型蕴涵的复杂性。我们证明:决定C |=/spl tau//spl les//spl tau/'是conp完全的;决定C |=/spl alpha//spl les//spl beta/对于一致性,原子C和/spl alpha/, /spl beta/ atomic可以在线性时间内完成。结构下界(coNP硬度)和上界(coNP隶属度)以及原子蕴涵的最优算法是新的。conp -硬度结果表明,蕴涵比可满足性严格地困难,而可满足性已知在基本类型格的PTIME中。conp完备性的证明给出了一种判定蕴涵的改进算法,并对该算法中直观的“指数爆炸”给出了精确的复杂性理论标记。我们的结果的核心是C |=/spl alpha//spl les//spl beta/对于原子,一致C的新表征。这是线性时间算法正确性的基础,以及通过扩展通常的子类型推理证明规则,对原子C的C |=/spl alpha//spl les//spl beta/的完全公理化。它还包含了在一般情况下理解结构复杂性界限的基本见解。
{"title":"The complexity of subtype entailment for simple types","authors":"F. Henglein, J. Rehof","doi":"10.1109/LICS.1997.614961","DOIUrl":"https://doi.org/10.1109/LICS.1997.614961","url":null,"abstract":"A subtyping /spl tau//spl les//spl tau/' is entailed by a set of subtyping constraints C, written C |=/spl tau//spl les//spl tau/', if every valuation (mapping of type variables to ground types) that satisfies C also satisfies /spl tau//spl les//spl tau/'. We study the complexity of subtype entailment for simple types over lattices of base types. We show that: deciding C |=/spl tau//spl les//spl tau/' is coNP-complete; deciding C |=/spl alpha//spl les//spl beta/ for consistent, atomic C and /spl alpha/, /spl beta/ atomic can be done in linear time. The structural lower (coNP-hardness) and upper (membership in coNP) bounds as well as the optimal algorithm for atomic entailment are new. The coNP-hardness result indicates that entailment is strictly harder than satisfiability, which is known to be in PTIME for lattices of base types. The proof of coNP-completeness gives an improved algorithm for deciding entailment and puts a precise complexity-theoretic marker on the intuitive \"exponential explosion\" in the algorithm. Central to our results is a novel characterization of C |=/spl alpha//spl les//spl beta/ for atomic, consistent C. This is the basis for correctness of the linear-time algorithm as well as a complete axiomatization of C |=/spl alpha//spl les//spl beta/ for atomic C by extending the usual proof rules for subtype inference. It also incorporates the fundamental insight for understanding the structural complexity bounds in the general case.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1997-06-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127931648","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}
引用次数: 45
Induction and recursion on the partial real line via biquotients of bifree algebras 三自由度代数双商在部分实线上的归纳法与递推法
Pub Date : 1997-06-29 DOI: 10.1109/LICS.1997.614963
M. Escardó, T. Streicher
The partial real line is the continuous domain of compact real intervals ordered by reverse inclusion. The idea is that singleton intervals represent total real numbers, and that the remaining intervals represent partial real numbers. The partial real line has been used to model exact real number computation in the framework of the programming language Real PCF. We introduce induction principles and recursion schemes for the partial unit interval, which allows us to verify that Real PCF programs meet their specification. The theory is based on a domain-equation-like presentation of the partial unit interval, which we refer to as a biquotient of a bifree algebra.
偏实线是由反向包含排序的紧实区间的连续域。其思想是,单区间表示全部实数,其余区间表示部分实数。在real PCF编程语言的框架下,采用部分实数线来模拟精确实数的计算。我们引入了部分单位区间的归纳法原理和递归方法,从而验证了Real PCF程序符合其规范。该理论是基于局部单位区间的类似域方程的表示,我们称之为三自由度代数的二商。
{"title":"Induction and recursion on the partial real line via biquotients of bifree algebras","authors":"M. Escardó, T. Streicher","doi":"10.1109/LICS.1997.614963","DOIUrl":"https://doi.org/10.1109/LICS.1997.614963","url":null,"abstract":"The partial real line is the continuous domain of compact real intervals ordered by reverse inclusion. The idea is that singleton intervals represent total real numbers, and that the remaining intervals represent partial real numbers. The partial real line has been used to model exact real number computation in the framework of the programming language Real PCF. We introduce induction principles and recursion schemes for the partial unit interval, which allows us to verify that Real PCF programs meet their specification. The theory is based on a domain-equation-like presentation of the partial unit interval, which we refer to as a biquotient of a bifree algebra.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1997-06-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127476360","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
A relational account of call-by-value sequentiality 按值调用顺序的关系描述
Pub Date : 1997-06-11 DOI: 10.1109/LICS.1997.614953
J. Riecke, Anders Sandholm
We construct a model for FPC, a purely functional, sequential, call-by-value language. The model is built from partial continuous functions, in the style of Plotkin, further constrained to be uniform with respect to a class of logical relations. We prove that the model is fully abstract.
我们为FPC构建了一个模型,FPC是一种纯功能的、顺序的、按值调用的语言。该模型由部分连续函数建立,以Plotkin的形式,进一步约束为关于一类逻辑关系的一致。证明了该模型是完全抽象的。
{"title":"A relational account of call-by-value sequentiality","authors":"J. Riecke, Anders Sandholm","doi":"10.1109/LICS.1997.614953","DOIUrl":"https://doi.org/10.1109/LICS.1997.614953","url":null,"abstract":"We construct a model for FPC, a purely functional, sequential, call-by-value language. The model is built from partial continuous functions, in the style of Plotkin, further constrained to be uniform with respect to a class of logical relations. We prove that the model is fully abstract.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1997-06-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134415738","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}
引用次数: 36
Bisimulation for labelled Markov processes 标记马尔可夫过程的双模拟
Pub Date : 1997-01-04 DOI: 10.1109/LICS.1997.614943
R. Blute, Josée Desharnais, A. Edalat, P. Panangaden
In this paper we introduce a new class of labelled transition systems-Labelled Markov Processes-and define bisimulation for them. Labelled Markov processes are probabilistic labelled transition systems where the state space is not necessarily discrete, it could be the reals, for example. We assume that it is a Polish space (the underlying topological space for a complete separable metric space). The mathematical theory of such systems is completely new from the point of view of the extant literature on probabilistic process algebra; of course, it uses classical ideas from measure theory and Markov process theory. The notion of bisimulation builds on the ideas of Larsen and Skou and of Joyal, Nielsen and Winskel. The main result that we prove is that a notion of bisimulation for Markov processes on Polish spaces, which extends the Larsen-Skou definition for discrete systems, is indeed an equivalence relation. This turns our to be a rather hard mathematical result which, as far as we know, embodies a new result in pure probability theory. This work heavily uses continuous mathematics which is becoming an important part of work on hybrid systems.
本文引入了一类新的标记转移系统——标记马尔可夫过程,并定义了它们的双模拟。标记马尔可夫过程是概率标记转移系统其中状态空间不一定是离散的,它可以是实数。我们假设它是一个波兰空间(一个完全可分度量空间的底层拓扑空间)。从现有的概率过程代数文献来看,这类系统的数学理论是全新的;当然,它使用了测量理论和马尔可夫过程理论中的经典思想。双模拟的概念建立在Larsen和Skou以及Joyal、Nielsen和winskkel的想法之上。我们证明了波兰空间上马尔可夫过程的双模拟概念确实是等价关系,它扩展了离散系统的Larsen-Skou定义。这变成了一个相当难的数学结果,据我们所知,它体现了纯概率论中的一个新结果。这项工作大量使用连续数学,它正在成为混合系统工作的重要组成部分。
{"title":"Bisimulation for labelled Markov processes","authors":"R. Blute, Josée Desharnais, A. Edalat, P. Panangaden","doi":"10.1109/LICS.1997.614943","DOIUrl":"https://doi.org/10.1109/LICS.1997.614943","url":null,"abstract":"In this paper we introduce a new class of labelled transition systems-Labelled Markov Processes-and define bisimulation for them. Labelled Markov processes are probabilistic labelled transition systems where the state space is not necessarily discrete, it could be the reals, for example. We assume that it is a Polish space (the underlying topological space for a complete separable metric space). The mathematical theory of such systems is completely new from the point of view of the extant literature on probabilistic process algebra; of course, it uses classical ideas from measure theory and Markov process theory. The notion of bisimulation builds on the ideas of Larsen and Skou and of Joyal, Nielsen and Winskel. The main result that we prove is that a notion of bisimulation for Markov processes on Polish spaces, which extends the Larsen-Skou definition for discrete systems, is indeed an equivalence relation. This turns our to be a rather hard mathematical result which, as far as we know, embodies a new result in pure probability theory. This work heavily uses continuous mathematics which is becoming an important part of work on hybrid systems.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"103 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1997-01-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134191848","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}
引用次数: 328
An expressively complete linear time temporal logic for Mazurkiewicz traces 马祖凯维奇迹的表达完备线性时间时间逻辑
Pub Date : 1996-12-02 DOI: 10.1109/LICS.1997.614946
P. Thiagarajan, I. Walukiewicz
A basic result concerning LTL, the propositional temporal logic of linear time is that it is expressively complete; it is equal in expressive power to the first order theory of sequences. We present here a smooth extension of this result to the class of partial orders known as Mazurkiewicz traces. These partial orders arise in a variety of contexts in concurrency theory and they provide the conceptual basis for many of the partial order reduction methods that have been developed in connection with LTL-specifications. We show that LTrL, our linear time temporal logic, is equal in expressive power to the first order theory of traces when interpreted over (finite and) infinite traces. This result fills a prominent gap in the existing logical theory of infinite traces. LTrL also provides a syntactic characterisation of the so called trace consistent (robust) LTL-specifications. These are specifications expressed as LTL formulas that do not distinguish between different linearisations of the same trace and hence are amenable to partial order reduction methods.
关于线性时间的命题时间逻辑LTL的一个基本结论是它是表达完备的;它在表达能力上与序列的一阶理论相等。在此,我们将这一结果光滑地推广到一类偏阶,即Mazurkiewicz迹。这些部分顺序出现在并发理论的各种上下文中,它们为许多与ltl规范相关的部分顺序缩减方法提供了概念基础。我们证明了ltl,我们的线性时间时间逻辑,在解释(有限和)无限轨迹时,在表达能力上等于一阶轨迹理论。这一结果填补了现有无限径逻辑理论的一个突出空白。ltl还提供了所谓的跟踪一致(健壮的)ltl规范的语法特征。这些规格表示为LTL公式,不区分同一迹线的不同线性化,因此适用于偏阶约简方法。
{"title":"An expressively complete linear time temporal logic for Mazurkiewicz traces","authors":"P. Thiagarajan, I. Walukiewicz","doi":"10.1109/LICS.1997.614946","DOIUrl":"https://doi.org/10.1109/LICS.1997.614946","url":null,"abstract":"A basic result concerning LTL, the propositional temporal logic of linear time is that it is expressively complete; it is equal in expressive power to the first order theory of sequences. We present here a smooth extension of this result to the class of partial orders known as Mazurkiewicz traces. These partial orders arise in a variety of contexts in concurrency theory and they provide the conceptual basis for many of the partial order reduction methods that have been developed in connection with LTL-specifications. We show that LTrL, our linear time temporal logic, is equal in expressive power to the first order theory of traces when interpreted over (finite and) infinite traces. This result fills a prominent gap in the existing logical theory of infinite traces. LTrL also provides a syntactic characterisation of the so called trace consistent (robust) LTL-specifications. These are specifications expressed as LTL formulas that do not distinguish between different linearisations of the same trace and hence are amenable to partial order reduction methods.","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131296191","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}
引用次数: 105
On the complexity of reasoning in Kleene algebra 论Kleene代数中推理的复杂性
Pub Date : 1900-01-01 DOI: 10.1109/LICS.1997.614947
D. Kozen
We study the complexity of reasoning in Kleene algebra and *-continuous Kleene algebra in the presence of extra equational assumptions E; that is, the complexity of deciding the validity of universal Horn formulas E/spl rarr/s=t, where E is a finite set of equations. We obtain various levels of complexity based on the form of the assumptions E. Our main results are: for *-continuous Kleene algebra, if E contains only commutativity assumptions pq=qp, the problem is II/sub 1//sup 0/-complete; if E contains only monoid equations, the problem is II/sub 2//sup 0/-complete; for arbitrary equations E, the problem is II/sub 1//sup 1/-complete. The last problem is the universal Horn theory of the *-continuous Kleene algebras. This resolves an open question of Kozen (1994).
研究了Kleene代数和*-连续Kleene代数中存在额外的等式假设E时的推理复杂性;即确定通用Horn公式E/spl rarr/s=t的有效性的复杂性,其中E为有限方程集。我们的主要结果是:对于*-连续Kleene代数,如果E只包含交换性假设pq=qp,问题是II/sub 1//sup 0/-完备的;如果E只包含单群方程,则问题II/sub 2//sup 0/-完备;对于任意方程E,问题是II/下标1//上标1/-完全。最后一个问题是*-连续Kleene代数的普遍Horn理论。这就解决了Kozen(1994)的一个开放性问题。
{"title":"On the complexity of reasoning in Kleene algebra","authors":"D. Kozen","doi":"10.1109/LICS.1997.614947","DOIUrl":"https://doi.org/10.1109/LICS.1997.614947","url":null,"abstract":"We study the complexity of reasoning in Kleene algebra and *-continuous Kleene algebra in the presence of extra equational assumptions E; that is, the complexity of deciding the validity of universal Horn formulas E/spl rarr/s=t, where E is a finite set of equations. We obtain various levels of complexity based on the form of the assumptions E. Our main results are: for *-continuous Kleene algebra, if E contains only commutativity assumptions pq=qp, the problem is II/sub 1//sup 0/-complete; if E contains only monoid equations, the problem is II/sub 2//sup 0/-complete; for arbitrary equations E, the problem is II/sub 1//sup 1/-complete. The last problem is the universal Horn theory of the *-continuous Kleene algebras. This resolves an open question of Kozen (1994).","PeriodicalId":272903,"journal":{"name":"Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science","volume":"19 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":"130950267","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}
引用次数: 50
期刊
Proceedings of Twelfth Annual IEEE Symposium on Logic in Computer Science
全部 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