Literatura académica sobre el tema "Méthodes formelles de génie logiciel"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Méthodes formelles de génie logiciel".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "Méthodes formelles de génie logiciel"
Mackenzie, Adrian, Simon Monk y Paco Libbrecht. "D’un jeu de cartes à des lignes de code". Réseaux N° 243, n.º 1 (20 de febrero de 2024): 227–75. http://dx.doi.org/10.3917/res.243.0227.
Texto completoAMGHAR, Alain. "Méthodes et outils de génie logiciel". Technologies logicielles Architectures des systèmes, marzo de 1991. http://dx.doi.org/10.51257/a-v1-h4050.
Texto completoMUENIER, Michel. "Méthodes et outils de génie logiciel". Technologies logicielles Architectures des systèmes, marzo de 1993. http://dx.doi.org/10.51257/a-v1-h214.
Texto completoTesis sobre el tema "Méthodes formelles de génie logiciel"
Le, Guennec Alain. "Génie logiciel et méthodes formelles avec UML : : spécification, validation et génération de tests". Rennes 1, 2001. http://www.theses.fr/2001REN10156.
Texto completoFayolle, Thomas. "Combinaison de méthodes formelles pour la spécification de systèmes industriels". Thesis, Paris Est, 2017. http://www.theses.fr/2017PESC1078/document.
Texto completoSpecifying industrial systems requires collaboration between an engineer that knows how the system works and an engineer that know the specification language. Graphical specification languages can help this collaboration. In this PhD Thesis a method is defined that combines ASTD (Algebraic State Transition Diagram), a formal graphical notation, with B and Event-B langagues. The ordering of actions is specified using ASTD and the data model is specified using Event-B. B specification is used to verify the consistency of the model : Event-B events have to be executed when the corresponding transitions have to be executed. A combined refinement allows to incrementaly design the system
Couturier, Raphaël. "Utilisation des méthodes formelles pour le développement de programmes parallèles". Nancy 1, 2000. http://docnum.univ-lorraine.fr/public/SCD_T_2000_0001_COUTURIER.pdf.
Texto completoHunel, Philippe. "Conception et réalisation d'un environnement intégré de génie logiciel pour le développement des protocoles". Clermont-Ferrand 2, 1994. http://www.theses.fr/1994CLF21624.
Texto completoHazem, Lotfi. "Développement d'architectures logicielles par application de patrons d'architecture prouvés : définition et application". Versailles-St Quentin en Yvelines, 2007. http://www.theses.fr/2007VERS0005.
Texto completoThe work presented in this thesis aims to reuse proved architectural solutions by combining formal and semi-formal development techniques to solve architectural development problems. Our contribution relates to the definition, the validation and the integration of architectural patterns into software development environments. We propose to formalize architectural patterns definition taking into account the problem part, the solution part and relationships between them. On one hand, the provided description is based on UML/OCL specification and a stereotype set, on the other hand on a quality model who establishes quality characteristics in terms of functional and non-functional requirements. Quality characteristics are specified using the ISO/IEC 9126-1 quality model. Our patterns are semantically consolidated by their B formal specifications following a transformational approach from UML/OCL to B. The integration of our approach in the UML Objecteering Modeler aims at helping the developer by providing a semantic framework for the architectural patterns without revealing the formal aspect used for their validation
Antignac, Thibaud. "Méthodes formelles pour le respect de la vie privée par construction". Thesis, Lyon, INSA, 2015. http://www.theses.fr/2015ISAL0016/document.
Texto completoPrivacy by Design (PbD) is increasingly praised as a key approach to improving privacy protection. New information and communication technologies give rise to new business models and services. These services often rely on the exploitation of personal data for the purpose of customization. While privacy is more and more at risk, the growing view is that technologies themselves should be used to propose more privacy-friendly solutions. Privacy Enhancing Technologies (PETs) have been extensively studied, and many techniques have been proposed such as anonymizers or encryption mechanisms. However, PbD goes beyond the use of PETs. Indeed, the privacy requirements of a system should be taken into account from the early stages of the design because they can have a large impact on the overall architecture of the solution. The PbD approach can be summed up as ``prevent rather than cure''. A number of principles related to the protection of personal data and privacy have been enshrined in law and soft regulations. They involve notions such as data minimization, control of personal data by the subject, transparency of the data processing, or accountability. However, it is not clear how to translate these principles into technical features, and no method exists so far to support the design and verification of privacy compliant systems. This thesis proposes a systematic process to specify, design, and verify system architectures. This process helps designers to explore the design space in a systematic way. It is complemented by a formal framework in which confidentiality and integrity requirements can be expressed. Finally, a computer-aided engineering tool enables non-expert designers to perform formal verifications of the architectures. A case study illustrates the whole approach showing how these contributions complement each other and can be used in practice
Bon, Philippe. "Du cahier des charges aux spécifications formelles : une méthode basée sur les réseaux de Pétri de haut niveau". Lille 1, 2000. https://pepite-depot.univ-lille.fr/RESTREINT/Th_Num/2000/50376-2000-149.pdf.
Texto completoBelhaouari, Hakim. "Une approche intégrée pour la conception par contrat : vérification statique / dynamique et génération automatique de test". Paris 6, 2010. http://www.theses.fr/2010PA066116.
Texto completoCaffiau, Sybille. "Approche dirigée par les modèles pour la conception et la validation des applications interactives : une démarche basée sur la modélisation des tâches". Phd thesis, Chasseneuil-du-Poitou, Ecole nationale supérieure de mécanique et d'aéronautique, 2009. http://tel.archives-ouvertes.fr/tel-00461497.
Texto completoLissy, Alexandre. "Utilisation de méthodes formelles pour garantir des propriétés de logiciels au sein d'une distribution : exemple du noyau Linux". Thesis, Tours, 2014. http://www.theses.fr/2014TOUR4019/document.
Texto completoIn this thesis we are interested in integrating to the Linux distribution produced by Mandriva quality assurance level that allows ensuring user-Defined properties on the source code used. The core work of a distribution and its producer is to create a meaningful aggregate from software available. Those softwares are free and open source, hence it is possible to adapt it to improve end user’s experience. Hence, there is less control over the source code. Manual audit can of course be used to make sure it has good properties. Examples of such properties are often referring to security, but one could think of others. However, more and more software are getting integrated into distributions and each is showing an increase in source code volume: tools are needed to make quality assurance achievable. We start by providing a study of the distribution itself to document the current status. We use it to select some packages that we consider critical, and for which we can improve things with the condition that packages which are similar enough to the rest of the distribution will be considered first. This leads us to concentrating on the Linux kernel: we provide a state of the art overview of code verification applied to this piece of the distribution. We identify a need for a better understanding of the structure of the source code. To address those needs we propose to use a graph as a representation of the source code and use it to help document and understand its structure. Specifically we study applying some state of the art community detection algorithm to help handle the combinatory explosion. We also propose a distribution’s build system-Integrated architecture for executing, collecting and handling the analysis of data produced by verifications tools
Libros sobre el tema "Méthodes formelles de génie logiciel"
Génie logiciel: Principes, méthodes et techniques. Lausanne: Presses Polytechniques et Universitaires Romandes, 1996.
Buscar texto completoAlain, Vailly, ed. Exercices corrigés en langage Z: Les spécifications formelles par l'exemple. Paris: Ellipses, 2004.
Buscar texto completoScrum: Le guide pratique de la méthode agile la plus populaire. Paris: Dunod, 2010.
Buscar texto completoStefan, Leue y Systä Tarja Johanna, eds. Scenarios: Models, Transformations and Tools: International workshop, Dagstuhl Castle, Germany, September 7-12, 2003 : revised selected papers. Berlin: Springer, 2005.
Buscar texto completoOntario. Esquisse de cours 12e année: Sciences de l'activité physique pse4u cours préuniversitaire. Vanier, Ont: CFORP, 2002.
Buscar texto completoOntario. Esquisse de cours 12e année: Technologie de l'information en affaires btx4e cours préemploi. Vanier, Ont: CFORP, 2002.
Buscar texto completoOntario. Esquisse de cours 12e année: Études informatiques ics4m cours préuniversitaire. Vanier, Ont: CFORP, 2002.
Buscar texto completoOntario. Esquisse de cours 12e année: Mathématiques de la technologie au collège mct4c cours précollégial. Vanier, Ont: CFORP, 2002.
Buscar texto completoOntario. Esquisse de cours 12e année: Sciences snc4m cours préuniversitaire. Vanier, Ont: CFORP, 2002.
Buscar texto completoOntario. Esquisse de cours 12e année: English eae4e cours préemploi. Vanier, Ont: CFORP, 2002.
Buscar texto completoCapítulos de libros sobre el tema "Méthodes formelles de génie logiciel"
BERNOT, Gilles, Hélène COLLAVIZZA y Jean-Paul COMET. "Méthodes de vérification formelle pour la modélisation en biologie : le cas des réseaux de régulation biologique". En Approches symboliques de la modélisation et de l’analyse des systèmes biologiques, 275–335. ISTE Group, 2022. http://dx.doi.org/10.51926/iste.9029.ch8.
Texto completo