Letteratura scientifica selezionata sul tema "Exception Handling"

Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili

Scegli il tipo di fonte:

Consulta la lista di attuali articoli, libri, tesi, atti di convegni e altre fonti scientifiche attinenti al tema "Exception Handling".

Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.

Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.

Articoli di riviste sul tema "Exception Handling"

1

K, Kwon. "Exception Handling in Logic Programming." Advances in Robotic Technology 1, no. 1 (2023): 1–3. http://dx.doi.org/10.23880/art-16000104.

Testo completo
Abstract (sommario):
One problem on logic programming is to express exception handling. We argue that this problem can be solved by adopting linear logic and prioritized-choice disjunctive goal formulas (PCD) of the form G G 0 *1 ⊕ where G0, G1 are goals. These goals have the following intended semantics: sequentially choose the first true goal GI and execute GI where i (= 0 or 1), discarding the rest if any.
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Liu, Chuan Chang. "A Framework for Handling with Web Services Exception." Advanced Materials Research 121-122 (June 2010): 287–93. http://dx.doi.org/10.4028/www.scientific.net/amr.121-122.287.

Testo completo
Abstract (sommario):
Service oriented architecture presents us with a standards-based architecture for developing modular business applications and a lightweight framework for the business integration across heterogeneous platforms. However, due to the traits such as loose coupling, autonomy and distribution of web services, service oriented architecture is inherently vulnerable to exceptions. Moreover, the traditional exception handling strategies can hardly handle with the exceptions occurred in service oriented architecture. Based on the idea that exception management should be implemented in the system infrast
Gli stili APA, Harvard, Vancouver, ISO e altri
3

Abrantes, Joilson, Roberta Coelho, and Rodrigo Bonifácio. "DAEH: A Tool for Specifying and Monitoring the Exception Handling Policy." International Journal of Software Engineering and Knowledge Engineering 25, no. 09n10 (2015): 1515–30. http://dx.doi.org/10.1142/s0218194015400306.

Testo completo
Abstract (sommario):
The exception handling policy of a system comprises the set of design rules that specify its exception handling behavior (how exceptions should be handled and thrown). Such policy is usually undocumented and implicitly defined by the system architect. For this reason, developers often consider that by just including catch-blocks in the code they are dealing with exceptional conditions. This lack of information may turn the exception handling into a generalized “goto” mechanism making the program more complex and less reliable. This work presents a domain-specific language called ECL (Exception
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Zhang, Chongyu, Qiping Tao, Liangyu Chen, and Min Zhang. "BERT-Based Code Learning for Exception Localization and Type Prediction." Proceedings of the AAAI Conference on Artificial Intelligence 39, no. 1 (2025): 1040–47. https://doi.org/10.1609/aaai.v39i1.32090.

Testo completo
Abstract (sommario):
Exception handling is crucial but challenging in program development. It needs to identify and handle all potential exceptions within programs to ensure system security and stabilization. Traditional exception handling relies on the expertise and experience of programmers, which often leads to oversights. Therefore, identifying exceptional code and recommending handling solutions are hot research topics with significant practical value. This paper presents a model called CodeHunter for exception localization and type prediction. The model first utilizes BERT-based model to represent code featu
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Strong, Diane M., and Steven M. Miller. "Exceptions and exception handling in computerized information processes." ACM Transactions on Information Systems 13, no. 2 (1995): 206–33. http://dx.doi.org/10.1145/201040.201049.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
6

Hwang, San-Yih, and Jian Tang. "Consulting past exceptions to facilitate workflow exception handling." Decision Support Systems 37, no. 1 (2004): 49–69. http://dx.doi.org/10.1016/s0167-9236(02)00194-x.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
7

de Dinechin, C. "C++ exception handling." IEEE Concurrency 8, no. 4 (2000): 72–79. http://dx.doi.org/10.1109/4434.895109.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Neville-Neil, George. "Forced Exception-Handling." Queue 15, no. 1 (2017): 11–15. http://dx.doi.org/10.1145/3055301.3064643.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
9

Neville-Neil, George V. "Forced exception handling." Communications of the ACM 60, no. 6 (2017): 31–32. http://dx.doi.org/10.1145/3084356.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Fetzer, Christof, and Pascal Felber. "Improving Program Correctness with Atomic Exception Handling." JUCS - Journal of Universal Computer Science 13, no. (8) (2007): 1047–72. https://doi.org/10.3217/jucs-013-08-1047.

Testo completo
Abstract (sommario):
Exception handling is a powerful mechanisms for dealing with failures at runtime. It simplifies the development of robust programs by allowing the programmer to implement recovery actions and tolerate non-fatal errors. Yet, exception handling is difficult to get right! The complexity of correct exception handling is a major cause for incorrect exception handling. It is therefore important to reduce the complexity of writing exception handling code while, at the same time, making sure it is correct. Our approach is to use atomic blocks for exception handling combined with optional compensation
Gli stili APA, Harvard, Vancouver, ISO e altri
Più fonti

Tesi sul tema "Exception Handling"

1

Shamal, Taher Sahand. "Exceptional Actors Implementing Exception Handling for Encore." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-330862.

Testo completo
Abstract (sommario):
Encore is an object-oriented programming language which uses the acto rmodel as its concurrency model, and is specifically aimed atimplementing concurrent and parallel systems. Communication between actors is done via asynchronous method calls, which store their results in futures, placeholder objects for later storing the result of a computation. Encore currently lacks an exception handling mechanism, which is an important part of programming languages, and helps programmers create more fault tolerant and robust software. This thesis presents an exception handling implementation for Encore, i
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Gurunath, Pramod. "OCL exception handling." Thesis, Texas A&M University, 2004. http://hdl.handle.net/1969.1/1281.

Testo completo
Abstract (sommario):
Object Constraint Language (OCL) is part of the Unified Modeling Language (UML) specification and can be used to enforce constraints on the attributes or methods of a class. It would greatly help the software developers if such non-executable OCL constraints specified in a UML model could be enforced on the executable code generated from the model. This thesis discusses the concepts, ideas and the approach in transforming a model developed in the Rational Rose software with OCL constraints into Java code shells, complete with fragments of code to detect the run-time violations of the constrain
Gli stili APA, Harvard, Vancouver, ISO e altri
3

DAMASCENO, KARLA NAZARE FERREIRA. "CONTEXT-SENSITIVE EXCEPTION HANDLING." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2006. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=9181@1.

Testo completo
Abstract (sommario):
CONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO<br>FUNDAÇÃO PADRE LEONEL FRANCA<br>Tratamento de erros em aplicações móveis sensíveis ao contexto não é uma tarefa trivial devido às características peculiares destes sistemas, como mobilidade, comunicação assíncrona e aumento de imprevisibilidade. Mecanismos convencionais de tratamento de exceções não podem ser utilizados por vários motivos. Primeiro, a propagação de erros deve considerar as mudanças contextuais que ocorrem constantemente nestes sistemas. Segundo, as atividades de recuperação de erros e a estratégia de tratam
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Cacho, Nelio Alessandro Azevedo. "Supporting Maintainable Exception Handling with Explicit Exception Channels." Thesis, Lancaster University, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.527180.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Sheikh, Muhammad Jamal. "Exception handling in software analysis." Thesis, McGill University, 2008. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=21999.

Testo completo
Abstract (sommario):
With the advancement in technology, software systems are more and more in control of devices that we use in our daily lives. Complex computer systems are increasingly built for highly critical tasks. Failures of such systems may have severe consequences ranging from loss of business opportunities, physical damage, to loss of human lives. Systems with such responsibilities should be highly dependable. Discovering and documenting potential abnormal situations and irregular user behavior that can interrupt normal system interaction is of tremendous importance in the context of dependable systems
Gli stili APA, Harvard, Vancouver, ISO e altri
6

BARBOSA, EIJI ADACHI MEDEIROS. "RECOMMENDER SYSTEM FOR EXCEPTION HANDLING CODE." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2012. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=20357@1.

Testo completo
Abstract (sommario):
PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO<br>CONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO<br>FUNDAÇÃO DE APOIO À PESQUISA DO ESTADO DO RIO DE JANEIRO<br>Mecanismos de tratamento de exceções são modelos comumente usados em linguagens de programação para a estruturação do fluxo de execução excepcional de módulos de software. Tais mecanismos possibilitam a detecção e a sinalização da ocorrência de exceções, permitindo que módulos de software tomem medidas corretivas que recuperem o sistema para um estado correto. Estudos recentes mostram que falhas recorrentes e problema
Gli stili APA, Harvard, Vancouver, ISO e altri
7

Drew, Steve. "Exception handling with fail-safe semantics." Thesis, Queensland University of Technology, 1996. https://eprints.qut.edu.au/36827/1/36827_Digitised%20Thesis.pdf.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Tellefsen, Christian. "An Examination of Issues with Exception Handling Mechanisms." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2007. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9529.

Testo completo
Abstract (sommario):
<p>Exception handling suffers from a fluke in its evolution. Some time in the 1970's, a researcher called Goodenough introduced the exception handling mechanism, known today as the tcode{try...catch} construct. At about the same time, two fellows called Parnas and Würges published a paper about "undesired events". This paper appears forgotten. The funny thing is, Parnas and Würges effectively described how to emph{use} exception handling mechanisms. There is a need to respond to this undesired event. Exception handling suffers from lack of design guidelines and a number of inconsistencies w
Gli stili APA, Harvard, Vancouver, ISO e altri
9

BARBOSA, EIJI ADACHI MEDEIROS. "GLOBAL-AWARE RECOMMENDATIONS FOR REPAIRING EXCEPTION HANDLING VIOLATIONS." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2015. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=26804@1.

Testo completo
Abstract (sommario):
PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO<br>CONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO<br>FUNDAÇÃO DE APOIO À PESQUISA DO ESTADO DO RIO DE JANEIRO<br>Tratamento de exceções e o modo mais comum de lidar com erros no desenvolvimento de software robusto. Tratamento de exceções refere-se ao processo de sinalizar exceções quando erros em tempo de execução são detectados e de tomar ações para responder à ocorrência destas exceções. Apesar de objetivarem a melhoria da robustez de software, sistemas de software ainda são implementados sem se basear em uma política explícit
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Mahanga, Mwaka. "Unknown Exception Handling Tool Using Humans as Agents." UNF Digital Commons, 2015. http://digitalcommons.unf.edu/etd/563.

Testo completo
Abstract (sommario):
In a typical workflow process, exceptions are the norm. Exceptions are defined as deviations from the normal sequence of activities and events. Exceptions can be divided into two broad categories: known exceptions (i.e., expected and predefined deviations) and unknown exceptions (i.e., unexpected and undefined deviations). Business Process Execution Language (BPEL) has become the de facto standard for executing business workflows with the use of web services. BPEL includes exception handling methods that are sufficient for known exception scenarios. Depending on the exception and the specifics
Gli stili APA, Harvard, Vancouver, ISO e altri
Più fonti

Libri sul tema "Exception Handling"

1

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Romanovsky, Alexander, Christophe Dony, Jørgen Lindskov Knudsen, and Anand Tripathi, eds. Advances in Exception Handling Techniques. Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-45407-1.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
3

Dony, Christophe, Jørgen Lindskov Knudsen, Alexander Romanovsky, and Anand Tripathi, eds. Advanced Topics in Exception Handling Techniques. Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11818502.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Stelting, Stephen. Robust Java: Exception handling, testing, and debugging. Prentice Hall PTR, 2005.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Nedialkov, Nedialko Stoyanov. Precision control and exception handling in scientific computing. National Library of Canada, 1994.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
6

Strong, Diane M. Modeling exception handling and quality control in information processes. BostonUniversity, School of Management, 1992.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
7

Healey, Gordon James. The design and implementation of an exception handling facility for concurrent Euclid. University of Toronto, Dept. of Computer Science, 1986.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Russo, Vincent. Process management and exception handling in multiprocessor operating systems using object-oriented design techniques. Dept. of Computer Science, University of Illinois at Urbana-Champaign, 1988.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
9

Klein, Mark. A knowledge-based approach to handling exceptions in workflow systems. Sloan School of Management, Massachusetts Institute of Technology, 1998.

Cerca il testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Metcalf, Michael, John Reid, and Malcolm Cohen. Floating-point exception handling. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780198811893.003.0018.

Testo completo
Abstract (sommario):
Exception handling is required for the development of robust and efficient numerical software, a principal application of Fortran. Indeed, the existence of such a facility makes it possible to develop more efficient software than would otherwise be possible. Most computers nowadays have hardware based on the IEEE standard for binary floating-point arithmetic, which later became an ISO standard. Therefore, the Fortran exception handling features are based on the ability to test and set the five flags for floating-point exceptions that the IEEE standard specifies.
Gli stili APA, Harvard, Vancouver, ISO e altri
Più fonti

Capitoli di libri sul tema "Exception Handling"

1

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. "Exception Handling in Real-Time and Embedded Systems." In Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9_5.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. "Exception Handling Best Practices." In Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9_3.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
3

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. "Introduction to Exception Handling." In Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9_1.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. "Basics of Exception Handling." In Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9_2.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Mejia Alvarez, Pedro, Raul E. Gonzalez Torres, and Susana Ortega Cisneros. "Advanced Exception Handling Techniques." In Exception Handling. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-50681-9_4.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
6

Adams, Michael, and Nick Russell. "Exception Handling." In Modern Business Process Automation. Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03121-2_5.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
7

Olsson, Mikael. "Exception Handling." In C++ 14 Quick Syntax Reference. Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-1727-6_25.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Zambon, Giulio. "Exception Handling." In Practical C. Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1769-6_5.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
9

Olsson, Mikael. "Exception Handling." In PHP 7 Quick Scripting Reference. Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1922-5_30.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Hunt, John. "Exception Handling." In Guide to C# and Object Orientation. Springer London, 2002. http://dx.doi.org/10.1007/978-1-4471-0193-2_22.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri

Atti di convegni sul tema "Exception Handling"

1

Vanover, Jackson, James Demmel, Xiaoye Sherry Li, and Cindy Rubio-González. "Excvate: Spoofing Exceptions and Solving Constraints to Test Exception Handling in Numerical Libraries." In 2025 IEEE 32nd Symposium on Computer Arithmetic (ARITH). IEEE, 2025. https://doi.org/10.1109/arith64983.2025.00026.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Xie, Tao, and Suresh Thummalapenta. "Making exceptions on exception handling." In 2012 5th International Workshop on Exception Handling (WEH). IEEE, 2012. http://dx.doi.org/10.1109/weh.2012.6226593.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
3

Wang, Ching-Yang, and Robert E. Fulton. "An Architecture for Handling Manufacturing Exceptions Based on Information Integration." In ASME 1994 International Computers in Engineering Conference and Exhibition and the ASME 1994 8th Annual Database Symposium collocated with the ASME 1994 Design Technical Conferences. American Society of Mechanical Engineers, 1994. http://dx.doi.org/10.1115/edm1994-0501.

Testo completo
Abstract (sommario):
Abstract Currently, most efforts to characterize manufacturing processes are based on the normal process assumption and pay little attention to exceptions. An exception is either a rare or an unexpected event which interrupts the normal manufacturing processes. There are potential exceptions in all stages of manufacturing processes. Exceptions like resource mismanagement (at the management decisions level), process out-of-control (at the technical strategies level) and product quality deterioration (at the operational plans level) can and do occur. These exceptions can have detrimental effects
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Romanovsky, Alexander. "On Exceptions, Exception Handling, Requirements and Software Lifecycle." In 10th IEEE High Assurance Systems Engineering Symposium (HASE'07). IEEE, 2007. http://dx.doi.org/10.1109/hase.2007.71.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Feather, Martin S. "Modularized exception handling." In Joint proceedings of the second international software architecture workshop (ISAW-2) and international workshop on multiple perspectives in software development (Viewpoints '96). ACM Press, 1996. http://dx.doi.org/10.1145/243327.243644.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
6

Krischer, Roy, and Peter A. Buhr. "Usability challenges in exception handling." In 2012 5th International Workshop on Exception Handling (WEH). IEEE, 2012. http://dx.doi.org/10.1109/weh.2012.6226604.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
7

Jacobs, Bart. "Provably live exception handling." In the 17th Workshop. ACM Press, 2015. http://dx.doi.org/10.1145/2786536.2786543.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Nguyen, Tam, Phong Vu, and Tung Nguyen. "Recommending Exception Handling Code." In 2019 IEEE International Conference on Software Maintenance and Evolution (ICSME). IEEE, 2019. http://dx.doi.org/10.1109/icsme.2019.00066.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
9

Carlsson, Richard, Björn Gustavsson, and Patrik Nyblom. "Erlang's exception handling revisited." In the 2004 ACM SIGPLAN workshop. ACM Press, 2004. http://dx.doi.org/10.1145/1022471.1022475.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Lucas, Jim. "Array oriented exception handling." In the international conference. ACM Press, 1985. http://dx.doi.org/10.1145/17701.255318.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri

Rapporti di organizzazioni sul tema "Exception Handling"

1

Bischof, C., G. Corliss, and A. Griewank. ADIFOR exception handling. Office of Scientific and Technical Information (OSTI), 1992. http://dx.doi.org/10.2172/5745734.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
2

Cui, Qian. Data-Oriented Exception Handling. Defense Technical Information Center, 1990. http://dx.doi.org/10.21236/ada232645.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
3

Klein, Mark. An Exception Handling Service for Software Agent Ensembles. Defense Technical Information Center, 2004. http://dx.doi.org/10.21236/ada421591.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
4

Bischof, C., G. Corliss, and A. Griewank. ADIFOR exception handling. ADIFOR Working Note No. 3. Office of Scientific and Technical Information (OSTI), 1992. http://dx.doi.org/10.2172/10123577.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
5

Fang, Aiman, Ignacio Laguna, Kento Sato, Tanzima Islam, and Kathryn Mohror. Fault Tolerance Assistant (FTA): An Exception Handling Programming Model for MPI Applications. Office of Scientific and Technical Information (OSTI), 2016. http://dx.doi.org/10.2172/1258538.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
6

Greer, J. T. Hierarchical architecture for automated electrom beam (EB) welding systems: Exception handling and robust controllers. Office of Scientific and Technical Information (OSTI), 1989. http://dx.doi.org/10.2172/6162227.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
7

Lowry, Svetlana Z., Mala Ramaiah, Emily S. Patterson, et al. Electronic Health Record Design Considerations in Responding to Incidences of Highly Infectious Diseases: Clinical Workflows and Exception Handling. National Institute of Standards and Technology, 2015. http://dx.doi.org/10.6028/nist.ir.8095.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
8

Hauser, John R. Handling Floating-point Exceptions in Numeric Programs. Defense Technical Information Center, 1995. http://dx.doi.org/10.21236/ada637041.

Testo completo
Gli stili APA, Harvard, Vancouver, ISO e altri
9

Gwin, Catherine, Mayra Ruiz, Saleema Vellani, and Alejandro Guerrero. IDB-9: Access to Information. Inter-American Development Bank, 2013. http://dx.doi.org/10.18235/0010517.

Testo completo
Abstract (sommario):
Following up on the IDB-9 commitments, the Inter-American Development Bank (IDB, or Bank) established a new Access to Information Policy that took effect on January 1, 2011. The new policy was expected to match international best practices and to increase the overall transparency of the Bank, strengthening its governance and development effectiveness. This review assesses the extent to which the access to information reform has been fully and effectively implemented. The review finds that the new policy largely matches best practices in comparator institutions, with, however, one provision tha
Gli stili APA, Harvard, Vancouver, ISO e altri
10

Aalto, Juha, and Ari Venäläinen, eds. Climate change and forest management affect forest fire risk in Fennoscandia. Finnish Meteorological Institute, 2021. http://dx.doi.org/10.35614/isbn.9789523361355.

Testo completo
Abstract (sommario):
Forest and wildland fires are a natural part of ecosystems worldwide, but large fires in particular can cause societal, economic and ecological disruption. Fires are an important source of greenhouse gases and black carbon that can further amplify and accelerate climate change. In recent years, large forest fires in Sweden demonstrate that the issue should also be considered in other parts of Fennoscandia. This final report of the project “Forest fires in Fennoscandia under changing climate and forest cover (IBA ForestFires)” funded by the Ministry for Foreign Affairs of Finland, synthesises c
Gli stili APA, Harvard, Vancouver, ISO e altri
Offriamo sconti su tutti i piani premium per gli autori le cui opere sono incluse in raccolte letterarie tematiche. Contattaci per ottenere un codice promozionale unico!