Academic literature on the topic 'Maintenance des logiciels'
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 'Maintenance des logiciels.'
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 "Maintenance des logiciels"
Palacios, Himelda, and Néstor Porcell. "Obstáculos al implantar el modelo CMMI / Difficulties when implementing the CMMI organizational model." Revista EAN, no. 72 (August 1, 2013): 110. http://dx.doi.org/10.21158/01208160.n72.2012.571.
Full textGellot, François, Stéphane Lecasse, Bernard Riera, and 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.
Full textBONIFATI, ANGELA, STEFANIA DUMBRAVA, and EMILIO JESÚS GALLEGO ARIAS. "Certified Graph View Maintenance with Regular Datalog." Theory and Practice of Logic Programming 18, no. 3-4 (July 2018): 372–89. http://dx.doi.org/10.1017/s1471068418000224.
Full textDerai, Ali, Abdelhamid Kaabeche, and Said Diaf. "Etude de faisabilité technico-économique de fermes éoliennes en Algérie." Journal of Renewable Energies 20, no. 4 (December 31, 2017): 693–712. http://dx.doi.org/10.54966/jreen.v20i4.661.
Full textSpina, Isabelle. "Production et diffusion de livrels : une expérimentation en milieu universitaire." Documentation et bibliothèques 48, no. 3 (May 14, 2015): 101–7. http://dx.doi.org/10.7202/1030404ar.
Full textChevrie, Jason, Nicolas Lardenois, and 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.
Full textAllaire, Daniel. "Le réseau informatisé des bibliothèques gouvernementales : un maillon de la chaîne documentaire du Québec." Documentation et bibliothèques 40, no. 2 (October 6, 2015): 61–66. http://dx.doi.org/10.7202/1033452ar.
Full textCippelletti, E., D. R. Kouabenan, and 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, no. 4 (December 2018): 340–54. http://dx.doi.org/10.1016/j.pto.2017.06.002.
Full textLemelin, André. "Un modèle de production et une méthode d’analyse des coûts de l’enseignement universitaire." Articles 59, no. 4 (January 19, 2009): 686–712. http://dx.doi.org/10.7202/601073ar.
Full textBoy, 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, no. 2 (1999): 253–73. http://dx.doi.org/10.3406/binop.1999.1277.
Full textDissertations / Theses on the topic "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.
Full textDiaz, Dolores. "Réaliser des évolutions logicielles sur des applications d'entreprise en phase de maintenance." Lille 1, 2007. http://www.theses.fr/2007LIL10167.
Full textKessaci, Brahim. "Contribution à la formalisation de la qualité du logiciel." Toulouse, ENSAE, 1985. http://www.theses.fr/1985ESAE0003.
Full textAbdeen, 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.
Full textLambolez, Pierre-Yves. "Recherche d'informations pour la maintenance logicielle." Toulouse 3, 1994. http://www.theses.fr/1994TOU30201.
Full textAbdeen, Hani. "Visualizing, assessing and re-modularizing object-oriented architectural elements." Electronic Thesis or Diss., Lille 1, 2009. http://www.theses.fr/2009LIL10069.
Full textTo 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.
Full textSoftware 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.
Full textCompanies 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.
Full textFavre, 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.
Full textBooks on the topic "Maintenance des logiciels"
Robillard, Pierre N. Le logiciel: De sa conception à sa maintenance. Chicoutimi, Québec: G. Morin, 1985.
Find full text1949-, Abran Alain, ed. Améliorer la maintenance du logiciel. Longueuil, Québec: Loze-Dion, 2006.
Find full textIEEE 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.
Find full textEffective Software Maintenance and Evolution. London: Taylor and Francis, 2007.
Find full textInternational 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.
Find full textCASE: Computer-aided software engineering. New York: Van Nostrand Reinhold, 1991.
Find full textParikh, 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.
Find full textPigoski, Thomas M. Practical software maintenance: Best practices for managing your software investment. New York: Wiley Computer Pub., 1997.
Find full textCanada, 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.
Find full textTask 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.
Find full textBook chapters on the topic "Maintenance des logiciels"
de Micheaux, Pierre Lafaye, Rémy Drouilhet, and Benoît Liquet. "Maintenance des sessions." In Le logiciel R, 309–38. Paris: Springer Paris, 2014. http://dx.doi.org/10.1007/978-2-8178-0535-1_9.
Full textde Micheaux, Pierre Lafaye, Rémy Drouilhet, and Benoît Liquet. "Maintenance des sessions Pré-requis et objectif." In Le logiciel R, 209–26. Paris: Springer Paris, 2011. http://dx.doi.org/10.1007/978-2-8178-0115-5_9.
Full textBENNING, Pierre, and Claude DUMOULIN. "L’interopérabilité par les standards : IFC, concepts, méthodes." In Le BIM, nouvel art de construire, 65–88. ISTE Group, 2023. http://dx.doi.org/10.51926/iste.9110.ch3.
Full textConference papers on the topic "Maintenance des logiciels"
Doyen, Laurent, and Rémy Drouilhet. "VAM, outil logiciel adaptatif et libre pour prendre en compte l'effet des maintenances et du vieillissement." In 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.
Full text