Literatura científica selecionada sobre o tema "Modèle de programmation MapReduce"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Modèle de programmation MapReduce".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "Modèle de programmation MapReduce"
Lapointe, Jean, Loïc Thérien e Michel Veillette. "Modèle d’élaboration et de validation de matériel didactique en formation professionnelle". Articles 17, n.º 1 (16 de novembro de 2009): 57–75. http://dx.doi.org/10.7202/900686ar.
Texto completo da fonteChateau, Jean-Pierre D. "La programmation déterministe du budget de capital : un modèle financier". Article 50, n.º 3 (9 de julho de 2009): 415–49. http://dx.doi.org/10.7202/803057ar.
Texto completo da fonteCliche, Lucie, e Marie D. Martel. "Cinq bibliothèques de Montréal dans la société du savoir : une nouvelle génération de tiers lieux". Du point de vue des bibliothécaires… 60, n.º 2-3 (9 de junho de 2014): 99–104. http://dx.doi.org/10.7202/1025516ar.
Texto completo da fonteDouence, Rémi, e Mario Südholt. "Un modèle et un outil pour la programmation par aspects événementiels". L'objet 9, n.º 1-2 (30 de junho de 2003): 105–17. http://dx.doi.org/10.3166/objet.9.1-2.105-117.
Texto completo da fonteYanatchkov, Milovann. "Modélisation par le flux". SHS Web of Conferences 47 (2018): 01006. http://dx.doi.org/10.1051/shsconf/20184701006.
Texto completo da fonteParent, E., F. Lebdi e P. Hurand. "Gestion stratégique d'un système de ressources en eau : l'exemple du système NESTE". Revue des sciences de l'eau 4, n.º 4 (12 de abril de 2005): 543–68. http://dx.doi.org/10.7202/705115ar.
Texto completo da fonteBujold, Stéphane, e Guy Ausloos. "Évaluation du fonctionnement familial : le modèle des fonctions de Guy Ausloos comme données probantes fondées sur la pratique". Thérapie Familiale Vol. 44, n.º 3 (13 de março de 2023): 211–22. http://dx.doi.org/10.3917/tf.233.0211.
Texto completo da fonteColas, Maxime, e Michel Deloizy. "Le Model Based Design pour l’apprentissage par conception guidée". J3eA 22 (2023): 1009. http://dx.doi.org/10.1051/j3ea/20231009.
Texto completo da fontePrudhomme, Claire, Ana Roxin, Christophe Cruz e Frank Boochs. "Modélisation sémantique et programmation générative pour une simulation multi-agent dans le contexte de gestion de catastrophe". Revue Internationale de Géomatique 30, n.º 1-2 (janeiro de 2020): 37–65. http://dx.doi.org/10.3166/rig.2020.00102.
Texto completo da fonteFabbri, Julie, e Florence Charue-Duboc. "Un modèle d’accompagnement entrepreneurial fondé sur des apprentissages au sein d’un collectif d’entrepreneurs : le cas de La Ruche". Management international 17, n.º 3 (27 de agosto de 2013): 86–99. http://dx.doi.org/10.7202/1018269ar.
Texto completo da fonteTeses / dissertações sobre o assunto "Modèle de programmation MapReduce"
Rivault, Sébastien. "Parallélisme, équilibrage de charges et extensibilité dans le traitement des mégadonnées sur des systèmes à grande échelle". Electronic Thesis or Diss., Orléans, 2024. http://www.theses.fr/2024ORLE1019.
Texto completo da fonteOver the past two decades, owing to the reduction of storage, exchange and data processing costs, the volume of data generated each year continues to explode. The challenges related to big data processing are often described by the 3Vs : volume, variety and velocity of data creation, analysis, and sharing. To store and analyze these large datasets, it is essential to use clusters of machines and scalable algorithms that are insensitive to load imbalance that may occur among processing nodes. Applications such as collaborative filtering, deduplication and entity resolution are necessary to identify relationships in big datasets relying on a notion of similarity between records. These applications enable finding users with similar tastes, cleaning data and detecting frauds in large datasets. In these cases, similarity join and similarity search operations are often used to retrieve all similar records in one or more datasets using a distance and a user-defined threshold. Although parallel joins have been widely studied and successfully implemented on parallel and distributed architectures, the algorithms are not suitable for similarity join operation, since there is no hashing or sorting techniques, in the literature, that can retrieve all potentially similar record pairs in one step. Many techniques have been introduced in the literature to reduce the search space while ensuring the completeness of the result and avoiding the computation of a Cartesian product and the comparison of all record pairs. However, the scalability of these techniques is limited and does not allow efficient processing of big datasets on large-scale systems. Approximate methods have been proposed to handle similarity join by ignoring a very small part of the result and providing a probabilistic guarantee on the completeness of the results, while reducing the search space. These methods rely on hash functions whose collision probabilities are sensitive to the objects' similarity. We rely on these techniques to propose efficient solutions for similarity join and similarity search processing, based on LSH (Locality Sensitive Hashing), distributed histograms, and randomized communication schemes in order to reduce processing time, communication, and disks I/O costs to only relevant data for various distances and objects. The aim is to propose a generic framework based on the MapReduce programming model that meets the challenges of volume, variety, and velocity of big data analysis.The efficiency and scalability of the proposed solutions were studied using a cost model and confirmed by a series of experiments measuring the result completeness and the reduction of the search space, while guaranteeing efficient similarity join processing regardless the data size and data skew, the distance and the user-defined thresholds
Nemchenko, Sergiy. "Modèle de transactions avancées et modèle à composants". Valenciennes, 2004. http://ged.univ-valenciennes.fr/nuxeo/site/esupversions/229b5fe0-093f-46d5-bd94-a2e3d64d0cb5.
Texto completo da fonteDuring last years we may observe the quick development of distributed applications. This effect is evoked by quick development of hardware and of programming models. As a result, the programmers can create the more complicate software, which uses a lot of computers and servers. At the same time, the requirements to the quality of provided services are increasing too. The non-functional services are created in order to satisfy this requirement. The transactional service allows to create the reliable distributed applications in spite of the possible execution failures. But usually the new applications need the long transactions. However, the existing transactional services don't perform their charges in those conditions. As a result, the applications with a good potential, executed on powerful hardware can be blocked because of inability of transactional service which is intended for the less powerful applications. The advanced transactional models are intended to solve the problem of long transaction use. The analysis of different models shows that the Open Nested Transactions correspond to the needs of component based distributed applications. This transactional model allows to commit the sub-transactions without waiting for the commitment of the top-level transaction. In the same time, this model requires the presence of the compensation mechanism. This mechanism has to manage the compensations, caused by associated transactional manager in order to assure the database consistency in the case of failure. In this work we propose to extend the transactional service used by the component based platforms to the Open Nested Transaction model. We had begun from the proposition of compensation mechanism for the transactions executed by components. Then, we had studied the influences of compensation on the transactions, executed simultaneously or after this compensable transaction. At the end, we had proposed the mechanism allowing the non-conflict cohabitation of the classical and advanced transactions (or, more exectty, of the classical and open nested transactions)
Markhoff, Béatrice. "Contribution à la définition d'un modèle de calcul fonctionnel paralèlle". Besançon, 1995. http://www.theses.fr/1995BESA2059.
Texto completo da fonteBlay-Fornarino, Mireille, e Anne-Marie Pinna. "Un modèle objet logique et relationnel : le langage Othelo". Nice, 1990. http://www.theses.fr/1990NICE4359.
Texto completo da fonteBertrand, Frédéric. "Un modèle de contrôle réactif pour les langages à objets concurrents". La Rochelle, 1996. http://www.theses.fr/1996LAROS005.
Texto completo da fonteNúñez, López Angel Rodrigo. "Un modèle de programmation intégrant classes, évènements et aspects". Nantes, 2011. http://archive.bu.univ-nantes.fr/pollux/show.action?id=1ba3f61f-5a98-4b3e-8a93-b64ecca1c6ce.
Texto completo da fonteObject-Oriented Programming (OOP) has become the de facto programming paradigm. Event-Based Programming (EBP) and Aspect-Oriented Programming (AOP) complement OOP, covering some of its deficiencies when building complex software. Today’s applications combine the three paradigms. However, OOP, EBP and AOP have not yet been properly integrated. Their underlying concepts are in general provided as distinct language constructs, whereas they are not completely orthogonal. This lack of integration and orthogonality complicates the development of software as it reduces its understandability, its composability and increases the required glue code. This thesis proposes an integration of OOP, EBP and AOP leading to a simple and regular programming model. This model integrates the notions of class and aspect, the notions of event and join point, and the notions of piece of advice, method and event handler. It reduces the number of language constructs while keeping expressiveness and offering additional programming options. We have designed and implemented two programming languages based on this model: EJava and ECaesarJ. EJava is an extension of Java implementing the model. We have validated the expressiveness of this language by implementing a well-known graphical editor, JHotDraw, reducing its glue code and improving its design. ECaesarJ is an extension of CaesarJ that combines our model with mixins and language support for state machines. This combination was shown to greatly facilitate the implementation of a smart home application, an industrial-strength case study that aims to coordinate different devices in a house and automatize their behaviors
Núñez, Angel. "Un modèle de programmation intégrant classes, événements et aspects". Phd thesis, Université de Nantes, 2011. http://tel.archives-ouvertes.fr/tel-00656649.
Texto completo da fonteBalmas, Françoise. "Contribution à la conceptualisation de programmes : modèle, implémentation, utilisation et évaluation". Paris 8, 1995. http://www.theses.fr/1995PA081071.
Texto completo da fonteDelignieres-Hannequin, Isabelle. "Proposition d'un modèle d'évaluation parallèle de prolog". Lille 1, 1991. http://www.theses.fr/1991LIL10060.
Texto completo da fonteMeysembourg-Männlein, Marie Laurence. "Modèle et langage à objets pour la programmation d'applications réparties". Phd thesis, Grenoble INPG, 1989. http://tel.archives-ouvertes.fr/tel-00333509.
Texto completo da fonteLivros sobre o assunto "Modèle de programmation MapReduce"
Mallet, Manon. Guide d'utilisation du logiciel: "modèle multiplicatif". Moncton, N.-B: Ministère des pêches et des océans, 1990.
Encontre o texto completo da fonte1947-, Gehani Narain, e McGettrick Andrew D. 1944-, eds. Concurrent programming. Wokingham, England: Addison-Wesley, 1988.
Encontre o texto completo da fonteFreytag, Johann Christoph. Translating relationalqueries into iterative programs. Berlin: Springer-Verlag, 1987.
Encontre o texto completo da fonteNobert, Yves. La recherche opérationnelle. Montréal: Gaëtan Morin éditeur, 1995.
Encontre o texto completo da fonteNobert, Yves. La recherche opérationnelle. 3a ed. Boucherville, Québec: G. Morin, 2001.
Encontre o texto completo da fontePorteneuve, Christophe. Bien de velopper pour le Web 2.0: AJAX, Prototype, Script.aculo.us, XHTML-CSS, JavaScript, DOM. 2a ed. Paris: Eyrolles, 2008.
Encontre o texto completo da fonteDikötter, Marc. Les Accepteurs : Un nouveau modèle de programmation. Presses polytechniques et universitaires romandes, 1993.
Encontre o texto completo da fonteVries, Steffen van de. Pilotage par ordinateur de modèle réduit ferroviaire avec EDiTs Pro : Electronique et programmation. Publitronic, 2001.
Encontre o texto completo da fonteMilicev, Dragan. Model-Driven Development with Executable UML. Wiley & Sons, Incorporated, John, 2009.
Encontre o texto completo da fonteMilicev, Dragan. Model-Driven Development with Executable UML. Wiley & Sons, Incorporated, John, 2009.
Encontre o texto completo da fonteCapítulos de livros sobre o assunto "Modèle de programmation MapReduce"
GINOSAR, Ran. "Plural, pluricoeur haute performance à faible consommation d’énergie". In Systèmes multiprocesseurs sur puce 1, 73–91. ISTE Group, 2023. http://dx.doi.org/10.51926/iste.9021.ch3.
Texto completo da fonteYessad, Amel, Mathieu Muratet e Thibault Carron. "Assister les enseignants du primaire dans l’enseignement de la pensée informatique. Une approche basée sur la scénarisation et vers les teaching analytics". In Enseigner, apprendre, former à l’informatique à l'école : regards croisés, 211–31. Université Paris Cité, 2024. http://dx.doi.org/10.53480/2024iecare11y.
Texto completo da fonte