Author: Laura Dillon
Publisher:
ISBN:
Category :
Languages : en
Pages :
Book Description
2016 IEEE/ACM 38th International Conference on Software Engineering (ICSE).
Author: Laura Dillon
Publisher:
ISBN:
Category :
Languages : en
Pages :
Book Description
Publisher:
ISBN:
Category :
Languages : en
Pages :
Book Description
ICSE 2016
Author:
Publisher:
ISBN:
Category : Software engineering
Languages : en
Pages : 946
Book Description
Publisher:
ISBN:
Category : Software engineering
Languages : en
Pages : 946
Book Description
The Essence of Software Engineering
Author: Volker Gruhn
Publisher: Springer
ISBN: 3319738976
Category : Computers
Languages : en
Pages : 247
Book Description
This open access book includes contributions by leading researchers and industry thought leaders on various topics related to the essence of software engineering and their application in industrial projects. It offers a broad overview of research findings dealing with current practical software engineering issues and also pointers to potential future developments. Celebrating the 20th anniversary of adesso AG, adesso gathered some of the pioneers of software engineering including Manfred Broy, Ivar Jacobson and Carlo Ghezzi at a special symposium, where they presented their thoughts about latest software engineering research and which are part of this book. This way it offers readers a concise overview of the essence of software engineering, providing valuable insights into the latest methodological research findings and adesso’s experience applying these results in real-world projects.
Publisher: Springer
ISBN: 3319738976
Category : Computers
Languages : en
Pages : 247
Book Description
This open access book includes contributions by leading researchers and industry thought leaders on various topics related to the essence of software engineering and their application in industrial projects. It offers a broad overview of research findings dealing with current practical software engineering issues and also pointers to potential future developments. Celebrating the 20th anniversary of adesso AG, adesso gathered some of the pioneers of software engineering including Manfred Broy, Ivar Jacobson and Carlo Ghezzi at a special symposium, where they presented their thoughts about latest software engineering research and which are part of this book. This way it offers readers a concise overview of the essence of software engineering, providing valuable insights into the latest methodological research findings and adesso’s experience applying these results in real-world projects.
The Proceedings of the 2023 Conference on Systems Engineering Research
Author: Dinesh Verma
Publisher: Springer Nature
ISBN: 3031491793
Category :
Languages : en
Pages : 686
Book Description
Publisher: Springer Nature
ISBN: 3031491793
Category :
Languages : en
Pages : 686
Book Description
Future Data and Security Engineering. Big Data, Security and Privacy, Smart City and Industry 4.0 Applications
Author: Tran Khanh Dang
Publisher: Springer Nature
ISBN: 9811680620
Category : Computers
Languages : en
Pages : 502
Book Description
This book constitutes the proceedings of the 8th International Conference on Future Data and Security Engineering, FDSE 2021, held in Ho Chi Minh City, Vietnam, in November 2021.* The 28 full papers and 8 short were carefully reviewed and selected from 168 submissions. The selected papers are organized into the following topical headings: big data analytics and distributed systems; security and privacy engineering; industry 4.0 and smart city: data analytics and security; blockchain and access control; data analytics and healthcare systems; and short papers: security and data engineering. * The conference was held virtually due to the COVID-19 pandemic.
Publisher: Springer Nature
ISBN: 9811680620
Category : Computers
Languages : en
Pages : 502
Book Description
This book constitutes the proceedings of the 8th International Conference on Future Data and Security Engineering, FDSE 2021, held in Ho Chi Minh City, Vietnam, in November 2021.* The 28 full papers and 8 short were carefully reviewed and selected from 168 submissions. The selected papers are organized into the following topical headings: big data analytics and distributed systems; security and privacy engineering; industry 4.0 and smart city: data analytics and security; blockchain and access control; data analytics and healthcare systems; and short papers: security and data engineering. * The conference was held virtually due to the COVID-19 pandemic.
Verification and Evaluation of Computer and Communication Systems
Author: Pierre Ganty
Publisher: Springer Nature
ISBN: 3030350924
Category : Computers
Languages : en
Pages : 122
Book Description
This book constitutes the proceedings of the 13th International Conference on Verification and Evaluation of Computer and Communication Systems ( VECoS 2019), held in Porto, Portugal, in October 2019. The 7 full papers in this volume, presented together with two invited talks, were carefully reviewed and selected from 13 submissions. The aim of the VECoS conference is to bring together researchers and practitioners in the areas of verification, control, performance, and dependability evaluation in order to discuss state of the art and challenges in modern computer and communication systems in which functional and extra-functional properties are strongly interrelated. Thus, the main motivation for VECoS is to encourage the cross-fertilization between various formal verification and evaluation approaches, methods and techniques, and especially those developed for concurrent and distributed hardware/software systems.
Publisher: Springer Nature
ISBN: 3030350924
Category : Computers
Languages : en
Pages : 122
Book Description
This book constitutes the proceedings of the 13th International Conference on Verification and Evaluation of Computer and Communication Systems ( VECoS 2019), held in Porto, Portugal, in October 2019. The 7 full papers in this volume, presented together with two invited talks, were carefully reviewed and selected from 13 submissions. The aim of the VECoS conference is to bring together researchers and practitioners in the areas of verification, control, performance, and dependability evaluation in order to discuss state of the art and challenges in modern computer and communication systems in which functional and extra-functional properties are strongly interrelated. Thus, the main motivation for VECoS is to encourage the cross-fertilization between various formal verification and evaluation approaches, methods and techniques, and especially those developed for concurrent and distributed hardware/software systems.
Reimagining Capitalism in a Post-Globalization World
Author: Silvia L. Fotea
Publisher: Springer Nature
ISBN: 303159858X
Category :
Languages : en
Pages : 496
Book Description
Publisher: Springer Nature
ISBN: 303159858X
Category :
Languages : en
Pages : 496
Book Description
Heuristic and Knowledge-Based Security Checks of Source Code Artifacts Using Community Knowledge
Author: Fabien Patrick Viertel
Publisher: Logos Verlag Berlin GmbH
ISBN: 3832553495
Category : Computers
Languages : en
Pages : 228
Book Description
The goal of this dissertation is to support developers in applying security checks using community knowledge. Artificial intelligence approaches combined with natural language processing techniques are employed to identify security-related information from community websites such as Stack Overflow or GitHub. All security-related information is stored in a security knowledge base. This knowledge base provides code fragments that represent the community´s knowledge about vulnerabilities, security-patches, and exploits. Comprehensive knowledge is required to carry out security checks on software artifacts, such as data covering known vulnerabilities and their manifestation in the source code as well as possible attack strategies. Approaches that check software libraries and source code fragments are provided for the automated use of the data. Insecure software libraries can be detected using the NVD combined with metadata and library file hash approaches introduced in this dissertation. Vulnerable source code fragments can be identified using community knowledge represented by code fragments extracted from the largest coding community websites: Stack Overflow and GitHub. A state-of-the-art clone detection approach is modified and enriched by several heuristics to enable vulnerability detection and leverage community knowledge while maintaining good performance. Using various case studies, the approaches implemented in Eclipse plugins and a JIRA plugin are adapted to the users´ needs and evaluated.
Publisher: Logos Verlag Berlin GmbH
ISBN: 3832553495
Category : Computers
Languages : en
Pages : 228
Book Description
The goal of this dissertation is to support developers in applying security checks using community knowledge. Artificial intelligence approaches combined with natural language processing techniques are employed to identify security-related information from community websites such as Stack Overflow or GitHub. All security-related information is stored in a security knowledge base. This knowledge base provides code fragments that represent the community´s knowledge about vulnerabilities, security-patches, and exploits. Comprehensive knowledge is required to carry out security checks on software artifacts, such as data covering known vulnerabilities and their manifestation in the source code as well as possible attack strategies. Approaches that check software libraries and source code fragments are provided for the automated use of the data. Insecure software libraries can be detected using the NVD combined with metadata and library file hash approaches introduced in this dissertation. Vulnerable source code fragments can be identified using community knowledge represented by code fragments extracted from the largest coding community websites: Stack Overflow and GitHub. A state-of-the-art clone detection approach is modified and enriched by several heuristics to enable vulnerability detection and leverage community knowledge while maintaining good performance. Using various case studies, the approaches implemented in Eclipse plugins and a JIRA plugin are adapted to the users´ needs and evaluated.
Research Anthology on Usage and Development of Open Source Software
Author: Management Association, Information Resources
Publisher: IGI Global
ISBN: 1799891593
Category : Computers
Languages : en
Pages : 904
Book Description
The quick growth of computer technology and development of software caused it to be in a constant state of change and advancement. This advancement in software development meant that there would be many types of software developed in order to excel in usability and efficiency. Among these different types of software was open source software, one that grants permission for users to use, study, change, and distribute it freely. Due to its availability, open source software has quickly become a valuable asset to the world of computer technology and across various disciplines including education, business, and library science. The Research Anthology on Usage and Development of Open Source Software presents comprehensive research on the design and development of open source software as well as the ways in which it is used. The text discusses in depth the way in which this computer software has been made into a collaborative effort for the advancement of software technology. Discussing topics such as ISO standards, big data, fault prediction, open collaboration, and software development, this anthology is essential for computer engineers, software developers, IT specialists and consultants, instructors, librarians, managers, executives, professionals, academicians, researchers, and students.
Publisher: IGI Global
ISBN: 1799891593
Category : Computers
Languages : en
Pages : 904
Book Description
The quick growth of computer technology and development of software caused it to be in a constant state of change and advancement. This advancement in software development meant that there would be many types of software developed in order to excel in usability and efficiency. Among these different types of software was open source software, one that grants permission for users to use, study, change, and distribute it freely. Due to its availability, open source software has quickly become a valuable asset to the world of computer technology and across various disciplines including education, business, and library science. The Research Anthology on Usage and Development of Open Source Software presents comprehensive research on the design and development of open source software as well as the ways in which it is used. The text discusses in depth the way in which this computer software has been made into a collaborative effort for the advancement of software technology. Discussing topics such as ISO standards, big data, fault prediction, open collaboration, and software development, this anthology is essential for computer engineers, software developers, IT specialists and consultants, instructors, librarians, managers, executives, professionals, academicians, researchers, and students.
Intelligent Data Engineering and Automated Learning – IDEAL 2021
Author: Hujun Yin
Publisher: Springer Nature
ISBN: 3030916081
Category : Computers
Languages : en
Pages : 663
Book Description
This book constitutes the refereed proceedings of the 22nd International Conference on Intelligent Data Engineering and Automated Learning, IDEAL 2021, which took place during November 25-27, 2021. The conference was originally planned to take place in Manchester, UK, but was held virtually due to the COVID-19 pandemic. The 61 full papers included in this book were carefully reviewed and selected from 85 submissions. They deal with emerging and challenging topics in intelligent data analytics and associated machine learning paradigms and systems. Special sessions were held on clustering for interpretable machine learning; machine learning towards smarter multimodal systems; and computational intelligence for computer vision and image processing.
Publisher: Springer Nature
ISBN: 3030916081
Category : Computers
Languages : en
Pages : 663
Book Description
This book constitutes the refereed proceedings of the 22nd International Conference on Intelligent Data Engineering and Automated Learning, IDEAL 2021, which took place during November 25-27, 2021. The conference was originally planned to take place in Manchester, UK, but was held virtually due to the COVID-19 pandemic. The 61 full papers included in this book were carefully reviewed and selected from 85 submissions. They deal with emerging and challenging topics in intelligent data analytics and associated machine learning paradigms and systems. Special sessions were held on clustering for interpretable machine learning; machine learning towards smarter multimodal systems; and computational intelligence for computer vision and image processing.