Browse Results

Showing 17,101 through 17,125 of 53,402 results

Efficient MySQL Performance

by Daniel Nichter

You'll find several books on basic or advanced MySQL performance, but nothing in between. That's because explaining MySQL performance without addressing its complexity is difficult. This practical book bridges the gap by teaching software engineers mid-level MySQL knowledge beyond the fundamentals, but well shy of deep-level internals required by database administrators (DBAs).Daniel Nichter shows you how to apply the best practices and techniques that directly affect MySQL performance. You'll learn how to improve performance by analyzing query execution, indexing for common SQL clauses and table joins, optimizing data access, and understanding the most important MySQL metrics. You'll also discover how replication, transactions, row locking, and the cloud influenceMySQL performance.Understand why query response time is the North Star of MySQL performanceLearn query metrics in detail, including aggregation, reporting, and analysisSee how to index effectively for common SQL clauses and table joinsExplore the most important server metrics and what they reveal about performanceDive into transactions and row locking to gain deep, actionable insightAchieve remarkable MySQL performance at any scale

Efficient Predictive Algorithms for Image Compression

by Luís Filipe Rosário Lucas Eduardo Antônio Barros da Silva Sérgio Manuel Maciel de Faria Nuno Miguel Morais Rodrigues Carla Liberal Pagliari

This book discusses efficient prediction techniques for the current state-of-the-art High Efficiency Video Coding (HEVC) standard, focusing on the compression of a wide range of video signals, such as 3D video, Light Fields and natural images. The authors begin with a review of the state-of-the-art predictive coding methods and compression technologies for both 2D and 3D multimedia contents, which provides a good starting point for new researchers in the field of image and video compression. New prediction techniques that go beyond the standardized compression technologies are then presented and discussed. In the context of 3D video, the authors describe a new predictive algorithm for the compression of depth maps, which combines intra-directional prediction, with flexible block partitioning and linear residue fitting. New approaches are described for the compression of Light Field and still images, which enforce sparsity constraints on linear models. The Locally Linear Embedding-based prediction method is investigated for compression of Light Field images based on the HEVC technology. A new linear prediction method using sparse constraints is also described, enabling improved coding performance of the HEVC standard, particularly for images with complex textures based on repeated structures. Finally, the authors present a new, generalized intra-prediction framework for the HEVC standard, which unifies the directional prediction methods used in the current video compression standards, with linear prediction methods using sparse constraints. Experimental results for the compression of natural images are provided, demonstrating the advantage of the unified prediction framework over the traditional directional prediction modes used in HEVC standard.

Efficient R Programming: A Practical Guide to Smarter Programming

by Robin Lovelace Colin Gillespie

There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively--until now. This hands-on book teaches novices and experienced R users how to write efficient R code.Drawing on years of experience teaching R courses, authors Colin Gillespie and Robin Lovelace provide practical advice on a range of topics--from optimizing the set-up of RStudio to leveraging C++--that make this book a useful addition to any R user's bookshelf. Academics, business users, and programmers from a wide range of backgrounds stand to benefit from the guidance in Efficient R Programming.Get advice for setting up an R programming environmentExplore general programming concepts and R coding techniquesUnderstand the ingredients of an efficient R workflowLearn how to efficiently read and write data in RDive into data carpentry--the vital skill for cleaning raw dataOptimize your code with profiling, standard tricks, and other methodsDetermine your hardware capabilities for handling R computationMaximize the benefits of collaborative R programmingAccelerate your transition from R hacker to R programmer

Efficient Test Methodologies for High-Speed Serial Links

by Kwang-Ting Cheng Dongwoo Hong

Efficient Test Methodologies for High-Speed Serial Links describes in detail several new and promising techniques for cost-effectively testing high-speed interfaces with a high test coverage. One primary focus of Efficient Test Methodologies for High-Speed Serial Links is on efficient testing methods for jitter and bit-error-rate (BER), which are widely used for quantifying the quality of a communication system. Various analysis as well as experimental results are presented to demonstrate the validity of the presented techniques.

Effortless App Development with Oracle Visual Builder: Boost productivity by building web and mobile applications efficiently using the drag-and-drop approach

by Ankur Jain

Build web and mobile apps quickly with Oracle Visual Builder and delve into real-time end-to-end use cases, exploring best practices, recommendations, security, and debugging techniquesKey FeaturesExecute various real-time use cases and develop web and mobile applications quicklyEnhance your skills by extending Oracle and non-Oracle SaaS applications using VBGain the knowledge needed to take on projects directly and work independentlyBook DescriptionOrganizations are moving their applications, data, and processes to the cloud to reduce application costs, effort, and maintenance. However, adopting new technology poses challenges for developers, solutions architects, and designers due to a lack of knowledge and appropriate practical training resources. This book helps you get to grips with Oracle Visual Builder (VB) and enables you to quickly develop web and mobile applications and deploy them to production without hassle. This book will provide you with a solid understanding of VB so that you can adopt it at a faster pace and start building applications right away. After working with real-time examples to learn about VB, you'll discover how to design, develop, and deploy web and mobile applications quickly. You'll cover all the VB components in-depth, including web and mobile application development, business objects, and service connections. In order to use all these components, you'll also explore best practices, security, and recommendations, which are well explained within the chapters. Finally, this book will help you gain the knowledge you need to enhance the performance of an application before deploying it to production. By the end of this book, you will be able to work independently and deploy your VB applications efficiently and with confidence.What you will learnGet started with VB and explore its architecture and basic building blocksGain a clear understanding of business objects and learn how to manage themCreate service connections to connect to the external API and Oracle SaaSBuild web and mobile apps and run them on various devicesDevelop Oracle Cloud and non-Oracle SaaS app extensionsGet to grips with data and application security using practical examplesExplore best practices along with troubleshooting and debugging mechanismsConnect your VB application with VBS for application versioning using GitWho this book is forThis book is for IT professionals working with UI technologies to develop web and mobile applications for various industries. Developers and UI designers who want to understand how to use VB, develop scalable web and mobile applications using drag-and-drop features, and design applications in a better way with the help of real-time example apps and code samples will find this book helpful. Prior experience in any UI technology, JavaScript, and REST APIs will be useful.

Effortless Cloud-Native App Development Using Skaffold: Simplify the development and deployment of cloud-native Spring Boot applications on Kubernetes with Skaffold

by Ashish Choudhary

A practical guide to solving inner development loop problems in cloud-native applications by automating build, push, and deploy boilerplate using SkaffoldKey FeaturesLearn how to build and deploy cloud-native applications quickly with KubernetesCreate a production-ready continuous integration and continuous delivery (CI/CD) pipeline for cloud-native appsDiscover ways to create a GitOps-style CD workflow for cloud-native applicationsBook DescriptionKubernetes has become the de facto standard for container orchestration, drastically improving how we deploy and manage cloud-native apps. Although it has simplified the lives of support professionals, we cannot say the same for developers who need to be equipped with better tools to increase productivity. An automated workflow that solves a wide variety of problems that every developer faces can make all the difference!Enter Skaffold – a command-line tool that automates the build, push, and deploy steps for Kubernetes applications.This book is divided into three parts, starting with common challenges encountered by developers in building apps with Kubernetes. The second part covers Skaffold features, its architecture, supported container image builders, and more. In the last part, you'll focus on practical implementation, learning how to deploy Spring Boot apps to cloud platforms such as Google Cloud Platform (GCP) using Skaffold. You'll also create CI/CD pipelines for your cloud-native apps with Skaffold. Although the examples covered in this book are written in Java and Spring Boot, the techniques can be applied to apps built using other technologies too.By the end of this Skaffold book, you'll develop skills that will help accelerate your inner development loop and be able to build and deploy your apps to the Kubernetes cluster with Skaffold.What you will learnOvercome challenges faced while working in an inner development loop using SkaffoldAccelerate your development workflow using SkaffoldUnderstand Skaffold's architecture, internal working, and supported CLI commandsBuild and deploy containers to Kubernetes using the Skaffold CLI and Cloud CodeDeploy Spring Boot applications to fully managed Kubernetes services such as Google Kubernetes Engine using SkaffoldExplore best practices for developing an app with SkaffoldAvoid common pitfalls when developing cloud-native apps with Skaffold in KubernetesWho this book is forCloud-native application developers, software engineers working with Kubernetes, and DevOps professionals who are looking for a solution to simplify and improve their software development life cycle will find this book useful. Beginner-level knowledge of Docker, Kubernetes, and the container ecosystem is required to get started with this book.

EFF's Guide to the Internet, v. 3.15

by Adam Gaffin

Welcome to the Internet! You're about to start a journey through a unique land without frontiers, a place that is everywhere at once -- even though it exists physically only as a series of electrical impulses. You'll be joining a growing community of millions of people around the world who use this global resource on a daily basis.<P> With this book, you will be able to use the Internet to:<P> * Stay in touch with friends, relatives and colleagues around the world, at a fraction of the cost of phone calls or even air mail.<P> * Discuss everything from archaeology to zoology with people in several different languages.<P> * Tap into thousands of information databases and libraries worldwide.<P> * Retrieve any of thousands of documents, journals, books and computer programs.<P> * Stay up to date with wire-service news and sports and with official weather reports.<P> * Play live, "real time" games with dozens of other people at once.

eGirls, eCitizens: Putting Technology, Theory and Policy into Dialogue with Girls’ and Young Women’s Voices (Law, Technology and Media)

by Jane Bailey and Valerie Steeves

eGirls, eCitizens is a landmark work that explores the many forces that shape girls’ and young women’s experiences of privacy, identity, and equality in our digitally networked society. Drawing on the multi-disciplinary expertise of a remarkable team of leading Canadian and international scholars, as well as Canada’s foremost digital literacy organization, MediaSmarts, this collection presents the complex realities of digitized communications for girls and young women as revealed through the findings of The eGirls Project (www.egirlsproject.ca) and other important research initiatives. Aimed at moving dialogues on scholarship and policy around girls and technology away from established binaries of good vs bad, or risk vs opportunity, these seminal contributions explore the interplay of factors that shape online environments characterized by a gendered gaze and too often punctuated by sexualized violence. Perhaps most importantly, this collection offers first-hand perspectives collected from girls and young women themselves, providing a unique window on what it is to be a girl in today’s digitized society.

Egress Modelling of Pedestrians for the Design of Contemporary Stadia (Digital Innovations in Architecture, Engineering and Construction)

by John Gales Kathryn Chin Timothy Young Elisabetta Carattin Mei-Yee Man Oram

This book provides an understanding of people's accessibility needs, and the barriers that may affect people with different identities and circumstances (e.g. different levels of mobility, age, etc.) to alleviate any act of disabling a person and thus offer equal quality of life in the design of stadia. A lack of knowledge exists for stadia concerning demographics, specific accessibility and inclusive design solutions, available movement and behavioural data, and how future growth in attending disabled populations may affect the overall safety of circulation and evacuation in stadia. To address these needs a data collection and modelling were performed and are described in this book. The book recognizes that stadia design is at a revolutionary stage of advancement. Automated data collection technologies and methodologies are described where the authors work towards presentation of big data which can be used for future refinement of modelling technologies and AI routines.

Egyptian Revolution 2.0

by Mohammed El-Nawawy Sahar Khamis

This book sheds light on the growing phenomenon of cyberactivism in the Arab world, with a special focus on the Egyptian political blogosphere and its role in paving the way to democratization and socio-political change in Egypt, which culminated in Egypt's historical popular revolution on Jan. 25, 2011. The authors examine the relevance and applicability of the concepts of citizen journalism and civic engagement to the discourses and deliberations in five of the most popular political blogs in Egypt. They explore the potential connection between virtual activism and real activism in Egyptian political life, as represented in the calls for social, economic and political reform on the streets.

Eigene Chatbots programmieren für Dummies Junior (Für Dummies)

by Nadine Bergner Thiemo Leonhardt

In diesem Buch lernst du Schritt für Schritt, wie du mit dem kostenlosen MIT App Inventor einen Chatbot entwickelst. Du erfährst zuerst, was Chatbots eigentlich sind und dass diese als Alexa, Siri, Bixby, Cortana und Google schon um uns sind. Du gehst der Frage nach, auf welche Weise Chatbots intelligent sind. Die erste Chatbot-App, die du nach Anleitung entwickelst, beantwortet eine einfache Frage von dir. Am Ende erzählt der Chatbot Witze. Weitere Beispiele zeigen dir, was sonst noch alles möglich ist: Der Chatbot wird immer schlauer und geht immer besser auf seinen Chatpartner ein. Bestens geeignet für Kinder und Jugendliche ab 10 Jahren.

Eine Einführung in das European Train Control System: Das einheitliche europäische Zugsteuerungs- und Zugsicherungssystem (essentials)

by Lars Schnieder

Dieses Buch behandelt die wichtigsten Aspekte des European Train Control System (ETCS) als Bestandteil des European Rail Traffic Management System (ERTMS). Lars Schnieder führt, ausgehend von den rechtlichen Grundlagen, in die technischen Grundprinzipien von ETCS ein. Der Autor stellt den Aufbau- und die Wirkungsweise der unterschiedlichen Ausrüstungsstufen dar und beschreibt die einzelnen Komponenten der Fahrzeug- und Streckeneinrichtung. Mit den von ETCS unterstützten Betriebsarten wird aufgezeigt, wie ETCS in den verschiedenen Ländern in den Bahnbetrieb integriert werden kann. Durch die Darstellung grundlegender technischer Zusammenhänge und Sicherungsfunktionen wird ein Verständnis für das zukünftige einheitliche Europäische Zugsteuerungs- und Zugsicherungssystem geschaffen.

Eine Einführung in die Mathematik an Beispielen aus der Informatik: Logik, Zahlen, Graphen, Analysis und Lineare Algebra

by Steffen Goebbels Jochen Rethmann

Im Studienalltag ist oft die Mathematik von den Inhalten der Informatik durch separate Vorlesungen abgegrenzt. Dadurch wird es schwierig einzusehen, warum im Informatik-Studium so viel Mathematik unterrichtet wird. In diesem Buch werden daher Fragestellungen der Informatik in den Mittelpunkt gestellt, für die dann die benötigte Mathematik entwickelt wird.Da das Buch als Einführung geschrieben ist, genügen elementare Schulkenntnisse in Mathematik. Bruchrechnung oder das Umstellen von Gleichungen setzen wir aber als bekannt voraus. Sie sollten auch schon ein wenig programmiert haben, um die (einfachen) Programmbeispiele unmittelbar zu verstehen. Da viele Querbezüge zur Informatik dargestellt werden, eignet sich das Buch insbesondere auch zum Auffrischen der Mathematikkenntnisse - z. B. nach einer Pause zwischen Bachelor- und Master-Studium.Bei der Stoffauswahl haben wir uns an den Kernfächern der Informatik orientiert: Logik und Rechnen mit Bits, Relationen und endliche Automaten, Graphen und Graphenalgorithmen, Zahlen und ihre Darstellung im Computer, Primzahlen und Verschlüsselung, Differenzial- und Integralrechnung in Verbindung mit Aufwandsabschätzungen, Lineare Algebra und Codes.Wir möchten mit dem Buch auch die Grundlage dafür legen, dass Sie sich weitere Themen der Mathematik aneignen können, wenn Sie diese bei der Anwendung der Informatik für andere Disziplinen benötigen.Die zweite Auflage ist um Lösungen der Aufgaben ergänzt und enthält weitere Inhalte wie Nullstellenberechnung und beschreibende Statistik mit Beispielen aus der Informatik.

Eine kurze Geschichte der Technischen Informatik: Wie ein Computer funktioniert – anschaulich erklärt (essentials)

by Peter Reichl

Heutige Computer stellen technische Meisterwerke dar. Doch wie ist es eigentlich möglich, dass ein Stück Silizium zusammen mit ein bisschen Strom ganz alleine Berechnungen ausführt und logische Entscheidungen trifft? Die Antwort auf diese Frage führt uns auf eine faszinierende Reise zu den Grundlagen der binären Arithmetik, Booleschen Algebra und Halbleitertechnologie. Im zweiten Teil spielen wir Lego für Fortgeschrittene und bauen aus einfachen Transistoren nach und nach immer komplexere Schaltungen und schließlich ganze Computer zusammen. Dabei konzentrieren wir uns auf das Wesentliche, setzen nichts voraus und lassen überflüssige Details weg. Ein knapper Ausblick auf das Quantencomputing beschließt diese kurze Geschichte der Technischen Informatik.

Einführung in das Informationsmanagement (Springer-Lehrbuch)

by Helmut Krcmar

Informationsgesellschaft, Information als Wettbewerbsfaktor, Informationsflut: Diese Stichworte verdeutlichen die unternehmerische und gesellschaftliche Bedeutung von Informationen. Doch nicht nur Information allein, sondern auch die Systeme, die Informationen verarbeiten, speichern und übertragen sowie die Technologien, auf denen sie beruhen, verdienen Aufmerksamkeit. Informationsmanagement hat die Aufgabe, den im Hinblick auf das Unternehmensziel bestmöglichen Einsatz der Ressource Information zu gewährleisten. Es zählt zu den wesentlichen Bestandteilen heutiger Unternehmensführung. Das Lehrbuch vermittelt in 13 Einheiten die Grundlagen des Informationsmanagements. Dabei werden neben den Managementaufgaben der Informationswirtschaft, der Systeme und der Technologien auch ausgewählte Führungsaufgaben des Informationsmanagementsbehandelt. Jede Lehreinheit beginnt mit einem Überblick über die behandelten Themen und schließt mit einer Zusammenfassung sowie Aufgaben zur Wiederholung ab. So richtet sich dieses Buch insbesondere an Bachelorstudenten in den Fächern Wirtschaftsinformatik, BWL und Informatik.

Einführung in die Android-Entwicklung

by Marko Gargenta

Android-Entwicklung

Einführung in die Computeranimation: Methoden, Algorithmen, Grundlagen

by Stefan M. Grünvogel

​Das Buch ist das erste umfassende deutschsprachige Lehrbuch zur Computeranimation, das sich speziell an Studierende der Informatik und der Ingenieurwissenschaften richtet, die ihr Verständnis der mathematischen Grundlagen und Algorithmen dieses spannenden Gebiets vertiefen wollen. Das Lehrbuch ist in vier Hauptteile gegliedert und deckt damit alle wichtigen Bereiche der Computeranimation ab: Animationssysteme, Objektanimation, Charakteranimation und Prozedurale Animation. Jeder Teil ist in weitere Kapitel unterteilt und bietet eine detaillierte Darstellung der Algorithmen und Methoden der Computeranimation mit ausführlichen Erklärungen.Im ersten Teil werden die wichtigsten Konzepte von Animationssystemen wie Szenengraphen, Zeit und Game Loop erläutert. Im zweiten Teil geht es um die Animation und Steuerung von Objekten entlang von Kurven, die die Grundlage vieler Animationstechniken bilden. Im dritten Teil wird das Gebiet der Charakteranimation ausführlich behandelt. Kinematik und inverse Kinematik werden diskutiert, Skinning-Methoden vorgestellt und Motion-Capture und die Verarbeitung von Bewegungsdaten ausführlich beschrieben. Der letzte Teil des Buches beschäftigt sich mit der prozeduralen Animation und stellt verschiedene Algorithmen für physikalisch basierte Animation und Partikelsysteme vor. Im gesamten Buch finden sich zahlreiche Beispiele und Illustrationen, die das Verständnis der behandelten Konzepte und Verfahren vertiefen. Am Ende jedes Kapitels finden sich Verweise auf historische und weiterführende Literatur, die zu weiterer Forschung anregen. Ein wichtiger Teil des Buches sind die zahlreichen Übungen und Projekte, die helfen, das Gelernte zu vertiefen und selbst zu erproben.

Einführung in die Entwurfsautomatisierung für Quantencomputer

by Alwin Zulehner Robert Wille

Dieses Buch bietet dem Leser einen einfachen Einstieg in das Quantencomputing sowie in den Entwurf entsprechender Geräte. Die Autoren behandeln verschiedene Entwurfsaufgaben, die für das Quantencomputing wichtig sind, und stellen entsprechende Lösungen vor. Eine Besonderheit des Buches ist, dass diese Aufgaben und Lösungen explizit aus der Perspektive der Entwurfsautomatisierung diskutiert werden, d.h. unter Verwendung von cleveren Algorithmen und Datenstrukturen, die von der Entwurfsautomatisierungs-Community für konventionelle Logik (d.h. für elektronische Geräte und Systeme) entwickelt worden sind und nun für diese neue Technologie angewendet werden. Auf diese Weise können relevante Entwurfsaufgaben wesentlich effizienter als bisher durchgeführt werden, was zu Verbesserungen um mehrere Größenordnungen führt (in Bezug auf die Laufzeit und andere Entwurfsziele). Beschreibt den aktuellen Stand der Technik für den Entwurf von Quantenschaltungen, für deren Simulation und für deren Abbildung auf reale Hardware; Bietet eine erste umfassende Einführung in die Entwurfsautomatisierung für Quantencomputer, die sich mit praxisrelevanten Aufgabenstellungen befasst; Es richtet sich sowohl an die Quantencomputer-Gemeinschaft als auch an die Gemeinschaft der Entwurfsautomatisierung und zeigt, welche beeindruckenden Verbesserungen möglich sind, wenn man das Wissen beider Gemeinschaften kombiniert.

Einführung in die Informatik: Theoretische und praktische Grundlagen (Studienbücher Informatik)

by Bastian Küppers

Dieses Buch bietet eine praxisnahe Einführung in grundlegende Themen der Informatik wie Codierung, Rechnerarchitekturen und Betriebssysteme. Der Fokus liegt dabei auf Verständlichkeit und einem roten Faden. Im Laufe des Buches wird über das Konzept der Information und deren Codierung bzw. Verarbeitung die Arbeitsweise des Computers motiviert und darauf aufbauend Hardware, Software und deren Zusammenspiel diskutiert. Dabei wird ebenso auf klassische Computer wie auch auf Quantencomputer eingegangen. Zudem werden die Themen Datenschutz und Datensicherheit beleuchtet, welche an der Schnittstelle zwischen Informatik und dem täglichen Leben angesiedelt sind.Zu den einzelnen Themen gibt es Übungsaufgaben mit Lösungen.

Einführung in die Mediaplanung: Grundlagen für klassische und digitale Kanäle (essentials)

by Runa Strott

Dieses Buch gibt einen kompakten Einblick in die Basics der klassischen und digitalen Mediaplanung. Heutzutage werden Werbebudgets mehr denn je immer wieder neu justiert, und die Mediaplanung wird komplexer. Die Herausforderungen an eine adäquate Zielgruppenansprache sind enorm, denn das Zusammenspiel der einzelnen Kanäle oder auch die gezielte Auswahl individueller Botschaften fordern ein detailliertes Verständnis darüber, wann welche Instrumente die Zielgruppen erreichen und zum gewünschten Ergebnis führen können. Von der Medienauswahl über die Zielgruppenanalyse bis hin zum Controlling werden in diesem Essential sowohl für klassische und lang etablierte Kanäle als auch für neue, digitale Kanäle die ersten Schritte der Mediaplanung erläutert.Ein Buch für Mediaplanungseinsteiger, Studierende und Schaffende der Medienwelt, die sich die Grundlagen aneignen wollen.

Einführung in die nichtparametrische Statistik mit SAS, R und SPSS: Ein anwendungsorientiertes Lehr- und Arbeitsbuch

by Christine Duller

Christine Duller gibt in diesem Buch eine leicht verständliche Einführung in die nichtparametrische Statistik. Dabei beschreibt sie nicht nur die statistischen Verfahren, sondern setzt diese auch in SAS und R um. Beide Programmiersprachen stellt die Autorin kurz vor, sodass keine Vorkenntnisse notwendig sind. Das Buch eignet sich besonders für Studierende der Wirtschafts- und Sozialwissenschaften und alle Interessierten, die (nur) über Grundkenntnisse der Statistik verfügen, aber auch als Nachschlagewerk für einfache statistische Analysen.

Einführung in die Optimierung: Konzepte, Methoden und Anwendungen

by Christian Grimme Jakob Bossek

Dieses Lehrbuch vermittelt einen breiten und grundlegenden Einblick in die Methoden der mathematischen Optimierung. Im Fokus stehen Algorithmen, verschiedene Optimierungsprobleme und ihre Komplexität sowie nützliche Lösungsmethoden. Dabei haben die Autoren, Informatiker und Optimierungsexperten der Westfälischen Wilhelms-Universität Münster, die Konzepte ausführlich und leicht verständlich dargestellt und außerdem viel Wert auf die Anwendung der Problemstellungen und Lösungsverfahren auf Beispielfälle gelegt. Denn ob Bauteile passend gemacht, Personaleinsatz effizient geplant oder Transportnetzwerke effektiv gestaltet werden sollen – immer geht es um die Verbesserung von Systemen und die strukturierte Durchführung dieser Optimierung. Das Fachgebiet der mathematischen Optimierung wird daher auch häufig als Operations Research oder Unternehmensforschung bezeichnet.Das Buch beginnt mit einer Einführung in die Grundbegriffe der Optimierung und die Graphentheorie und erläutert zunächst lineare Problemformulierungen sowie den Simplex-Algorithmus als zentrales Lösungsverfahren. Anschließend werden nichtlineare Problemstellungen und zumeist heuristische Verfahren beschrieben. Hier liegt der Schwerpunkt auf Evolutionären Algorithmen, einer Klasse von randomisierten Optimierungsverfahren, die bei der Lösung komplizierter ingenieurtechnischer Probleme immer mehr an Bedeutung gewinnen.Am Schluss des Buchs betrachten die Autoren das Thema aus der Perspektive der Entscheidungs- und Spieltheorie. Denn die Optimierung, wie sie in den vorangehenden Kapiteln betrachtet wird, ist genau genommen ein Spezialfall der Entscheidungstheorie. Der Band enthält zahlreiche Übungsaufgaben mit Lösungen, die die Autoren in ihren Vorlesungen erprobt haben. Alle praktischen Problemstellungen werden durch Lösungsimplementierungen in der Programmiersprache Python (ab Version 3) und, wo möglich, mit realen Datensätzen ergänzt. Zahlreiche praktische Beispiele und Anwendungsfälle, auch aus der aktuellen Forschung, stehen als vertiefendes Begleitmaterial online zur Verfügung.

Einführung in die Quanteninformatik

by Gilbert Brands

Ausgehend von der Theorie und den Protokollen der Quantenkryptografie werden in dem Band die Servicequalitäten vorgestellt, die angesichts der aktuellen technischen Möglichkeiten erreichbar sind. Unter Berücksichtigung wenig beachteter Gesichtspunkte der Kryptoanalyse diskutiert der Autor die erreichbare Sicherheit und untersucht die Möglichkeiten des Quantencomputing. Anhand praxisnaher Aufgaben können Leser ihr Wissen vertiefen und lernen, die Techniken kritisch zu bewerten. Mit Programmieranleitung für Simulationsversuche auf dem eigenen Rechner.

Einführung in die Softwaretechnik (Xpert.press)

by Manfred Broy Marco Kuhrmann

Das Buch führt in die Grundlagen der Softwaretechnik ein. Dabei liegt sein Fokus auf der systematischen und modellbasierten Software- und Systementwicklung aber auch auf dem Einsatz agiler Methoden. Die Autoren legen besonderen Wert auf die gleichwertige Behandlung praktischer Aspekte und zugrundeliegender Theorien, was das Buch als Fach- und Lehrbuch gleichermaßen geeignet macht. Die Softwaretechnik wird im Rahmen eines systematischen Frameworks umfassend beschrieben. Ausgewählte und aufeinander abgestimmte Konzepte und Methoden werden durchgängig und integriert dargestellt.Die AutorenProf. Dr. Dr. h.c. Manfred Broy war Inhaber des Lehrstuhls für Software & Systems Engineering an der Technischen Universität München. Seine Schwerpunkte in Forschung und Lehre waren und sind die Entwicklung sicherheitskritischer eingebetteter Systeme, mobile und kontextadaptive Softwaresysteme, und Entwicklungsmethoden für leistungsfähige, industriell einsetzbare Softwaresysteme. In zahlreichen Industriekooperationen konnte die Arbeiten des Lehrstuhls angewendet und evaluiert werden. Für seine Arbeit wurde Manfred Broy vielfach ausgezeichnet. Prof. Dr. Marco Kuhrmann vertritt den Lehrstuhl Software Engineering I an der Universität Passau. Seine Schwerpunkte in Forschung und Lehre sind die Methodik des Software Engineering mit dem Fokus auf agile/hybride Software- und Produktentwicklung sowie das Prozess- und Qualitätsmanagement. Er ist einer der Entwickler des V-Modell® XT, dessen Anpassung und Einführung in Organisationen und Projekten er bereits vielfach begleitet hat.

Einführung in die Statistik: Theorie und Praxis mit R

by Andreas Handl Torben Kuhlenkasper

Dieses Lehrbuch motiviert und erklärt die Inhalte der deskriptiven und induktiven Statistik, indem es die mathematischen Grundlagen der Statistik mit vielfältigen, leicht nachvollziehbaren Anwendungen und Beispielen verbindet: Durch überschaubare Beispiele, die mit Papier und Stift durchgerechnet werden können (und sollten!) gewinnt der Leser zunächst Verständnis und einen routinierten Umgang mit den zentralen Formeln. Für größere Beispiele kommt das frei verfügbare statistische Software R zum Einsatz, welches die Berechnungen schnell und verlässlich auch für große Datensätze umsetzt.

Refine Search

Showing 17,101 through 17,125 of 53,402 results