Literatura académica sobre el tema "Maintenance des logiciels"
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 "Maintenance des logiciels".
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 "Maintenance des logiciels"
Palacios, Himelda y Néstor Porcell. "Obstáculos al implantar el modelo CMMI / Difficulties when implementing the CMMI organizational model". Revista EAN, n.º 72 (1 de agosto de 2013): 110. http://dx.doi.org/10.21158/01208160.n72.2012.571.
Texto completoGellot, François, Stéphane Lecasse, Bernard Riera y Alexandre Philippot. "Retour d’expérience sur l’utilisation d’un jumeau numérique pour l’enseignement de l’automatisme". J3eA 22 (2023): 1024. http://dx.doi.org/10.1051/j3ea/20231024.
Texto completoBONIFATI, ANGELA, STEFANIA DUMBRAVA y EMILIO JESÚS GALLEGO ARIAS. "Certified Graph View Maintenance with Regular Datalog". Theory and Practice of Logic Programming 18, n.º 3-4 (julio de 2018): 372–89. http://dx.doi.org/10.1017/s1471068418000224.
Texto completoDerai, Ali, Abdelhamid Kaabeche y Said Diaf. "Etude de faisabilité technico-économique de fermes éoliennes en Algérie". Journal of Renewable Energies 20, n.º 4 (31 de diciembre de 2017): 693–712. http://dx.doi.org/10.54966/jreen.v20i4.661.
Texto completoSpina, Isabelle. "Production et diffusion de livrels : une expérimentation en milieu universitaire". Documentation et bibliothèques 48, n.º 3 (14 de mayo de 2015): 101–7. http://dx.doi.org/10.7202/1030404ar.
Texto completoChevrie, Jason, Nicolas Lardenois y Laurent Vermeiren. "Introduction aux éléments de contrôle / supervision d’une installation industrielle moderne à base de matériel et logiciels ouverts". J3eA 22 (2023): 1019. http://dx.doi.org/10.1051/j3ea/20231019.
Texto completoAllaire, Daniel. "Le réseau informatisé des bibliothèques gouvernementales : un maillon de la chaîne documentaire du Québec". Documentation et bibliothèques 40, n.º 2 (6 de octubre de 2015): 61–66. http://dx.doi.org/10.7202/1033452ar.
Texto completoCippelletti, E., D. R. Kouabenan y A. Landry. "Analyse de l’activité de techniciens de maintenance d’équipement en interaction avec un logiciel de gestion de procédure". Psychologie du Travail et des Organisations 24, n.º 4 (diciembre de 2018): 340–54. http://dx.doi.org/10.1016/j.pto.2017.06.002.
Texto completoLemelin, André. "Un modèle de production et une méthode d’analyse des coûts de l’enseignement universitaire". Articles 59, n.º 4 (19 de enero de 2009): 686–712. http://dx.doi.org/10.7202/601073ar.
Texto completoBoy, Thierry. "Quelques éléments de réflexion sur le choix d’épreuves informatisées dans le domaine de l’aide à l’orientation". L’Orientation scolaire et professionnelle 28, n.º 2 (1999): 253–73. http://dx.doi.org/10.3406/binop.1999.1277.
Texto completoTesis sobre el tema "Maintenance des logiciels"
Hérin-Aimé, Danièle. "Demsi : une méthode, un modèle et un logiciel pour l'évolution et la maintenance des systèmes d'information". Nice, 1986. http://www.theses.fr/1986NICE4038.
Texto completoDiaz, Dolores. "Réaliser des évolutions logicielles sur des applications d'entreprise en phase de maintenance". Lille 1, 2007. http://www.theses.fr/2007LIL10167.
Texto completoKessaci, Brahim. "Contribution à la formalisation de la qualité du logiciel". Toulouse, ENSAE, 1985. http://www.theses.fr/1985ESAE0003.
Texto completoAbdeen, Hani. "Visualizing, Assessing and Re-Modularizing Object-Oriented Architectural Elements". Phd thesis, Université des Sciences et Technologie de Lille - Lille I, 2009. http://tel.archives-ouvertes.fr/tel-00498389.
Texto completoLambolez, Pierre-Yves. "Recherche d'informations pour la maintenance logicielle". Toulouse 3, 1994. http://www.theses.fr/1994TOU30201.
Texto completoAbdeen, Hani. "Visualizing, assessing and re-modularizing object-oriented architectural elements". Electronic Thesis or Diss., Lille 1, 2009. http://www.theses.fr/2009LIL10069.
Texto completoTo cope with the complexity of large object-oriented software systems, developers organize classes into subsystems using the concepts of module or package. Such modular structure helps software systems to evolve when facing new requirements.The organization of classes into packages and/or subsystems represents the software modularization. the software modularization usually follows interrelationships between classes. Ideally, packages should to be loosely coupled and cohesive to a certain extent. However, Studies show that as software evolves to meet requirements and environment changes, the software modularization gradually drifts and looses quality. As a consequence, the software modularization must be maintained. It is thus important to understand, to assess and to optimize the organization of packages and their relationships. Our claim is that the maintenance of large and complex software modularizations needs approaches that help in: (1) understanding package shapes and relationships; (2) assessing the quality of a modularization, as well as the quality of a single package within a given modularization; (3) optimizing the quality of an existing modularization. In this thesis, we concentrate on three research fields: software visualizations, metrics and algorithms. At first, we define two visualizations that help maintainers: (1) to understand packages structure, usage and relationships; (2) to spot patterns; and (3) to identify misplaced classes and structural anomalies. In addition to visualizations, we define a suite of metrics that help in assessing the package design quality (i.e., package cohesion and coupling). We also define metrics that assess the quality of a collection of inter-dependent packages from different view points, such as the degree of package coupling and cycles. Finally, we define a search-based algorithm that automatically reduces package coupling and cycles only by moving classes over existing packages. Our optimization approach takes explicitly into account the original class organization and package structure. It also allows maintainers to control the optimization process by specifying: (1) the maximal number of classes that may change their packages; (2) the classes that are candidate for moving and the classes that should not; (3) the packages that are candidate for restructuring and the packages that should not; and (4) the maximal number of classes that a given package can entail.The approaches presented in this thesis have been applied to real large object-oriented software systems. The results we obtained demonstrate the usefulness of our visualizations and metrics; and the effectiveness of our optimization algorithm
Le, Dilavrec Quentin. "Precise temporal analysis of source code histories at scale". Electronic Thesis or Diss., Université de Rennes (2023-....), 2024. http://www.theses.fr/2024URENS003.
Texto completoSoftware systems play a central role in contemporary societies, continuously expanding and adjusting to meet emerging requirements and practices. Over the years, through extensive development efforts and numerous code updates, those systems can accumulate millions of lines of code. Moreover, they exhibit complexity, configurability, and multi-language characteristics, relying on large and complex build pipelines to target multiple platforms and hardware. This requires extensive code analyzes to maintain code, monitor quality and catch bugs. Automated code analysis is a resource-intensive process primarily designed to examine a single specific software version. Presently, existing code analysis methods struggle to efficiently evaluate multiple software versions within a single analysis, taking up an impractical amount of time. This type of code analysis, which scrutinizes software code over several moments of its existence, is referred to as "temporal code analysis." Temporal code analyses open new opportunities for improving software quality and reliability. For example, such analyses would permit to fully study how code and their tests co-evolve in a code history. To overcome the different challenges that prevent such analyses to run at large scale, this thesis makes the following contributions. This thesis first demonstrates the feasibility of analyzing source code changes to identify causality relations between changes (ie. co-evolutions). The second contribution addresses the efficiency of computing fine-grained changes and their impacts from code histories. This required to revisit how source code histories are represented and processed, leveraging the structured nature of code and its stability through time. It led to an approach, called HyperAST, that incrementally computes referential dependencies. The third contribution is a novel code differencing technique for diffing commits. This last contribution, called HyperDiff, complements HyperAST to compare commits at scale
Govin, Brice. "Support à la rénovation d'une architecture logicielle patrimoniale : un cas réel chez Thales Land and Air Systems". Thesis, Lille, 2018. http://www.theses.fr/2018LIL1I026.
Texto completoCompanies attach great importance to identifying automated and replicable approaches to solving their problems. This observation also applies to the software architecture renovation process. Within a large company, we joined the team in charge of renovating the software architecture. We studied the informal approach followed by this team in order to propose a generalization and tools facilitating its automation and its replication to other projects. Most of the solutions proposed in the literature cannot be applied to this project because of their manual nature, their particular constraints or their lack of application to real cases. However, we have identified that the Reflexion Model, information retrieval and statistical grouping may apply. We then proposed a new structured approach based on an adaptation of the Reflexion Model and on the approach developed by the company. Our approach uses five criteria to allocate existing source code to the architecture of the renovated software. We have shown that the application of our allocation criteria gives satisfactory results as opposed to seeking information and grouping. Finally, to meet the need for automation, we have defined what we call operators. They are based on the activities we have identified in the work of the company's engineers. We have shown that these operators would allow us to fully replicate our structured approach, thus allowing its effective application on other projects
BARROS, SERGE. "Analyse a priori des consequences de la modification de systemes logiciels : de la theorie a la pratique". Toulouse 3, 1997. http://www.theses.fr/1997TOU30267.
Texto completoFavre, Jean-Marie. "Une approche pour la maintenance et la ré-ingénierie globale des logiciels". Phd thesis, Université Joseph Fourier (Grenoble), 1995. http://tel.archives-ouvertes.fr/tel-00724676.
Texto completoLibros sobre el tema "Maintenance des logiciels"
Robillard, Pierre N. Le logiciel: De sa conception à sa maintenance. Chicoutimi, Québec: G. Morin, 1985.
Buscar texto completo1949-, Abran Alain, ed. Améliorer la maintenance du logiciel. Longueuil, Québec: Loze-Dion, 2006.
Buscar texto completoIEEE Computer Society. Technical Council on Software Engineering., ed. Proceedings: International Conference on Software Maintenance, October 17-20, 1995, Opio (Nice), France. Los Alamitos, Calif: IEEE Computer Society Press, 1995.
Buscar texto completoEffective Software Maintenance and Evolution. London: Taylor and Francis, 2007.
Buscar texto completoInternational Workshop on Software Reusability (2nd 1993 Lucca, Italy). Advances in software reuse: Selected papers from the Second International Workshop on Software Reusability : proceedings, March 24-26, 1993, Lucca, Italy. Los Alamitos, Calif: IEEE Computer Society Press, 1993.
Buscar texto completoCASE: Computer-aided software engineering. New York: Van Nostrand Reinhold, 1991.
Buscar texto completoParikh, Girish. Handbook of software maintenance: A treasury of technical and managerial tips, techniques, guidelines, ideas, sources, and case studies for efficient, effective, and economical software maintenance. New York: Wiley, 1986.
Buscar texto completoPigoski, Thomas M. Practical software maintenance: Best practices for managing your software investment. New York: Wiley Computer Pub., 1997.
Buscar texto completoCanada, Canada Industry. The Year 2000 problem - Canada's state of readiness : government response to the thirteenth report (interim) of the House of Commons Standing Committee on Industry =: Problème de l'an 2000 - l'état de préparation du Canada : réponse du gouvernement au treizième rapport (provisoire) du Comité permanent de l'industrie. Ottawa, Ont: Industry Canada = Industrie Canada, 1999.
Buscar texto completoTask Force Year 2000 (Canada). A call for action : report of Task Force Year 2000 =: Appel à l'action : rapport des membres du Groupe de travail de l'an 2000. Ottawa, Ont: Task Force Year 2000 = Groupe de travail de l'an 2000, 1998.
Buscar texto completoCapítulos de libros sobre el tema "Maintenance des logiciels"
de Micheaux, Pierre Lafaye, Rémy Drouilhet y Benoît Liquet. "Maintenance des sessions". En Le logiciel R, 309–38. Paris: Springer Paris, 2014. http://dx.doi.org/10.1007/978-2-8178-0535-1_9.
Texto completode Micheaux, Pierre Lafaye, Rémy Drouilhet y Benoît Liquet. "Maintenance des sessions Pré-requis et objectif". En Le logiciel R, 209–26. Paris: Springer Paris, 2011. http://dx.doi.org/10.1007/978-2-8178-0115-5_9.
Texto completoBENNING, Pierre y Claude DUMOULIN. "L’interopérabilité par les standards : IFC, concepts, méthodes". En Le BIM, nouvel art de construire, 65–88. ISTE Group, 2023. http://dx.doi.org/10.51926/iste.9110.ch3.
Texto completoActas de conferencias sobre el tema "Maintenance des logiciels"
Doyen, Laurent y Rémy Drouilhet. "VAM, outil logiciel adaptatif et libre pour prendre en compte l'effet des maintenances et du vieillissement". En Congrès Lambda Mu 20 de Maîtrise des Risques et de Sûreté de Fonctionnement, 11-13 Octobre 2016, Saint Malo, France. IMdR, 2016. http://dx.doi.org/10.4267/2042/61721.
Texto completo