中文
相关论文

相关论文: S-storage operators

200 篇论文

We contemplate this article to help the teachers of programming in his aspiration for giving some appropriate and interesting examples. The work will be especially useful for students-future programmers, and for their lecturers. Some of the…

编程语言 · 计算机科学 2021-08-02 Krasimir Yordzhev

We present a new programming paradigm which can be useful, in particular, for implementing window interfaces and parallel algorithms. This paradigm allows a user to define operators which can contain nested operators. The new paradigm is…

编程语言 · 计算机科学 2010-04-26 Pavel Ruzankin

In [1], an operator was introduced which acts parallel to the Riemann-Liouville differintegral on a transformation of the space of real analytic functions and commutes with itself. This paper aims to extend the technique - and its defining…

经典分析与常微分方程 · 数学 2012-07-31 Matthew Parker

Lambda-S is an extension to first-order lambda calculus unifying two approaches of non-cloning in quantum lambda-calculi. One is to forbid duplication of variables, while the other is to consider all lambda-terms as algebraic linear…

计算机科学中的逻辑 · 计算机科学 2020-10-23 Alejandro Díaz-Caro , Octavio Malherbe

The Church-Turing thesis asserts that if a partial strings-to-strings function is effectively computable then it is computable by a Turing machine. In the 1930s, when Church and Turing worked on their versions of the thesis, there was a…

计算机科学中的逻辑 · 计算机科学 2019-01-16 Yuri Gurevich

Landin's SECD machine was the first abstract machine for applicative expressions, i.e., functional programs. Landin's J operator was the first control operator for functional languages, and was specified by an extension of the SECD machine.…

编程语言 · 计算机科学 2015-07-01 Olivier Danvy , Kevin Millikin

We consider a Sturm-Liouville operator a with integrable potential $q$ on the unit interval $I=[0,1]$. We consider a Schr\"odinger operator with a real compactly supported potential on the half line and on the line, where this potential…

谱理论 · 数学 2020-01-29 Evgeny Korotyaev

We introduce a variant of linear logic with second order quantifiers and type fixpoints, both restricted to purely linear formulas. The Church encodings of binary words are typed by a standard non-linear type `Church,' while the Scott…

计算机科学中的逻辑 · 计算机科学 2010-05-05 Aloïs Brunel , Kazushige Terui

In this paper we look at the growth of distributed object stores (DOS) and examine the underlying mechanisms that guide their use and development. Our focus is on the fundamental principles of operation that define this class of system, how…

软件工程 · 计算机科学 2013-08-09 Robert Primmer

A novel integer sorting technique was proposed replacing bucket sort, distribution counting sort and address calculation sort family of algorithms which requires only constant amount of additional memory. The technique was inspired from one…

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

We establish a mathematical correspondence between state space models, a state-of-the-art architecture for capturing long-range dependencies in data, and an exactly solvable nonlinear oscillator network. As a specific example of this…

In the work we discuss the benefit of using bitwise operations in programming. Some interesting examples in this respect have been shown. What is described in detail is an algorithm for sorting an integer array with the substantial use of…

编程语言 · 计算机科学 2013-12-03 Krasimir Yordzhev

This paper presents a special subset of the first-order predicate logic named S-program calculus (briefly S-calculus). The S-calculus is a calculus consisting of so-called S-formulas that are defined over the abstract state space of a…

计算机科学中的逻辑 · 计算机科学 2010-03-04 Aleksandar Kupusinac , Dusan Malbaski

A log structured store uses a single write I/O for a number of diverse and non-contiguous pages within a large buffer instead of using a write I/O for each page separately. This requires that pages be relocated on every write, because pages…

数据库 · 计算机科学 2020-05-04 David Lomet , Chen Luo

We propose an extension of the framework for discussing the computational complexity of problems involving uncountably many objects, such as real numbers, sets and functions, that can be represented only through approximation. The key idea…

计算复杂性 · 计算机科学 2013-05-03 Akitoshi Kawamura , Stephen Cook

In this work we present a theoretical model for differentiable programming. We construct an algebraic language that encapsulates formal semantics of differentiable programs by way of Operational Calculus. The algebraic nature of Operational…

形式语言与自动机理论 · 计算机科学 2019-01-08 Žiga Sajovic , Martin Vuk

In this paper, the notion of operator means in the setting of JB-algebras is introduced and their properties are studied. Many identities and inequalities are established, most of them have origins from operators on Hilbert space but they…

泛函分析 · 数学 2023-05-03 Shuzhou Wang , Zhenhua Wang

Modern databases typically makes use of the Log Structured Merge-Tree for organizing data in indexes, which is a kind of disk-based data structure. It was proposed to efficiently handle frequent update queries (also called update intensive…

数据库 · 计算机科学 2024-02-28 Supriya Mishra

Computability logic (CL) (see http://www.cis.upenn.edu/~giorgi/cl.html) is a semantical platform and research program for redeveloping logic as a formal theory of computability, as opposed to the formal theory of truth which it has more…

计算机科学中的逻辑 · 计算机科学 2011-04-15 Giorgi Japaridze

We study oblivious storage (OS), a natural way to model privacy-preserving data outsourcing where a client, Alice, stores sensitive data at an honest-but-curious server, Bob. We show that Alice can hide both the content of her data and the…

密码学与安全 · 计算机科学 2011-10-11 Michael T. Goodrich , Michael Mitzenmacher , Olga Ohrimenko , Roberto Tamassia