Literatura científica selecionada sobre o tema "Maintainability model"
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 "Maintainability model".
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 "Maintainability model"
Liu, Tie Lin, e Cheng Zhang. "Study on Concurrent Maintainability Design Based on Pro/INTRALINK". Applied Mechanics and Materials 470 (dezembro de 2013): 452–55. http://dx.doi.org/10.4028/www.scientific.net/amm.470.452.
Texto completo da fontePark, Mikyeong, e Euyseok Hong. "Classification model for maintainability prediction". Contemporary Engineering Sciences 7 (2014): 1691–97. http://dx.doi.org/10.12988/ces.2014.411227.
Texto completo da fonteMeier, John R., e Jeffrey S. Russell. "Model Process for Implementing Maintainability". Journal of Construction Engineering and Management 126, n.º 6 (dezembro de 2000): 440–50. http://dx.doi.org/10.1061/(asce)0733-9364(2000)126:6(440).
Texto completo da fonteTarelko, Wieslaw. "Control model of maintainability level". Reliability Engineering & System Safety 47, n.º 2 (janeiro de 1995): 85–91. http://dx.doi.org/10.1016/0951-8320(94)00055-s.
Texto completo da fonteLiu, Hui, e Jian Ping Hao. "Study of the Model and Algorithm in Linear Programming of Maintainability Growth Project". Applied Mechanics and Materials 271-272 (dezembro de 2012): 1427–33. http://dx.doi.org/10.4028/www.scientific.net/amm.271-272.1427.
Texto completo da fonteYadav, Rohit, e Raghuraj Singh. "A Hyper-parameter Tuning based Novel Model for Prediction of Software Maintainability". International Journal on Recent and Innovation Trends in Computing and Communication 11, n.º 2 (10 de março de 2023): 106–13. http://dx.doi.org/10.17762/ijritcc.v11i2.6134.
Texto completo da fonteChen, Wen Hong, e Xiao Wei Wang. "A Way to Predict and Evaluate of Software Maintainability Based on Machine Learning". Advanced Materials Research 926-930 (maio de 2014): 2924–27. http://dx.doi.org/10.4028/www.scientific.net/amr.926-930.2924.
Texto completo da fonteDe Silva, Nayanthara, Malik Ranasinghe e Chathura Ranjan De Silva. "Risk analysis in maintainability of high-rise buildings under tropical conditions using ensemble neural network". Facilities 34, n.º 1/2 (1 de fevereiro de 2016): 2–27. http://dx.doi.org/10.1108/f-05-2014-0047.
Texto completo da fonteWu, Jia Ju, Bing Ning Cao, Zheng Jing Wan e Ji Lan Zhang. "The Application of BP Neural Network to Comprehensive Assessment in Equipment Maintainance Support". Applied Mechanics and Materials 190-191 (julho de 2012): 191–94. http://dx.doi.org/10.4028/www.scientific.net/amm.190-191.191.
Texto completo da fonteZhu, Lian Jun, e Hua Cong. "The Prediction of the Maintainability of Armored Vehicle Engine Based on Failure Model Effectiveness Analysis". Advanced Materials Research 988 (julho de 2014): 601–5. http://dx.doi.org/10.4028/www.scientific.net/amr.988.601.
Texto completo da fonteTeses / dissertações sobre o assunto "Maintainability model"
Ghosheh, Emad. "A novel model for improving the maintainability of web-based systems". Thesis, University of Westminster, 2010. https://westminsterresearch.westminster.ac.uk/item/905xy/a-novel-model-for-improving-the-maintainability-of-web-based-systems.
Texto completo da fonteBrammer, Kenneth W. "A transient state maintenance requirements planning model". Thesis, Virginia Polytechnic Institute and State University, 1985. http://hdl.handle.net/10919/74512.
Texto completo da fonteMaster of Science
Höffl, Marc. "A new programming model for enterprise software : Allowing for rapid adaption and supporting maintainability at scale". Thesis, KTH, Elkraftteknik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-215103.
Texto completo da fonteör att fortsatt vara konkurrenskraftiga är företag under konstant press att anpassa ochförbättra sina processer. Eftersom de flesta processer hanteras av programvara, behöveräven de ständigt förändras. Övertiden leder dessa förbättringar och förändringar till ökadsystemkomplexitet, vilket i sin tur hindrar företaget från ytterligare anpassningar. För attförändra och förbättra befintliga affärsprocesser och dess programvara, måste idag typiskt fleraaktörer vara en del av en lång och tidskrävande process. Nuvarande metoder är inte lämpade fören sådan dynamisk miljö. Detta arbete har fokuserat på fyra programvaruegenskaper som ärviktiga för att underlätta förändringsprocesser. Dessa fyra egenskaper är: öppenhet, anpassningsförmåga,testbarhet och reparerbarhet. Öppenhet, hänvisar till förmågan att förstå varför, var ochvad systemet gör. Anpassningsbarhet är huvudsakligen en teknisk egenskap som fokuserar påsystemets förmåga att utvecklas och förändras. Testbarhet strävar efter automatisk testning ochvalidering av korrekthet som kräver ingen eller lite manuell kontroll. Den sista egenskapen ärreparerbarhet, som beskriver möjligheten att återhämta systemet till ett konsekvent och korrekttillstånd, även om felaktig programvara har använts. En programmeringsmodell som rustarprogramvara med de ovan beskrivna programegenskaperna är utvecklad i detta examensarbete.Programmeringsmodellens arkitektur är baserad på diverse micro-tjänster, vilka ger brafrånkopplings- och underhållsförmåga för en programvara, samt användarorganisationerna.Command Query Responsibility Segregation (CQRS) frånkopplar läsoperationer från skrivoperationeroch gör ändringar i data explicita. Med Event Sourcing lagrar systemet inte endastdet nuvarande tillståndet, utan alla historiska händelser. Modellen förser användarna medett inbyggt revisionsspår och kan reproducera olika scenarion för felsökning och testning. Endemoprocess är definierad och implementerad i tre olika prototyper. Designen av prototypernaär baserad på den föreslagna programmeringsmodellen. Vilken är byggd i Javascript och implementerarmicro-tjänster, CQRS och Event Sourcing. Prototyperna visar och validerar hurprogrammeringsmodellen ger programvaran rätt egenskaper. Programvara byggd med dennaprogrammeringsmodell tillåter företag att iterera snabbare. De huvudsakliga begränsningarna iarbetet är att valideringen är baserad på en enklare demoprocess och att dess fördelar är svåraatt kvantifiera.
Toczé, Klervie. "Functional Reactive Programming as programming model for telecom server software". Thesis, Linköpings universitet, Programvara och system, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-113142.
Texto completo da fonteBertrand, Sébastien. "Modèle de maintenabilité logicielle par analyse statique du graphe de code du programme". Electronic Thesis or Diss., Bordeaux, 2024. http://www.theses.fr/2024BORD0414.
Texto completo da fonteThe high cost of software maintenance requires a focus on software maintainability. Although it emerges from the structure of the source code, its evaluation is subjective, as it depends on developers and the context. Current maintainability models tend to reduce maintainability to a one-dimensional score based on metrics, often poorly defined, which inadequately represent the structure of the code. Our work is based on the static analysis of code graphs to evaluate maintainability. It led to the development of Javanalyser, an open-source tool that automatically generates the code graph of a Java program. These graphs enabled the formalization of 33 static metrics as declarative queries, and allowed the successful replication of a study by Schnappinger et al. Our extension of the study confirmed the importance of size as a factor influencing maintainability, while also recognizing the impact of other metrics. This work opens the way to a deeper understanding of maintainability through a multidimensional representation that takes into account the variability between developers
Forslund, Emil. "Code Generation in Java : A modular approach for better cohesion". Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-11003.
Texto completo da fonteLewis, Doris Trinh 1957. "A ROBUST METHOD FOR USING MAINTAINABILITY COST MODELS (RELIABILITY, OPTIMIZATION, SENSITIVITY, UNCERTAINTY)". Thesis, The University of Arizona, 1986. http://hdl.handle.net/10150/292098.
Texto completo da fontePizzo, Walter Nogueira. "Avaliação da disponibilidade de sistemas computacionais críticos para o controle do espaço aéreo por meio de modelo analítico da teoria de filas". Universidade de São Paulo, 2008. http://www.teses.usp.br/teses/disponiveis/3/3141/tde-02102008-174430/.
Texto completo da fonteDue to the growth in airspace utilization, which can be verified both in terms of the expansions in aerial movements, airports and volumes of transported passengers and cargo, as well as in terms of the expansion of military operations demands and diversity, airspace control activities have been increasing their technical complexity, introducing new features into the existent automation systems or creating additional resources for the automation of some functions previously performed by human operators. This situation has increased the dependence on the availability of the computer systems involved in the services provided by control centers. Project directives and operational procedures are established in order to maintain the safety integrity levels of the systems, in case any failure occurs. However, the availability becomes a critical parameter, once failure events can force an undesirable state of degraded operation, jeopardizing the nominal capacity of the services being performed through any controlled airspace. In this scenario, this work presents an availability model for the computer systems used in airspace control centers, based on analysis from queuing theory. A general model is first presented, referencing a case study that describes the use of queuing models to access the availability of generic data centers. Further considerations are introduced to extend this general model in order to propose its application for the specific computer systems used in airspace control centers, where operational control relies on human activities. In this case, system operation involves intensive use of human-machine interfaces (HMI), for the regular control services provided, and additional technical or operational maintenance activities, occasionally imposed to repair a momentary loss of any function of the system.
Madonsela, Alex Thulani. "A structured approach for the reduction of mean time to repair of blast furnace D, ArcelorMittal, South Africa, Vanderbijlpark / Madonsela A.T". Thesis, North-West University, 2011. http://hdl.handle.net/10394/7311.
Texto completo da fonteThesis (M.Ing. (Development and Management Engineering))--North-West University, Potchefstroom Campus, 2012.
Akrouche, Joanna. "Optimization of the availability of multi-states systems under uncertainty". Thesis, Compiègne, 2020. http://www.theses.fr/2020COMP2545.
Texto completo da fonteDependability has become a necessity in the industrial world during the twentieth century. Dependability is an activity domain that proposes means to increase the attributes of the system in a reasonable time and with a less cost. In systems engineering, dependability is defined as the property that enables system users to place a justified confidence in the service it delivers to them and it is a measure of a system’s availability, reliability, and its maintainability, and maintenance support performance, and, in some cases, other characteristics such as durability, safety and security. The key concept that our work is based on is the availability. The availability A(t) is the ability of a system to be operational at a specific moment. The cost of some system with high availability is very expensive. The designer must compromise between the availability and the economic costs. Users can reject systems that are unsafe, unreliable or insecure. Therefore, any user (or industry) will ask this questionbefore getting any product: "What is the optimal product in the market?" To answer to this question, we must combine the following two points : - The best availability of the system : the user wants a product that lasts as long as possible. - The best cost of the system : the user wants a product without costing him a fortune. Availability calculation is based primarily on knowledge of failure rates and repairs of system components. Availability analysis helps to calculate the ability of a system to provide a required level of performance depending on the level of degradation. Several methods have been used to calculate the availability of a system, amongst which we find the Universal Generating Function (UGF), Inclusion-Exclusion technique, Markov models, etc. These methods employ different probabilistic techniques to evaluate this criterion, but these proposed approaches remain effective only for very specific cases, for example the cases of binary systems. A binary system is a system where only two cases are possible : perfect functioning and total failure. While the transition to multi-state systems (MSS) drastically restricts the application of most of these methods. In real life, the systems corresponds to MSS. In such scenarios, systems and their components can operate at different performance levels between working and failure states. However, the evaluation of the availability of the MSSs is more difficult than in the binary case, because we have to take into account the different combinations of the component failure modes. Throughout this thesis, we search for a method that helps us to compute and to optimize the availability of MSS
Livros sobre o assunto "Maintainability model"
Russell, Jeffrey S. A model process for maintainability implementation. Austin, TX: [Construction Industry Institute, the University of Texas at Austin, 1999.
Encontre o texto completo da fonteA, Viterna Larry, e Lewis Research Center, eds. ETARA PC version 3.3 user's guide: Reliability, availability, maintainability simulation model. Cleveland, Ohio: NASA Lewis Research Center, 1991.
Encontre o texto completo da fonteA, Viterna Larry, e Lewis Research Center, eds. ETARA PC version 3.3 user's guide: Reliability, availability, maintainability simulation model. Cleveland, Ohio: NASA Lewis Research Center, 1991.
Encontre o texto completo da fonteA, Viterna Larry, e Lewis Research Center, eds. ETARA PC version 3.3 user's guide: Reliability, availability, maintainability simulation model. Cleveland, Ohio: NASA Lewis Research Center, 1991.
Encontre o texto completo da fonteUnited States. National Aeronautics and Space Administration., ed. Integrating O&S models during conceptual design: PART II:reliability and maintainability model (RAM) user and maintenance manual. [Washington, D.C.]: National Aeronautics and Space Administration, 1994.
Encontre o texto completo da fonteUnited States. National Aeronautics and Space Administration., ed. Reliability and maintainability model (RAM): User and maintenance manual : under grant no. NAG1-1-1327 : improved supportability analysis : annual report, part II, December 31, 1996. Dayton, Ohio: University of Dayton, Engineering Management and Systems Dept., 1996.
Encontre o texto completo da fonteEbeling, Charles E. Reliability and maintainability model (RAM): User and maintenance manual : under grant no. NAG1-1-1327 : improved supportability analysis : annual report, part II, December 31, 1996. Dayton, Ohio: University of Dayton, Engineering Management and Systems Dept., 1996.
Encontre o texto completo da fonteSchneeweiss, Winfrid G. Reliability modeling: (modeling in the fields of dependability, availability, maintainability, and safety engineering). Hagen: LiLoLe-Verlag, 2001.
Encontre o texto completo da fonteOsaki, Shunji. Stochastic Models in Reliability and Maintenance. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002.
Encontre o texto completo da fonteThomas, L. C. A survey of maintenance and replacement models for maintainability and reliability of multi-item systems. Edinburgh: University of Edinburgh. Department of Business Studies, 1986.
Encontre o texto completo da fonteCapítulos de livros sobre o assunto "Maintainability model"
Almasri, Nada, e Luay Tahat. "Model-Based Metrics to Estimate Maintainability". In Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, 59–69. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-95450-9_5.
Texto completo da fonteDomínguez-Mayo, Francisco José, María José Escalona, Manuel Mejías e Jesús Torres. "Studying Maintainability on Model-Driven Web Methodologies". In Information Systems Development, 195–206. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4419-9790-6_16.
Texto completo da fonteKapová, Lucia, Thomas Goldschmidt, Steffen Becker e Jörg Henss. "Evaluating Maintainability with Code Metrics for Model-to-Model Transformations". In Research into Practice – Reality and Gaps, 151–66. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-13821-8_12.
Texto completo da fonteBoggero, Luca, Marco Fioriti, Giuseppa Donelli e Pier Davide Ciampa. "Model-Based Mission Assurance/Model-Based Reliability, Availability, Maintainability, and Safety (RAMS)". In Handbook of Model-Based Systems Engineering, 1–39. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-27486-3_34-1.
Texto completo da fonteBoggero, Luca, Marco Fioriti, Giuseppa Donelli e Pier Davide Ciampa. "Model-Based Mission Assurance/Model-Based Reliability, Availability, Maintainability, and Safety (RAMS)". In Handbook of Model-Based Systems Engineering, 549–87. Cham: Springer International Publishing, 2023. http://dx.doi.org/10.1007/978-3-030-93582-5_34.
Texto completo da fonteFerreira, Cláudia, Ana Silva, Jorge de Brito e Inês Flores-Colen. "The Use of Petri Nets to Model the Maintainability of Buildings". In Springer Series in Reliability Engineering, 23–62. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-14767-8_3.
Texto completo da fonteBraeuer, Johannes, Reinhold Ploesch e Matthias Saft. "Measuring Maintainability of OO-Software - Validating the IT-CISQ Quality Model". In Advances in Intelligent Systems and Computing, 283–301. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-46535-7_22.
Texto completo da fonteYang, Jiyong, Moongi Seok, San Jeong e Changbeom Choi. "A DEVS Visual Front-End Interface for Model Reusability and Maintainability". In Communications in Computer and Information Science, 60–71. Singapore: Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-13-2853-4_5.
Texto completo da fonteOlatunji, Sunday Olusanya, e Ali Selamat. "Type-2 Fuzzy Logic Based Prediction Model of Object Oriented Software Maintainability". In Communications in Computer and Information Science, 329–42. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-17530-0_23.
Texto completo da fonteBaouya, Abdelhakim, Djamal Bennouar, Otmane Ait Mohamed e Samir Ouchani. "A Formal Approach for Maintainability and Availability Assessment Using Probabilistic Model Checking". In Modelling and Implementation of Complex Systems, 295–309. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-33410-3_21.
Texto completo da fonteTrabalhos de conferências sobre o assunto "Maintainability model"
Turetken, Oktay. "Towards a maintainability model for business processes: Adapting a software maintainability model (position paper)". In 2013 IEEE 1st International Workshop on Communicating Business Process and Software Models Quality, Understandability, and Maintainability (CPSM). IEEE, 2013. http://dx.doi.org/10.1109/cpsm.2013.6703083.
Texto completo da fontedi Biase, Marco, Ayushi Rastogi, Magiel Bruntink e Arie van Deursen. "The Delta Maintainability Model: Measuring Maintainability of Fine-Grained Code Changes". In 2019 IEEE/ACM International Conference on Technical Debt (TechDebt). IEEE, 2019. http://dx.doi.org/10.1109/techdebt.2019.00030.
Texto completo da fonteWu, Zhenya, Jianping Hao, Peng Wang, Chenguang Liu e Zhen Li. "A Multiple Linear Regression Model for Maintainability Analysis Considering Maintainability Design Characteristics". In CSAE 2020: The 4th International Conference on Computer Science and Application Engineering. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3424978.3424988.
Texto completo da fonteHeitlager, Ilja, Tobias Kuipers e Joost Visser. "A Practical Model for Measuring Maintainability". In 6th International Conference on the Quality of Information and Communications Technology (QUATIC 2007). IEEE, 2007. http://dx.doi.org/10.1109/quatic.2007.8.
Texto completo da fonteAhmad, Basel Alsayyed. "Design for Reliability and Maintainability Cost Model". In ASME 2013 International Mechanical Engineering Congress and Exposition. American Society of Mechanical Engineers, 2013. http://dx.doi.org/10.1115/imece2013-63659.
Texto completo da fonteDeissenboeck, F., S. Wagner, M. Pizka, S. Teuchert e J. F. Girard. "An Activity-Based Quality Model for Maintainability". In 2007 IEEE International Conference on Software Maintenance. IEEE, 2007. http://dx.doi.org/10.1109/icsm.2007.4362631.
Texto completo da fonteBakota, Tibor, Peter Hegedus, Gergely Ladanyi, Peter Kortvelyesi, Rudolf Ferenc e Tibor Gyimothy. "A cost model based on software maintainability". In 2012 IEEE International Conference on Software Maintenance (ICSM). IEEE, 2012. http://dx.doi.org/10.1109/icsm.2012.6405288.
Texto completo da fonteSilva, Publio, Carla I. M. Bezerra e Ivan Machado. "A machine learning model to classify the feature model maintainability". In SPLC '21: 25th ACM International Systems and Software Product Line Conference. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3461001.3471152.
Texto completo da fonteGuo, Chunhui, Chuan Lv e Yu Xiao. "A heuristic application model of maintainability design criteria". In 2017 Second International Conference on Reliability Systems Engineering (ICRSE). IEEE, 2017. http://dx.doi.org/10.1109/icrse.2017.8030766.
Texto completo da fonteFu, Yun, Jin’e Huang e Zhe He. "Maintainability Distribution Model for Laser Inertial Navigation System". In Proceedings of the 2019 International Conference on Modeling, Simulation and Big Data Analysis (MSBDA 2019). Paris, France: Atlantis Press, 2019. http://dx.doi.org/10.2991/msbda-19.2019.12.
Texto completo da fonteRelatórios de organizações sobre o assunto "Maintainability model"
Seale, Maria, Natàlia Garcia-Reyero, R. Salter e Alicia Ruvinsky. An epigenetic modeling approach for adaptive prognostics of engineered systems. Engineer Research and Development Center (U.S.), julho de 2021. http://dx.doi.org/10.21079/11681/41282.
Texto completo da fonteMcCallum e Richard. L52247 Human Factors Analysis of Leak Detection and Response Scoping Study. Chantilly, Virginia: Pipeline Research Council International, Inc. (PRCI), fevereiro de 2004. http://dx.doi.org/10.55274/r0010251.
Texto completo da fonte