Proceedings

Proceedings
Author:
Publisher:
Total Pages: 344
Release: 1997
Genre: Software engineering
ISBN:

Advanced Topics in Exception Handling Techniques

Advanced Topics in Exception Handling Techniques
Author: Christophe Dony
Publisher: Springer
Total Pages: 311
Release: 2006-10-04
Genre: Computers
ISBN: 3540374450

This book – inspired by two ECOOP workshops on exception handling - is composed of five parts; the first four address exception handling and related topics in the context of programming languages, concurrency and operating systems, pervasive computing systems, and requirements and specifications. The last part offers case studies, experimentation and qualitative comparisons. The 16 coherently written chapters by leading researchers review a wide range of issues in exception handling.

New Approaches in Software Measurement

New Approaches in Software Measurement
Author: Reiner Dumke
Publisher: Springer
Total Pages: 254
Release: 2003-06-29
Genre: Computers
ISBN: 3540447040

Software measurement is one of the key technologies employed to control and manage the software development process. Research avenues such as the applicability of metrics, the efficiency of measurement programs in industry, and the theoretical foundations (of software engineering?) have been investigated to evaluate and improve modern software development areas such as object-orientation, compone- based develop-ment, multimedia systems design, reliable telecommunication systems etc. In the tradition of our software measurement research communities, the German Computer Science Interest (GI) Group on Software Measurement and the Canadian Interest Group in Software Metrics (CIM) have attended to these concerns in recent years. Initially, research initiatives were directed at the definition of new methods of software measurement and the validation of these methods themselves. This was then followed by more and more investigation into practical applications of software measurement and key findings in this area of software engineering have been published in: - Dumke/Zuse: Theory and Practice of Software Measurement, 1994 - Ebert/Dumke: Software-Metriken in der Praxis, 1996 - Lehner/Dumke/Abran: Software Metrics - Research and Practice in Software Measurement, 1997 - Dumke/Abran: Software Measurement - Current Trends in Research and Practice, 1999 We would also like to mention that the proceedings of the Lac Supérieur workshop have been made available on the web at www. lrgl. uqam. ca? This new book includes the proceedings of the 10th Workshop on Software Measurement held in Berlin in October 2000.

XIII Mediterranean Conference on Medical and Biological Engineering and Computing 2013

XIII Mediterranean Conference on Medical and Biological Engineering and Computing 2013
Author: Laura M. Roa Romero
Publisher: Springer Science & Business Media
Total Pages: 1978
Release: 2013-10-01
Genre: Technology & Engineering
ISBN: 3319008463

The general theme of MEDICON 2013 is "Research and Development of Technology for Sustainable Healthcare". This decade is being characterized by the appearance and use of emergent technologies under development. This situation has produced a tremendous impact on Medicine and Biology from which it is expected an unparalleled evolution in these disciplines towards novel concept and practices. The consequence will be a significant improvement in health care and well-fare, i.e. the shift from a reactive medicine to a preventive medicine. This shift implies that the citizen will play an important role in the healthcare delivery process, what requires a comprehensive and personalized assistance. In this context, society will meet emerging media, incorporated to all objects, capable of providing a seamless, adaptive, anticipatory, unobtrusive and pervasive assistance. The challenge will be to remove current barriers related to the lack of knowledge required to produce new opportunities for all the society, while new paradigms are created for this inclusive society to be socially and economically sustainable, and respectful with the environment. In this way, these proceedings focus on the convergence of biomedical engineering topics ranging from formalized theory through experimental science and technological development to practical clinical applications.

Automated Systems Based on Human Skill (Joint Design of Technology and Organisation)

Automated Systems Based on Human Skill (Joint Design of Technology and Organisation)
Author: D. Brandt
Publisher: Pergamon
Total Pages: 274
Release: 1996-12-16
Genre: Computers
ISBN:

These proceedings contain the papers presented at the 5th IFAC Symposium on Automated Systems Based on Human Skill, held in Berlin, Germany, 26-28 September 1995. The symposium, like previous ones in the series, brought together researchers, developers and users of complex human-machine systems. Discussions covered manufacturing, process control, aircraft and air traffic control, and administrative processes with an emphasis on how to design such systems and integrate both developers and users into the design process. The main issues addressed, therefore, were the joint engineering of production processes, information technology and work organisation and the possibility that this may lead to the re-definition of human operators in process automation.

Peripheral Interaction

Peripheral Interaction
Author: Saskia Bakker
Publisher: Springer
Total Pages: 271
Release: 2016-03-29
Genre: Computers
ISBN: 3319295233

Computing devices have become ever more present in our everyday environments, however embedding these technologies into our routines has remained a challenge. This book explores the novel theory of peripheral interaction to rectify this. This theory examines how interactive systems can be developed in such a way to allow people to seamlessly interact with their computer devices, but only focus on them at relevant times, building on the way in which people effortlessly divide their attention over several everyday activities in day to day life. Capturing the current state of the art within the field, this book explores the history and foundational theories of peripheral interaction, discusses novel interactive styles suitable for peripheral interaction, addresses different application domains which can benefit from peripheral interaction and presents visions of how these developments can have a positive impact on our future lives. As such, this book’s aim is to contribute to research and practice in fields such as human-computer interaction, ubiquitous computing and Internet of Things, a view on how interactive technology could be redesigned to form a meaningful, yet unobtrusive part of people’s everyday lives. Peripheral Interaction will be highly beneficial to researchers and designers alike in areas such as HCI, Ergonomics and Interaction Design.

Software Engineering

Software Engineering
Author: M. N. Hoda
Publisher: Springer
Total Pages: 711
Release: 2018-06-12
Genre: Computers
ISBN: 9811088489

This book presents selected proceedings of the annual convention of the Computer Society of India. Divided into 10 topical volumes, the proceedings present papers on state-of-the-art research, surveys, and succinct reviews. They cover diverse topics ranging from communications networks to big data analytics, and from system architecture to cyber security. This book focuses on Software Engineering, and informs readers about the state of the art in software engineering by gathering high-quality papers that represent the outcomes of consolidated research and innovations in Software Engineering and related areas. In addition to helping practitioners and researchers understand the chief issues involved in designing, developing, evolving and validating complex software systems, it provides comprehensive information on developing professional careers in Software Engineering. It also provides insights into various research issues such as software reliability, verification and validation, security and extensibility, as well as the latest concepts like component-based development, software process models, process-driven systems and human-computer collaborative systems.

Testing Object-oriented Systems

Testing Object-oriented Systems
Author: Robert Binder
Publisher: Addison-Wesley Professional
Total Pages: 1256
Release: 2000
Genre: Computer software
ISBN: 9780201809381

More than ever, mission-critical and business-critical applications depend on object-oriented (OO) software. Testing techniques tailored to the unique challenges of OO technology are necessary to achieve high reliability and quality. "Testing Object-Oriented Systems: Models, Patterns, and Tools" is an authoritative guide to designing and automating test suites for OO applications. This comprehensive book explains why testing must be model-based and provides in-depth coverage of techniques to develop testable models from state machines, combinational logic, and the Unified Modeling Language (UML). It introduces the test design pattern and presents 37 patterns that explain how to design responsibility-based test suites, how to tailor integration and regression testing for OO code, how to test reusable components and frameworks, and how to develop highly effective test suites from use cases. Effective testing must be automated and must leverage object technology. The author describes how to design and code specification-based assertions to offset testability losses due to inheritance and polymorphism. Fifteen micro-patterns present oracle strategies--practical solutions for one of the hardest problems in test design. Seventeen design patterns explain how to automate your test suites with a coherent OO test harness framework. The author provides thorough coverage of testing issues such as: The bug hazards of OO programming and differences from testing procedural code How to design responsibility-based tests for classes, clusters, and subsystems using class invariants, interface data flow models, hierarchic state machines, class associations, and scenario analysis How to support reuse by effective testing of abstract classes, generic classes, components, and frameworks How to choose an integration strategy that supports iterative and incremental development How to achieve comprehensive system testing with testable use cases How to choose a regression test approach How to develop expected test results and evaluate the post-test state of an object How to automate testing with assertions, OO test drivers, stubs, and test frameworks Real-world experience, world-class best practices, and the latest research in object-oriented testing are included. Practical examples illustrate test design and test automation for Ada 95, C++, Eiffel, Java, Objective-C, and Smalltalk. The UML is used throughout, but the test design patterns apply to systems developed with any OO language or methodology. 0201809389B04062001

2nd IEEE International Software Engineering Standards Symposium

2nd IEEE International Software Engineering Standards Symposium
Author:
Publisher: IEEE Computer Society
Total Pages: 289
Release: 1995
Genre: Computers
ISBN: 9780818671371

Proceedings of the August 1995 symposium, reflecting current research in high-integrity and reliable software applications, integration and harmonization of standards, assessing conformance to standards, and software process and product assessment. Topics include requirements for abnormal conditions and events analysis; automated integration for the Joint Maritime Command Information System; the Rome laboratory framework as the basis for an international quality metric standard; and coding regulations for safety critical software. No index. Annotation copyright by Book News, Inc., Portland, OR