Littérature scientifique sur le sujet « Données algébriques »
Créez une référence correcte selon les styles APA, MLA, Chicago, Harvard et plusieurs autres
Consultez les listes thématiques d’articles de revues, de livres, de thèses, de rapports de conférences et d’autres sources académiques sur le sujet « Données algébriques ».
À côté de chaque source dans la liste de références il y a un bouton « Ajouter à la bibliographie ». Cliquez sur ce bouton, et nous générerons automatiquement la référence bibliographique pour la source choisie selon votre style de citation préféré : APA, MLA, Harvard, Vancouver, Chicago, etc.
Vous pouvez aussi télécharger le texte intégral de la publication scolaire au format pdf et consulter son résumé en ligne lorsque ces informations sont inclues dans les métadonnées.
Articles de revues sur le sujet "Données algébriques"
Leichtnam, Éric. « Le problème de Cauchy ramifié linéaire pour des données à singularités algébriques ». Mémoires de la Société ; mathématique de France 1 (1993) : 1–130. http://dx.doi.org/10.24033/msmf.367.
Texte intégralTouraille, Alain. « Théories d'algèbres de Boole munies d'idéaux distingués. I : Théories élémentaires ». Journal of Symbolic Logic 52, no 4 (décembre 1987) : 1027–43. http://dx.doi.org/10.2307/2273836.
Texte intégralLeloup, G. « Élimination des quantificateurs dans des paires de corps ». Journal of Symbolic Logic 60, no 2 (juin 1995) : 548–62. http://dx.doi.org/10.2307/2275850.
Texte intégralRashed, Marwan. « ABŪ HĀŠIM AL-ǦUBBĀʾĪ, ALGÈBRE ET INFÉRENCE ». Arabic Sciences and Philosophy 30, no 2 (14 août 2020) : 191–228. http://dx.doi.org/10.1017/s0957423920000028.
Texte intégralBenhissi, Ali. « Éléments Algébriques sur le Corps des Séries Formelles Généralisées en Caractéristique Finie ». MATHEMATICA SCANDINAVICA 85, no 2 (1 décembre 1999) : 161. http://dx.doi.org/10.7146/math.scand.a-18269.
Texte intégralPoizat, Bruno. « MM. Borel, Tits, Zil′ber et le Général Nonsense ». Journal of Symbolic Logic 53, no 1 (mars 1988) : 124–31. http://dx.doi.org/10.1017/s0022481200028978.
Texte intégralMendes Nacarato, Adair, Daniela Dias dos Anjos, Carla Cristiane Silva Santos et Kátia Grabriela Moreira. « Le rôle de l’interaction verbale pour l’acquisition de la pensée algébrique dans l’enseignement primaire ». Articles 20, no 3 (24 janvier 2019) : 56–78. http://dx.doi.org/10.7202/1055728ar.
Texte intégralAczél, J. « Remarques algébriques sur la solution donnée par M. Fréchet à l'équation de Kolmogoroff ». Publicationes Mathematicae Debrecen 4, no 1-2 (1 juillet 2022) : 33–42. http://dx.doi.org/10.5486/pmd.1955.4.1-2.04.
Texte intégralLE SAEC, BERTRAND, JEAN-ERIC PIN et PASCAL WEIL. « SEMIGROUPS WITH IDEMPOTENT STABILIZERS AND APPLICATIONS TO AUTOMATA THEORY ». International Journal of Algebra and Computation 01, no 03 (septembre 1991) : 291–314. http://dx.doi.org/10.1142/s0218196791000195.
Texte intégralAczél, J., et E. Egerváry. « Remarques algébriques sur la solution donnée par M. Fréchet à l'équation de Kolmogoroff. II. » Publicationes Mathematicae Debrecen 5, no 1-2 (1 juillet 2022) : 60–71. http://dx.doi.org/10.5486/pmd.1957.5.1-2.07.
Texte intégralThèses sur le sujet "Données algébriques"
Kaplan, Stéphane. « Spécification algébrique de types de données à accès concurrent ». Paris 11, 1987. http://www.theses.fr/1987PA112335.
Texte intégralMokadem, Riad. « Signatures algébriques dans la gestion de structures de données distribuées et scalables ». Paris 9, 2006. https://portail.bu.dauphine.fr/fileviewer/index.php?doc=2006PA090014.
Texte intégralRecent years saw emergence of new architectures, involving multiple computers. New concepts were proposed. Among most popular are those of a multicomputer or of a Network of Worksattion and more recently, of Peer to Peer and Grid Computing. This thesis consists on the design, implementation and performance measurements of a prototype SDDS manager, called SDDS-2005. It manages key based ordered files in distributed RAM of Windows machines forming a grid or P2P network. Our scheme can backup the RAM on each storage node onto the local disk. Our goal is to write only the data that has changed since the last backup. We interest also to update records and non key search (scans). Their common denominator was some application of the properties of new signature scheme based that we call algebraic signatures, which are useful in this context. Ones needs then to find only the areas that changed in the bucket since the last buckup. Our signature based scheme for updating records at the SDDS client should prove its advantages in client-server based database systems in general. It holds the promise of interesting possibilities for transactional concurrency control, beyond the mere avoidance of lost updates. We also update only data have been changed because of the using the algebraic signatures. Also, partly pre-computed algebraic signature of a string encodes each symbol by its cumulative signatures. They protect the SDDS data against incidental viewing by an unauthorized server’s administrator. The method appears attractive, it does not amply any storage overhead. It is also completly transparent for servers and occurs in client. Next, our cheme provide fast string search (match) directly on encoded data at the SDDS servers. They appear an alternative to known Karp-Rabin type schemes. Scans can explore the storage nodes in parallel. They match the records by entire non-key content or by its substring, prefix, longest common prefix or longest common string. The search complexity is almost O (1) for prefix search. One may use them also to detect and localize the silent corruption. These features should be of interest to P2P and grid computing. Then, we propose novel string search algorithm called n-Gramme search. It also appears then among the fastest known, e. G, probably often the faster one we know. It cost only a small fraction of existing records match, especially for larger strings search. The experiments prove high efficiency of our implementation. Our buckup scheme is substantially more efficient with the algebraic signatures. The signature calculus is itself substantially faster, the gain being about 30 %. Also, experiments prove that our cumulative pre-computing notably accelerates the string searchs which are faster than the partial one, at the expense of higher encoding/decoding overhead. They are new alternatives to known Karp-Rabin type schemes, and likely to be usually faster. The speed of string matches opens interesting perspectives for the popular join, group-by, rollup, and cube database operations. Our work has been subject of five publications in international conferences [LMS03, LMS05a, LMS05b, ML06, l&al06]. For convenience, we have included the latest publications. Also, the package termed SDDS-2005 is available for non-commercial use at http://ceria. Dauphine. Fr/. It builds up on earlier versions of the prototype, a cumulative effort of several folks and n-Gramme algorithm implementation. We have also presented our proposed prototype, SDDS-2005, at the Microsoft Research Academic Days 2006
Chlyah, Sarah. « Fondements algébriques pour l'optimisation de la programmation itérative avec des collections de données distribuées ». Thesis, Université Grenoble Alpes, 2022. http://www.theses.fr/2022GRALM011.
Texte intégralThe goal of my PhD is to study the optimization and the distribution of queries, especially recursive queries, handling large amounts of data. I start by reviewing different query languages as well as formal approaches to intermediate representations of these languages. Languages and formal approaches are reviewed in the light of a number of aspects such as expressivity, distribution, automatic optimizations, manipulating complex data, graph querying, and impedence mismatch, with a special focus on the ability to express recursion. I then propose extensions to formal approaches along two main lines of work: (1) algebras based on the relational model, for which I propose Dist-μ-RA, and (2) algebras based on generic collections of arbitrary types, for which I propose μ-monoids.Dist-μ-RA is a system that extends theμ-RA algebra to the distributed setting. Regarding the algebraic aspect, it integrates well with the relational algebra and inherits its advantages including the fact that queries are optimized regardless of their initial shape and translation into the algebra. With respect to distribution, different strategies for evaluating recursive algebraic terms in a distributed setting have been studied. These strategies are implemented as plans with automated techniques for distributing data in order to reduce communication costs. Experimental results on both real and synthetic graphs show the effectiveness of the proposed approach compared to existing systems.μ-monoids is an extension of the monoid algera with a fixpoint operator that models recursion. The extended μ-monoids algebra is suitable for modeling recursive computations with distributed data collections such as the ones found in Big Data frameworks. The major interest of the “μ” fixpoint operator is that, under prerequisites that are often met in practice, it can be considered as a monoid homomorphism and thus can be evaluated by parallel loops with one final merge rather than by a global loop requiring network overhead after each iteration. Rewriting rules for optimizing fixpoint terms, such as pushing filters, are proposed. In particular, I propose a sufficient condition on the repeatedly evaluated term (φ) regardless of its shape, as well as a method using polymorphic types and a type system such as Scala’s to check whether this condition holds. I also propose a rule to prefilter a fixpoint before a join. The third rule allows for pushing aggregation functions inside a fixpoint. Experiments with the Spark platform illustrate performance gains brought by these systematic optimizations
Dumonceaux, Frédéric. « Approches algébriques pour la gestion et l’exploitation de partitions sur des jeux de données ». Nantes, 2015. http://archive.bu.univ-nantes.fr/pollux/show.action?id=c655f585-5cf3-4554-bea2-8e488315a2b9.
Texte intégralThe rise of data analysis methods in many growing contexts requires the design of new tools, enabling management and handling of extracted data. Summarization process is then often formalized through the use of set partitions whose handling depends on applicative context and inherent properties. Firstly, we suggest to model the management of aggregation query results over a data cube within the algebraic framework of the partition lattice. We highlight the value of such an approach with a view to minimize both required space and time to generate those results. We then deal with the consensus of partitions issue in which we emphasize challenges related to the lack of properties that rule partitions combination. The idea put forward is to deepen algebraic properties of the partition lattice for the purpose of strengthening its understanding and generating new consensus functions. As a conclusion, we propose the modelling and implementation of operators defined over generic partitions and we carry out some experiences allowing to assert the benefit of their conceptual and operational use
Weisbecker, Clement. « Amélioration des solveurs multifrontaux à l'aide de représentations algébriques rang-faible par blocs ». Phd thesis, Institut National Polytechnique de Toulouse - INPT, 2013. http://tel.archives-ouvertes.fr/tel-00934939.
Texte intégralKoehret, Bernard. « Conception d'un simulateur de procédés ». Toulouse, INPT, 1987. http://www.theses.fr/1987INPT022G.
Texte intégralBernot, Gilles. « Une sémantique algébrique pour une spécification differenciée des exceptions et des erreurs : application à l'implémentation et aux primitives de structuration des spécifications formelles ». Paris 11, 1986. http://www.theses.fr/1986PA112262.
Texte intégralFaget, Zoé. « Un modèle pour la gestion des séquences temporelles synchronisées : Application aux données musicales symboliques ». Phd thesis, Université Paris Dauphine - Paris IX, 2011. http://tel.archives-ouvertes.fr/tel-00676537.
Texte intégralCoulon, Fabien. « Minimisation d'automates non-déterministes, recherche d'expressions dans un texte et comparaison de génomes ». Rouen, 2004. http://www.theses.fr/2004ROUES029.
Texte intégralThe initial topic of this thesis is automata minimization. I prove a technique for full minimization that was given unproved by Sengoku, together with heuristics based on state simulations, that combine left and right languages. This work provides a reduction technique for B\"uchi automata. On the other hand, I focus on managing the space complexity of determinisation by an optimized partial determinization. The following is more involved in practical applications. First, I focus on secondary expression search in genome, based on context-free grammars. I give an adaptation of Valiant's algorithm, and a CYK algorithm for single hairpin approximate search. Finally, I investigate gene-team search between several genomes. An underlying problem is the common connected set search between several graphs. I describe our new algorithm that is specific to interval graphs
Pralet, Cédric. « Un cadre algébrique général pour représenter et résoudre des problèmes de décision séquentielle avec incertitudes, faisabilités et utilités ». Toulouse, ENSAE, 2006. http://www.theses.fr/2006ESAE0013.
Texte intégralLivres sur le sujet "Données algébriques"
Reichel, Horst. Initial computability, algebraic specifications, and partial algebras. Berlin : Akademie-Verlag, 1987.
Trouver le texte intégralInitial computability, algebraic specifications, and partial algebras. Oxford [England] : Clarendon Press, 1987.
Trouver le texte intégralReichel, Horst. Initial Computability, Algebraic Specifications, and Partial Algebras. de Gruyter GmbH, Walter, 2022.
Trouver le texte intégralInitial Computability, Algebraic Specifications, and Partial Algebras. de Gruyter GmbH, Walter, 1988.
Trouver le texte intégralChapitres de livres sur le sujet "Données algébriques"
SIMANI, Silvio. « Méthodes guidées par les données pour le diagnostic de défauts ». Dans Diagnostic et commande à tolérance de fautes 1, 167–233. ISTE Group, 2024. http://dx.doi.org/10.51926/iste.9058.ch5.
Texte intégralHirata-Kohno, Noriko. « Une Relation Ent re les Points Entiers sur une Courbe Algébrique et les Points Rationnels de la Jacobienne ». Dans Advances in Number Theory, 421–33. Oxford University PressOxford, 1993. http://dx.doi.org/10.1093/oso/9780198536680.003.0032.
Texte intégral