Academic literature on the topic 'Système distribués'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Système distribués.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Système distribués"
Weldu Hailemariam, Abraha. "From rәsti to čәguraf-gosäs and vice-versa: Revisiting the dynamics of land tenure systems and security in Enderta, Tigray." Annales d'Ethiopie 33, no. 1 (2020): 303–16. http://dx.doi.org/10.3406/ethio.2020.1701.
Full textDupont, Frédéric, and Estiva Reus. "Le financement des pertes ou l’emploi des profits empêchent-ils l’épargne d’influer sur l’investissement? Un débat entre Keynes et ses commentateurs (1930–1932)." Recherches économiques de Louvain 65, no. 4 (1999): 447–70. http://dx.doi.org/10.1017/s0770451800004723.
Full textBastier, Stéphane. "La qualité de l’eau de boisson en élevage : choisir le biocide le plus adapté." Le Nouveau Praticien Vétérinaire élevages & santé 15, no. 54 (2023): 76–82. http://dx.doi.org/10.1051/npvelsa/2024019.
Full textMbog, Severin Mbog, Olivier T. Sosso Mayi, Dieudonne Bitondo, and Innocent Ndoh Mbue. "Etat des lieux sur la gestion des déchets biomédicaux solides dans les formations sanitaires au Cameroun (Nord, Adamaoua, Est et Nord-Ouest) : Impacts Environnementaux et Sociaux." Journal of the Cameroon Academy of Sciences 16, no. 1 (October 13, 2020): 19–28. http://dx.doi.org/10.4314/jcas.v16i1.2.
Full textMOLENAT, G., D. FOULQUIER, P. AUTRAN, J. BOUIX, D. HUBERT, M. JACQUIN, F. BOCQUIER, and B. BIBE. "Pour un élevage ovin allaitant performant et durable sur parcours : un système expérimental sur le causse du Larzac." INRAE Productions Animales 18, no. 5 (December 18, 2005): 323–38. http://dx.doi.org/10.20870/productions-animales.2005.18.5.3536.
Full textAlaigba, Deborah, Ayila Adzandeh, and Emmanuel Osolase. "Application of AHP and Geospatial Techniques for Evaluating Gully Erosion Vulnerability in Benin City, Edo State, Nigeria." Journal of Geospatial Science and Technology 2, no. 1 (November 4, 2021): 1–15. http://dx.doi.org/10.54222/afrigist/jgst/v2i1.1.
Full textLEFRILEUX, Y., P. MORAND-FEHR, and A. POMMARET. "Aptitude des chèvres hautes productrices de lait à valoriser les prairies temporaires au pâturage." INRAE Productions Animales 25, no. 3 (August 2, 2012): 277–90. http://dx.doi.org/10.20870/productions-animales.2012.25.3.3215.
Full textEl Jai, A. "Analyse régionale des systèmes distribués." ESAIM: Control, Optimisation and Calculus of Variations 8 (2002): 663–92. http://dx.doi.org/10.1051/cocv:2002054.
Full textHalliday Piel, L. "The Family State and Forced Youth Migrations in Wartime Japan (1937–1945)." Revue d’histoire de l’enfance « irrégulière » N° 15, no. 1 (January 1, 2013): 147–65. http://dx.doi.org/10.3917/rhei.015.0147.
Full textSartzetakis, Eftichios S. "Permis d’émission négociables et réglementation dans des marchés de concurrence imparfaite." L'Actualité économique 70, no. 2 (March 23, 2009): 139–58. http://dx.doi.org/10.7202/602138ar.
Full textDissertations / Theses on the topic "Système distribués"
Lavault, Christian. "Algorithmique et complexité distribuées : applications à quelques problèmes fondamentaux de complexité, protocoles distribués à consensus, information globale, problèmes distribués d'élection et de routage." Paris 11, 1987. http://www.theses.fr/1987PA112392.
Full textNazarpour, Hosein. "Surveillance de systèmes à composants multi-threads et distribués." Thesis, Université Grenoble Alpes (ComUE), 2017. http://www.theses.fr/2017GREAM027/document.
Full textComponent-based design is the process leading from given requirements and a set of predefined components to a system meeting the requirements. Components are abstract building blocks encapsulating behavior. They can be composed in order to build composite components. Their composition should be rigorously defined so that it is possible to infer the behavior of composite components from the behavior of their constituents as well as global properties from the properties of individual components. It is, however, generally not possible to ensure or verify the desired property using static verification techniques such as model-checking or static analysis, either because of the state-space explosion problem or because the property can only be decided with information available at runtime (e.g., from the user or the environment). Runtime Verification (RV) is an umbrella term denoting the languages, techniques, and tools for the dynamic verification of system executions against formally-specified behavioral properties. In this context, a run of the system under scrutiny is analyzed using a decision procedure: a monitor. Generally, the monitor may be generated from a user-provided specification (e.g., a temporal-logic formula, an automaton), performs a step-by-step analysis of an execution captured as a sequence of system states, and produces a sequence of verdicts (truth-values taken from a truth-domain) indicating specification satisfaction or violation.This thesis addresses the problem of runtime monitoring multi-threaded and distributed component-based systems with multi-party interactions (CBSs). Although, neither the exact model nor the behavior of the system are known (black box system), the semantic of such CBSs can be modeled with labeled transition systems (LTSs). Inspiring from conformance testing theory, we refer to this as the monitoring hypothesis. Our monitoring hypothesis makes our approach oblivious of (i) the behavior of the CBSs, and (ii) how this behavior is obtained. We consider a general abstract semantic model of CBSs consisting of a set of intrinsically independent components whose interactions are managed by several schedulers. Using such an abstract model, one can obtain systems with different degrees of parallelism, such as sequential, multi-threaded and distributed systems. When monitoring concurrent (multi-threaded and distributed) CBSs, the problem that arises is that a global state of the system is not available at runtime, since the schedulers execute interactions even by knowing the partial state of the system. Moreover, in distributed systems the total ordering of the execution of the interaction is not observable. A naive solution to these problems would be to plug in a monitor which would however force the system to synchronize in order to obtain the sequence of global states as well as the total ordering of the executions at runtime Such a solution would defeat the whole purpose of having concurrent executions and distributed systems. We define two approaches for the monitoring of multi-threaded and distributed CBSs. In both approaches, we instrument the system to retrieve the local events of the schedulers. Local events are sent to an online monitor which reconstructs on-the-fly the set of global traces that are i) compatible with the local traces of the schedulers, and ii) suitable for monitoring purposes, in a concurrency-preserving fashion
Morin, Christine. "Architectures et systèmes distribués tolérants aux fautes." Habilitation à diriger des recherches, Université Rennes 1, 1998. http://tel.archives-ouvertes.fr/tel-00434053.
Full textKudireti, Abdurusul. "Clustering avec reconfigurations locales pour des systèmes distribués dynamiques." Thesis, Reims, 2011. http://www.theses.fr/2011REIMS030/document.
Full textWe propose in this work distributed clustering algorithms designed to address the problem of growing networks. After giving a specification for this problem, we provide a first distributed algorithm based on random walks to solve it. This algorithm uses only local information,and uses random walks to build connected sets of nodes called cores of clusters in parallel, to which we add adjacent nodes. The size of each core is between 2 and a parameter of the algorithm. The algorithm guarantees that if two clusters are adjacent, at least one of them has a core of maximum size. A second, mobility-adaptive, algorithm ensures, besides those properties, that the reconfiguration following a topological change is local. This property differentiates our solution from many solutions : it avoids chain destruction following a topology change. Finally, we present a self-stabilizing clustering algorithm that preserves the properties of previous algorithms and adds fault tolerance. With the parallel construction of clusters and the local nature of the reconstruction of clusters, these algorithms guarantee the scabability, which is confirmed by simulations
Ren, Xiangnan. "Traitement et raisonnement distribués des flux RDF." Thesis, Paris Est, 2018. http://www.theses.fr/2018PESC1139/document.
Full textReal-time processing of data streams emanating from sensors is becoming a common task in industrial scenarios. In an Internet of Things (IoT) context, data are emitted from heterogeneous stream sources, i.e., coming from different domains and data models. This requires that IoT applications efficiently handle data integration mechanisms. The processing of RDF data streams hence became an important research field. This trend enables a wide range of innovative applications where the real-time and reasoning aspects are pervasive. The key implementation goal of such application consists in efficiently handling massive incoming data streams and supporting advanced data analytics services like anomaly detection. However, a modern RSP engine has to address volume and velocity characteristics encountered in the Big Data era. In an on-going industrial project, we found out that a 24/7 available stream processing engine usually faces massive data volume, dynamically changing data structure and workload characteristics. These facts impact the engine's performance and reliability. To address these issues, we propose Strider, a hybrid adaptive distributed RDF Stream Processing engine that optimizes logical query plan according to the state of data streams. Strider has been designed to guarantee important industrial properties such as scalability, high availability, fault-tolerant, high throughput and acceptable latency. These guarantees are obtained by designing the engine's architecture with state-of-the-art Apache components such as Spark and Kafka. Moreover, an increasing number of processing jobs executed over RSP engines are requiring reasoning mechanisms. It usually comes at the cost of finding a trade-off between data throughput, latency and the computational cost of expressive inferences. Therefore, we extend Strider to support real-time RDFS+ (i.e., RDFS + owl:sameAs) reasoning capability. We combine Strider with a query rewriting approach for SPARQL that benefits from an intelligent encoding of knowledge base. The system is evaluated along different dimensions and over multiple datasets to emphasize its performance. Finally, we have stepped further to exploratory RDF stream reasoning with a fragment of Answer Set Programming. This part of our research work is mainly motivated by the fact that more and more streaming applications require more expressive and complex reasoning tasks. The main challenge is to cope with the large volume and high-velocity dimensions in a scalable and inference-enabled manner. Recent efforts in this area still missing the aspect of system scalability for stream reasoning. Thus, we aim to explore the ability of modern distributed computing frameworks to process highly expressive knowledge inference queries over Big Data streams. To do so, we consider queries expressed as a positive fragment of LARS (a temporal logic framework based on Answer Set Programming) and propose solutions to process such queries, based on the two main execution models adopted by major parallel and distributed execution frameworks: Bulk Synchronous Parallel (BSP) and Record-at-A-Time (RAT). We implement our solution named BigSR and conduct a series of evaluations. Our experiments show that BigSR achieves high throughput beyond million-triples per second using a rather small cluster of machines
Kocik, Rémy. "Optimisation des systèmes distribués temps réel embarqués : application au prototypage rapide d'un véhicule électrique autonome." Rouen, 2000. http://www.theses.fr/2000ROUES021.
Full textKharkovskaia, Tatiana. "Conception d'observateurs par intervalle pour les systèmes à paramètres distribués avec incertitudes." Thesis, Ecole centrale de Lille, 2019. http://www.theses.fr/2019ECLI0019.
Full textThis work presents new results on interval state estimation for uncertain distributed systems, the state of which has an infinite dimension and is described by partial (PDEs) or (FDEs) functional differential equations. An interval observer evaluates at each time instant a set of admissible values for the state (an interval), consistently with the measured output. The design is based on the positive systems theory. Chapters 2 and 3 focus on an interval observer design for a parabolic PDE with Dirichlet boundary conditions. The method in Chapter 2 is based on a finite-element Galerkin approximation, the interval inclusion of the state is calculated using the error estimates of the approximation. Chapter 3 presents an interval observer in the form of PDEs without Galerkin projection. In both chapters, the obtained interval estimates are applied to the design of a dynamic output feedback stabilizing controller. Chapter 4 deals with a second-order delay differential equation with uncertainties corresponding, for instance, to a mechanical system with delayed position measurements, which has form of an FDE. The proposed method contains two consecutive interval observers. The first one estimates, at each instant of time, the interval for the delay-free position using new delay-dependent conditions on positivity. Then, derived estimates of the position are used to design the second observer providing an interval for the velocity. All the obtained results are supported by numerical simulations. In particular, Chapter 2 includes experiments on the Black–Scholes model
Chera, Catalin-Marian. "Contribution à l'extension de l'approche énergétique à la représentation des systèmes à paramètres distribués." Phd thesis, Ecole Centrale de Lille, 2009. http://tel.archives-ouvertes.fr/tel-00578842.
Full textAdzakpa, Pelope. "MAINTENANCE DES SYSTÈMES DISTRIBUÉS : MÉTHODES D'AIDE À LA DÉCISION TEMPS-RÉEL." Phd thesis, Université de Technologie de Troyes, 2004. http://tel.archives-ouvertes.fr/tel-00371543.
Full textLi, Xiaodong. "Observation et commande de quelques systèmes à paramètres distribués." Phd thesis, Université Claude Bernard - Lyon I, 2009. http://tel.archives-ouvertes.fr/tel-00456850.
Full textBooks on the topic "Système distribués"
Tanenbaum, Andrew S. Systèmes d'exploitation: Systèmes centralisés, systèmes distribués. 3rd ed. Paris: Dunod, 1999.
Find full textJai, A. El. Capteurs et actionneurs dans l'analyse des systèmes distribués. Paris: Masson, 1986.
Find full textLorin, Harold. Aspectsof distributed computer systems. 2nd ed. New York: Wiley, 1988.
Find full textTanenbaum, Andrew S. Distributed operating systems. Upper Saddle River: Prentice-Hall International, 1995.
Find full textTanenbaum, Andrew S. Distributed operating systems. Englewood Cliffs, N.J: Prentice Hall, 1995.
Find full textLorin, Harold. Aspects of distributed computer systems. 2nd ed. New York: Wiley, 1988.
Find full textCevelev, Aleksandr. Material management of railway transport. ru: INFRA-M Academic Publishing LLC., 2020. http://dx.doi.org/10.12737/1064961.
Full textBook chapters on the topic "Système distribués"
Patil, Pradnya Avinash. "A Mechatronic System to Distribute Tennis Balls Using Pneumatics." In Recent Advances in Manufacturing, Automation, Design and Energy Technologies, 445–53. Singapore: Springer Singapore, 2021. http://dx.doi.org/10.1007/978-981-16-4222-7_51.
Full textLions, J. L. "Controlabilite Exacte des Systemes Distribues: Remarques sur la Theorie Generale et les Applications." In Analysis and Optimization of Systems, 3–14. Berlin, Heidelberg: Springer Berlin Heidelberg, 1986. http://dx.doi.org/10.1007/bfb0007542.
Full textEl Alami, Noureddine, and Jamila El Alami. "Algorithme de commande pour les systemes energetiques "presque bilineaires" distribues (SPB) conductifs - convectifs - radiatifs." In Analysis and Optimization of Systems, 445–57. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/bfb0042235.
Full textShibata, Yoshitaka, Masahiro Ueda, and Akiko Ogawa. "Design of Communication Protocol for Virtual Power Plant System in Distribute Environment." In Complex, Intelligent and Software Intensive Systems, 59–67. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-35734-3_7.
Full textVerghelet, Paula, and Esteban Mocskos. "Efficient P2P Inspired Policy to Distribute Resource Information in Large Distributed Systems." In Communications in Computer and Information Science, 3–17. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-57972-6_1.
Full textKim, Backhyun, Iksoo Kim, and SeokHoon Kang. "Web Proxy Caching Mechanism to Evenly Distribute Transmission Channel in VOD System." In Grid and Cooperative Computing, 1099–102. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24679-4_190.
Full textAhmad, Ahmadova Tamella, and Guliyev Huseyngulu Bayram. "Fuzzy Logic Controller to Control Voltage and Reactive Power Flow at the Network with Distribute Generation." In Advances in Intelligent Systems and Computing, 329–40. Singapore: Springer Singapore, 2016. http://dx.doi.org/10.1007/978-981-10-1837-4_29.
Full textÁlvarez Casado, Constantino, Pauli Räsänen, Le Ngu Nguyen, Arttu Lämsä, Johannes Peltola, and Miguel Bordallo López. "A Distributed Framework for Remote Multimodal Biosignal Acquisition and Analysis." In Communications in Computer and Information Science, 127–46. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-59091-7_9.
Full textHahn, Robert G. "Fluid Physiology Part 2: Regulation of Body Fluids and the Distribution of Infusion Fluids." In Rational Use of Intravenous Fluids in Critically Ill Patients, 75–96. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-031-42205-8_3.
Full textKrogh-Jespersen, Morten, Amin Timany, Marit Edna Ohlenbusch, Simon Oddershede Gregersen, and Lars Birkedal. "Aneris: A Mechanised Logic for Modular Reasoning about Distributed Systems." In Programming Languages and Systems, 336–65. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-44914-8_13.
Full textConference papers on the topic "Système distribués"
Laboe, Kevin, and Marcello Canova. "Powertrain Waste Heat Recovery: A Systems Approach to Maximize Drivetrain Efficiency." In ASME 2012 Internal Combustion Engine Division Spring Technical Conference. American Society of Mechanical Engineers, 2012. http://dx.doi.org/10.1115/ices2012-81160.
Full textZhang, Min, Desheng Zhang, Hequn Xian, Chi Chen, and Dengguo Feng. "Towards A Secure Distribute Storage System." In 2008 10th International Conference on Advanced Communication Technology. IEEE, 2008. http://dx.doi.org/10.1109/icact.2008.4494090.
Full textQiu, Huijuan, and Yuan Yao. "Rule-based Distribute Topology Optimization." In ICRSA 2020: 2020 3rd International Conference on Robot Systems and Applications. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3402597.3402599.
Full textMastio, Matthieu, Mahdi Zargayouna, Gerard Scemama, and Omer Rana. "Patterns to distribute mobility simulations." In 2016 IEEE/ACS 13th International Conference of Computer Systems and Applications (AICCSA). IEEE, 2016. http://dx.doi.org/10.1109/aiccsa.2016.7945676.
Full textSub-r-pa, Chayanon, and Goutam Chakraborty. "Dynamic distribute route recommendation system for multiple destinations." In 2015 12th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON). IEEE, 2015. http://dx.doi.org/10.1109/ecticon.2015.7207064.
Full textCena, Gianluca, Stefano Scanzio, Adriano Valenzano, and Claudio Zunino. "A distribute-merge switch for EtherCAT networks." In 2010 8th IEEE International Workshop on Factory Communication Systems - (WFCS 2010). IEEE, 2010. http://dx.doi.org/10.1109/wfcs.2010.5548631.
Full textLi, Huwei, Duo Li, and Huasheng Xiong. "Research on Distribute Real-Time Database Based on Vxworks." In 18th International Conference on Nuclear Engineering. ASMEDC, 2010. http://dx.doi.org/10.1115/icone18-30366.
Full textDai, Xisheng, and Senping Tian. "Iterative learning control for distribute parameter systems with time-delay." In 2011 23rd Chinese Control and Decision Conference (CCDC). IEEE, 2011. http://dx.doi.org/10.1109/ccdc.2011.5968591.
Full textManderson, L. "Satellite systems: How to distribute data, computing, consulting, and responsibility." In the 17th annual ACM SIGUCCS conference. New York, New York, USA: ACM Press, 1989. http://dx.doi.org/10.1145/73760.73765.
Full textYiming, Wu, He Xiongxiong, and Ou Xianhua. "Distribute consensus for multi-agent systems with attacks and delays." In 2015 34th Chinese Control Conference (CCC). IEEE, 2015. http://dx.doi.org/10.1109/chicc.2015.7260817.
Full textReports on the topic "Système distribués"
Ameri, Samuel, and Patrick Szary. PB2006105744 Needs for Oil and Gas Pipeline Safety and Security. Chantilly, Virginia: Pipeline Research Council International, Inc. (PRCI), January 2005. http://dx.doi.org/10.55274/r0012127.
Full textDoo, Johnny. Unsettled Issues Concerning the Opportunities and Challenges of eVTOL Applications during a Global Pandemic. SAE International, October 2020. http://dx.doi.org/10.4271/epr2020022.
Full textLazonick, William. Investing in Innovation: A Policy Framework for Attaining Sustainable Prosperity in the United States. Institute for New Economic Thinking Working Paper Series, March 2022. http://dx.doi.org/10.36687/inetwp182.
Full textChhoeung, Norinmony, Sesokunthideth Chrea, and Nghia Nguyen. Cambodia’s Cash Transfer Program during COVID-19. Asian Development Bank Institute, December 2022. http://dx.doi.org/10.56506/rrmz8095.
Full textKwon, Heeseo Rain, HeeAh Cho, Jongbok Kim, Sang Keon Lee, and Donju Lee. International Case Studies of Smart Cities: Anyang, Republic of Korea. Inter-American Development Bank, June 2016. http://dx.doi.org/10.18235/0007013.
Full textTITOVA, E. FEATURES OF MIGRATION POLICY IN THE JEWISH AUTONOMOUS REGION. Science and Innovation Center Publishing House, 2021. http://dx.doi.org/10.12731/2077-1770-2021-13-4-2-54-70.
Full textPelletier, Austin, Amanda Hohner, Idil Deniz Akin, Indranil Chowdhury, Richard Watts, Xianming Shi, Brendan Dutmer, and James Mueller. Bench-scale Electrochemical Treatment of Co-contaminated Clayey Soil. Illinois Center for Transportation, June 2021. http://dx.doi.org/10.36501/0197-9191/21-018.
Full textLehe, Lewis, Sairpaneeth Devunuri, Javier Rondan, and Ayush Pandey. Taxation of Ride-hailing. Illinois Center for Transportation, December 2021. http://dx.doi.org/10.36501/0197-9191/21-040.
Full textRosser, Andrew, Phil King, and Danang Widoyoko. The Political Economy of the Learning Crisis in Indonesia. Research on Improving Systems of Education (RISE), July 2022. http://dx.doi.org/10.35489/bsg-rise-2022/pe01.
Full textIdris, Iffat. Conditions for Elections to Succeed in Reducing Conflict and Instability. Institute of Development Studies, July 2022. http://dx.doi.org/10.19088/k4d.2022.124.
Full text