中文
相关论文

相关论文: S-storage operators

200 篇论文

The elegant theory of the call-by-value lambda-calculus relies on weak evaluation and closed terms, that are natural hypotheses in the study of programming languages. To model proof assistants, however, strong evaluation and open terms are…

计算机科学中的逻辑 · 计算机科学 2016-09-21 Beniamino Accattoli , Giulio Guerrieri

An extension of the Super KdV integrable system in terms of operator valued functions is obtained. Following the ideas of Gardner, a general algebraic approach for finding the infinitely many conserved quantities of integrable systems is…

高能物理 - 理论 · 物理学 2009-10-31 S. Andrea , A. Sotomayor , A. Restuccia

We study a classical realizability model (in the sense of J.-L. Krivine) arising from a model of untyped lambda calculus in coherence spaces. We show that this model validates countable choice using bar recursion and bar induction.

范畴论 · 数学 2019-03-14 Thomas Streicher

The usual theory of asset pricing in finance assumes that the financial strategies, i.e. the quantity of risky assets to invest, are real-valued so that they are not integer-valued in general, see the Black and Scholes model for instance.…

证券定价 · 定量金融 2023-11-16 Dorsaf Cherif , Meriam El Mansour , Emmanuel Lepinette

In-place associative integer sorting technique was proposed for integer lists which requires only constant amount of additional memory replacing bucket sort, distribution counting sort and address calculation sort family of algorithms. The…

数据结构与算法 · 计算机科学 2012-09-18 A. Emre Cetin

We define a variant of realizability where realizers are pairs of a term and a substitution. This variant allows us to prove the normalization of a simply-typed call-by-need $$\lambda$-$calculus with control due to Ariola et al. Indeed, in…

计算机科学中的逻辑 · 计算机科学 2018-03-05 Étienne Miquey , Hugo Herbelin

We study integral operators on the space of square-integrable functions from a compact set, $X$, to a separable Hilbert space, $H$. The kernel of such an operator takes values in the ideal of Hilbert-Schmidt operators on $H$. We establish…

泛函分析 · 数学 2024-08-12 John Zweck , Yuri Latushkin , Erika Gallo

We generalize an operation described by Sloane on the binary representation of an integer to other bases, thus finding several new sequences.

组合数学 · 数学 2019-02-19 Yonah Biers-Ariel

In general, it is a non trivial task to determine the adjoint $S^*$ of an unbounded operator $S$ acting between two Hilbert spaces. We provide necessary and sufficient conditions for a given operator $T$ to be identical with $S^*$. In our…

泛函分析 · 数学 2017-11-23 Zoltán Sebestyén , Zsigmond Tarcsay

Operator-valued frames are natural generalization of frames that have been used in quantum computing, packets encoding, etc. In this paper, we focus on developing the theory about operator-valued frames for finite Hilbert spaces. Some…

泛函分析 · 数学 2010-09-28 Bin Meng

Configuring a storage system to better serve an application is a challenging task complicated by a multidimensional, discrete configuration space and the high cost of space exploration (e.g., by running the application with different…

分布式、并行与集群计算 · 计算机科学 2013-06-11 Lauro Beltrão Costa , Abmar Barros , Samer Al-Kiswany , Hao Yang , Emalayan Vairavanathan , Matei Ripeanu

The storage manager, as a key component of the database system, is responsible for organizing, reading, and delivering data to the execution engine for processing. According to the data serving mechanism, existing storage managers are…

数据库 · 计算机科学 2019-05-20 Ye Zhu

In this paper we consider the problems of supervised classification and regression in the case where attributes and labels are functions: a data is represented by a set of functions, and the label is also a function. We focus on the use of…

机器学习 · 计算机科学 2016-11-03 Hachem Kadri , Emmanuel Duflos , Philippe Preux , Stéphane Canu , Alain Rakotomamonjy , Julien Audiffren

The invariance thesis of Slot and van Emde Boas states that all reasonable models of computation simulate each other with polynomially bounded overhead in time and constant-factor overhead in space. In this paper we show that a family of…

编程语言 · 计算机科学 2021-02-12 Małgorzata Biernacka , Witold Charatonik , Tomasz Drab

Current work defines Schmidt representation of a bilinear operator $T: H_1 \times H_2 \rightarrow K$, where $H_1, H_2$ and $K$ are separable Hilbert spaces. Introducing the concept of singular value and ordered singular value, we prove that…

This paper outlines a covariant theory of operators defined on groups and homogeneous spaces. A systematic use of groups and their representations allows to obtain results of algebraic and analytical nature. The consideration is…

表示论 · 数学 2014-03-31 Vladimir V. Kisil

In this paper we introduce and study an alternative definition of tense operators on residuated lattices. We give a categorical equivalence for the class of tense residuated lattices, which is motivated by an old construction due to J.…

逻辑 · 数学 2023-12-19 Ismael Calomino , Gustavo Pelaitay , William Zuluaga Botero

We address the problem of verifying safety properties of concurrent programs running over the Total Store Order (TSO) memory model. Known decision procedures for this model are based on complex encodings of store buffers as lossy channels.…

形式语言与自动机理论 · 计算机科学 2023-06-22 Parosh Aziz Abdulla , Mohamed Faouzi Atig , Ahmed Bouajjani , Tuan Phong Ngo

Many term calculi, like lambda calculus or pi calculus, involve binders for names, and the mathematics of bound variable names is subtle. Schoenfinkel introduced the SKI combinator calculus in 1924 to clarify the role of quantified…

计算机科学中的逻辑 · 计算机科学 2017-04-12 Michael Stay , L. G. Meredith

Ariola and Felleisen's call-by-need {\lambda}-calculus replaces a variable occurrence with its value at the last possible moment. To support this gradual notion of substitution, function applications-once established-are never discharged.…

编程语言 · 计算机科学 2010-09-17 Stephen Chang , David Van Horn , Matthias Felleisen