Vi bøger
Levering: 1 - 2 hverdage

Kompilatorer og fortolkere

Her finder du spændende bøger om Kompilatorer og fortolkere. Nedenfor er et flot udvalg af over 956 bøger om emnet.
Vis mere
Filter
Filter
Sorter efterSorter Populære
  • af Hans-Bernd Kittlaus
    934,95 - 1.239,95 kr.

  • af Zieme Tatum
    288,95 kr.

    Student success in computer programming courses has been a long-studied problem and computer science major retention has historically been substantially lower than other majors. The issue of retention for computer science majors has become more pronounced in two-year, open-enrollment institutions. This quantitative study, grounded in Gardner's theory of multiple intelligences, attempted to address some of the causes of poor retention for entry-level computer science majors at two-year colleges by looking for predictors of student success in their first computer programming course. Logical-Mathematical and Visual-Spatial, were used along with two factors: student success in previous mathematics courses and the student's own perception of his or her programming skill.

  • - Covers x86 64-bit, AVX, AVX2, and AVX-512
    af Daniel Kusswurm
    575,95 kr.

  • af Efren Cronin
    318,95 kr.

    Programming Power: Essential Skills for a Successful Career in Tech is the key that unlocks the door to a rewarding and flourishing career in the tech industry. Crafted to cater to a diverse range of readers - from aspiring coders to seasoned developers and curious tech enthusiasts - this book serves as a comprehensive guide to the intricate world of programming and the tech industry.At the heart of this book lies a profound understanding of the complexities of coding, algorithms, and data structures. Written in a reader-friendly style, it simplifies and deciphers these complexities into easily comprehensible concepts. Readers are then meticulously guided through a variety of engaging programming scenarios, strengthening their problem-solving skills and technical acumen.The range of subjects covered is vast. From the foundational elements of programming languages to the finer details of software development processes, every aspect is thoroughly explored. But the journey doesn't stop there. This book dives into the often overlooked human facet of the tech industry, discussing effective communication within tech teams, managing deadlines, coping with stress and burnout, and strategies to cultivate a prosperous tech career.Programming Power: Essential Skills for a Successful Career in Tech also ensures that readers stay abreast of the emerging trends in the industry. Dedicated sections provide perceptive advice on leveraging these new advancements to accelerate your career trajectory.At its core, Programming Power is a potent amalgamation of practical coding skills, theoretical understanding, and indispensable career advice. It transcends the traditional coding manual by illuminating the essential traits for success in the tech industry: problem-solving, creativity, teamwork, and the relentless passion for continuous learning and growth.Embark on an enlightening journey of empowerment and discovery with Programming Power: Essential Skills for a Successful Career in Tech. More than just a book, it is a trusted companion that will steer you towards a fulfilling tech career. Harness the power of programming and shape your future with Programming Power.

  • af Achim Orlikowski
    658,95 kr.

    "Mein MySQL Buch" mit Grundlagen, Fortgeschrittene Techniken und Best Practices ist das ultimative Handbuch für jeden, der seine Kenntnisse im Bereich Datenbankmanagement erweitern möchte. "Mein MySQL Buch" bietet eine umfassende Einführung in mySQL sowie zahlreiche fortgeschrittene Techniken und Best Practices, die von Einsteigern, Auszubildenden, Fortgeschrittenen und Experten gleichermaßen genutzt werden können."Mein MySQL Buch" ist in einer Schritt-für-Schritt-Struktur aufgebaut und bietet detaillierte Anleitungen, zahlreiche kommentierte Beispiele, Übungen, Multple Choise Aufgaben nach jedem Kapitel, Fallbeispiele, sowie ein umfangreiches Stichwortregister mit Erklärungen, um das Verständnis des Lesers zu verbessern. Jedes Kapitel baut auf den vorherigen Kapiteln auf, um eine nahtlose Lernumgebung zu schaffen.

  • af Frederick Benson
    328,95 kr.

    You interact with Artificial Intelligence every day, and you may not even realize itIn this book, you will explore the history and development of Machine Learning and how it has revolutionized the world we live in today. Starting from the early days of simple algorithms that learned how to play checkers, to the complex models that can now drive cars and analyze massive amounts of data in real-time. Through easy-to-understand examples and real-world applications, you will gain a deeper understanding of the math and probability behind Machine Learning. You'll discover how the massive collection of data is essential to the development of learning algorithms, and how it is used to make decisions that affect our lives every day. Explore the relationship between Machine Learning, Artificial Intelligence, and Neural Networks, and how they work together to create intelligent machines capable of reacting to the world around them. You'll also learn about the challenges facing Machine Learning today and the ethical dilemmas that arise when AI is left unchecked. This book is for anyone who wants to understand the inner workings of Machine Learning, its real-world applications, and the potential of Artificial Intelligence in our lives. Whether you're a student, a researcher, or just someone who's interested in the future of technology, this book is a must-read.

  • af Thomas Wies
    560,95 kr.

    This open access book constitutes the proceedings of the 32nd European Symposium on Programming, ESOP 2023, which was held during April 22-27, 2023, in Paris, France, as part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2023.The 20 regular papers presented in this volume were carefully reviewed and selected from 55 submissions. They deal with fundamental issues in the specification, design, analysis, and implementation of programming languages and systems.

  • af Elizabeth Brady
    683,95 kr.

    The imagery of the "posthuman" evokes a wide range of connotations. Does it look like a person with silicone skin and aluminum bones? Is it the creature that results from thousands of years of human evolution, adapted to survive an unfamiliar environment? Is it a version of a consciousness experiencing life within a computer simulation? Posthumanism, in short, is all of the above and more. It is a philosophy, theoretical approach, and ideology that decenters the human subject. In fiction, it typically manifests itself through the depiction of posthuman beings that exceed the known bounds of the human body, like cyborgs or genetic hybrids. But posthumanism is also a critical theory that destabilizes humanism, which firmly centers the subjectivity of man above all else. Donna Haraway's "A Cyborg Manifesto" (1985) was a pioneering work in the field of posthumanism. Haraway envisions a future in which the fusion of animal and machine renders obsolete the oppositions between natural and unnatural, individual and the collective. Haraway writes, "A cyborg world might be about lived social and bodily realities in which people are not afraid of their joint kinship with animals and machines, not afraid of permanently partial identities and contradictory standpoints" (229). Technology, to Haraway, presents a unique opportunity to create a greater society in which binaries and the hierarchies they engender no longer exist.

  • af Thomas Kregeloh
    888,95 kr.

  • af Thomas Mailund
    574,95 kr.

    Master functions and discover how to write functional programs in R. In this book, updated for R 4, you'll learn to make your functions pure by avoiding side effects, write functions that manipulate other functions, and construct complex functions using simpler functions as building blocks.In Functional Programming in R 4, yoüll see how to replace loops, which can have side-effects, with recursive functions that can more easily avoid them. In addition, the book covers why you shouldn't use recursion when loops are more efficient and how you can get the best of both worlds.Functional programming is a style of programming, like object-oriented programming, but one that focuses on data transformations and calculations rather than objects and state. Where in object-oriented programming you model your programs by describing which states an object can be in and how methods will reveal or modify that state, in functional programming you model programs by describing how functions translate input data to output data. Functions themselves are considered to be data you can manipulate and much of the strength of functional programming comes from manipulating functions; that is, building more complex functions by combining simpler functions.What You'll LearnWrite functions in R 4, including infix operators and replacement functions Create higher order functionsPass functions to other functions and start using functions as data you can manipulateUse Filer, Map and Reduce functions to express the intent behind code clearly and safelyBuild new functions from existing functions without necessarily writing any new functions, using point-free programmingCreate functions that carry data along with themWho This Book Is ForThose with at least some experience with programming in R.

  • - Die Grundlagen der Programmierung - Einfach, verstandlich und mit leicht nachvollziehbaren Beispielen
    af Sabine Kämper
    530,95 kr.

    Dieses Buch hat sich als Basis fur den Einsatz von Visual Basic fur Studierende aller Fachbereiche und in der Praxis bestens bewahrt. Hier lernen Sie die grundlegenden Programmiertechniken anhand einfacher Beispiele in Verbindung mit Visual Basic kennen und einsetzen. Alle eingefuhrten Sprachelemente gelten fur die Versionen Visual Basic 6.0, VB .NET und Visual Basic for Application (VBA). Die vermittelten Kenntnisse dienen sowohl als Basis fur weiterfuhrende VB-Programme als auch fur die Einarbeitung in andere Sprachen. Schritte der Programmentwicklung, Algorithmen-Entwurfe, Unterprogrammtechniken und die Nutzung komplexer Datentypen werden vollstandig anhand von leicht nachvollziehbaren Beispielaufgaben erlautert. Inklusive Objekt-orientierter Programmierung - das Buch zeigt, wie es geht.

  • - Third International Conference, HiPEAC 2008, Goteborg, Sweden, January 27-29, 2008, Proceedings
    af Per Stenström
    485,95 - 595,95 kr.

    This highly relevant and up-to-the-minute book constitutes the refereed proceedings of the Third International Conference on High Performance Embedded Architectures and Compilers, HiPEAC 2008, held in Goteborg, Sweden, January 27-29, 2008. The 25 revised full papers presented together with 1 invited keynote paper were carefully reviewed and selected from 77 submissions. The papers are organized into topical sections on a number of key subjects in the field.

  • af James Odell, Paolo Giorgini & Jorg Muller
    582,95 kr.

  • af Werner Burkhardt
    571,95 kr.

    Maple is a computer algebraic system with a fast-growing number of users in schools, universities, and other institutions. Intended for anyone who is encountering Maple for the first time, First Steps in Maple provides a detailed step-by-step introduction, teaching by way of examples taken from many areas of mathematics. It is particularly suitable for undergraduates, and has self-test problems (with solutions) for each chapter.

  • af Arulraj L Maria
    368,95 kr.

    A software development is a highly labor intensive activity. A large software project may involve hundreds of people, and may span over many years. A project of this dimension can easily turn into chaos if proper management controls are not imposed. To complete the project successfully the large workforce has to be properly organized so that the entire workforce is contributing effectively and efficiently towards the project, proper management controls and checkpoints are required for effective project monitoring.

  • af Angelo Montanari, Andrea Orlandini & Agostino Dovier
    752,95 kr.

    ¿This book constitutes the refereed proceedings of the XXIst International Conference of the Italian Association for Artificial Intelligence on AIxIA 2022 ¿ Advances in Artificial Intelligence, which was held in Udine, Italy, during November 28¿December 2, 2022.The 33 full papers and 1 invited paper presented in this volume were carefully reviewed and selected from 54 submissions. They were organized in topical sections as follows: Hybrid Approaches; Graphs and Networks; Multiagent Systems; Automated Planning and Scheduling; AI Applications; Miscellany; Natural Language Processing; and Keynote talk.

  • af Olaf Musch
    548,95 kr.

    A practical description of the software design patterns as they are mentioned in the 1994 book "Design Patterns - Elements of Reusable ObjectOriented Software" by the author group Gamma, Helm, Johnson and Vlissides (also called "Gang of Four", GoF for short). All patterns are explained in detail by means of examples and also critically appreciated. Furthermore, design principles of object-oriented programming are described and considered. All examples are commented in detail in the source code and are executable under Java 16. In part, newer features of Java up to and including version 16 are also explained and used.

  • af Takako Soma
    442,95 kr.

    This textbook presents a focused and accessible primer on the fundamentals of Java programming, with extensive use of illustrative examples and hands-on exercises.Addressing the need to acquire a good working model of objects in order to avoid possible misconceptions, the text introduces the core concepts of object-oriented programming at any stage, supported by the use of contour diagrams. Each chapter has one or more complete programs to illustrate the various ideas presented, and to help readers learn how to write programs on their own. Chapter summaries and practical exercises also are included to help the reader to review their progress and practice their skills.This substantially updated second edition has been expanded with additional exercises, and includes new material on bit manipulation and parallel processing.Topics and features:Introduces computing concepts in Chapter 0 for new programmersAdds new chapters on bit-manipulation and parallel processingContains exercises at the end of each chapter with selected answersSupports both text-based and GUI-based Input/OutputObjects can be introduced first, last, or intermixed with other materialUses contour diagrams to illustrate objects and recursionDiscusses OOP concepts such as overloading, class methods, and inheritanceIntroduces string variables and illustrates arrays and array processingDiscusses files, elementary exception processing, and the basics of JavadocThis concise and easy-to-follow textbook/guide is ideal for students in an introductory programming course. It is also suitable as a self-study guide for both practitioners and academics.

  • af Michael Lee
    233,95 kr.

    Are you interested in finding new and effective ways to keep your system safe and secure? Do you want to make sure that you are not going to be attacked online, and that you won't have to worry about your personal or financial information getting into the wrong hands?The Kali Linux operating system is one of the best options to work with when you are ready to try out some hacking in an ethical and safe manner.In this book you will learn:How to Install Kali Linux & TORHow to use Burp Suite for various attacksSSL & CMS Scanning TechniquesPort Scanning & Network SniffingHow to Configure SPANHow to implement SYN Scan AttackHow to Brute Force with HydraHow to use Low Orbit ion CannonThis book is arranged with information, exercises and explanations in a very orderly manner which can easily answer all your questions and can clear all your doubts regarding hacking and Kali Linux. This book will be the perfect choice for you. It is something which you really need to have if you want to improve the security of your system or if you want to learn programming by using Kali Linux.

  • af Felipe Gutierrez
    355,95 kr.

    This book will teach you how to build complex Spring applications and microservices out of the box, with minimal concern over things like configurations. Pro Spring Boot 3 will show you how to fully leverage Spring Boot 3's robust features and how to apply them to create enterprise-ready applications, microservices, and web/cloud applications that just work. Special focus is given to what's been added in the new Spring Boot 3 release, including support for Java 17 and 19; changes to Spring Security; Spring Boot Actuator with Micrometer updates; GraalVM support; RSocket service interfaces; many dependency upgrades; more flexible support for Spring Data JDBC, the new AOT (Ahead-of-Time Transformation); and much more.This book is your authoritative, pragmatic guide for increasing your enterprise Java and cloud application productivity while decreasing development time. It's a no-nonsense reference packed with casestudies that increase in complexity over the course of the book. The author, a senior solutions architect and Principal Technical instructor with VMware, the company behind the Spring Framework, shares his experience, insights, and firsthand knowledge about how Spring Boot technology works and best practices for getting the most out of it.This is an essential book for your Spring learning and reference library.What You Will LearnBuild web/cloud, microservices, and enterprise applications with the Spring Boot 3 frameworkPersist data with JDBC, JPA, and NoSQL databasesMessage with JMS, RabbitMQ, WebSockets, and RSocketGain a review of Spring Cloud projectsExtend Spring Boot by creating your own Spring Boot Starter and @Enable featureTest and deploy with Spring Boot with best practicesUnderstand the new AOT (Ahead-Of-Time Transformations) and the GraalVM support to go nativeUse the latest version of Spring SecurityWho This Book Is ForExperienced Spring and Java developers seeking increased productivity gains and decreased complexity and development time in their applications and software services.

  • af Daniela Inclezan
    884,95 kr.

    This book constitutes the proceedings of the 25th International Symposium on Practical Aspects of Declarative Languages, PADL 2023, which was held in Boston, MA, USA, in January 2023.The 15 full papers and 4 short papers presented in this volume were carefully reviewed and selected from 36 submissions. The papers are organized in the following topical sections: Functional Programming; Logic Programming.

  • af Caterina Urban & Gagandeep Singh
    848,95 kr.

  • af Sebastian Dörn
    386,95 kr.

    Dieses Lehrbuch bringt Einsteiger anhand einzelner abgeschlossener Lerneinheiten das Programmieren mit Java bei. Es zeigt den Entwurf von effizienten Daten- und Ablaufstrukturen und versetzt die Leser dadurch in die Lage, algorithmische Konzepte zu verstehen und in Programmcode umzusetzen.Zentrale Lernziele sind das Verstehen der Abstraktionskonzepte moderner Programmiersprachen und das Erlernen des logischen und algorithmischen Denkens: Das Buch behandelt die strukturelle Programmierung, die Funktionsweise von Algorithmen, die Grundprinzipien der Objektorientierung und das Verarbeiten von Dateien. Die erweiterte neue Auflage umfasst auch die Bereiche Modultests, Vererbung, abstrakte Klassen, Interfaces und objektorientierte Entwurfsmuster.Zahlreiche Programmierbeispiele machen die einzelnen Konzepte begreifbar und leicht nachvollziehbar.Das Lehrbuch richtet sich an Studierende, Schüler, Lehrkräfte und an alle, die einen schnellen Einstieg in die Programmierung mit Java suchen.Der InhaltVariablen, Ausdrücke und OperatorenAus- und EingabeBedingte AuswahlanweisungenIterationen und SchleifenMethodenFelder und TabellenPrinzip algorithmischer VerfahrenReguläre AusdrückeEinfache DateiverarbeitungObjektorientierte ProgrammierungModultestsVererbungAbstrakte KlassenInterfacesObjektorientierte EntwurfsmusterDer AutorSebastian Dörn ist Ingenieurmathematiker, promovierter Informatiker und seit 2011 Professor am Hochschulcampus Tuttlingen der Hochschule Furtwangen. Er besitzt mehr als 15 Jahre Erfahrung in der Analyse, Entwicklung und praktischen Umsetzung von algorithmischen Verfahren auf den verschiedensten Gebieten.

  • af Ilya Sergey
    727,95 kr.

  • af Jim Woodcook, Jeannette M. Wing & Jim Davies
    1.181,95 - 1.185,95 kr.

  • af Iuliana Cosmina
    603,95 kr.

    Master the Spring Framework, its fundamentals and core topics, and share the authors¿ insights and real-world experiences. This book goes well beyond the basics: you'll learn how to leverage the latest Spring Framework 6 to build the various tiers and parts of today's modern, complex enterprise Java applications systems, top to bottom, including data access, SQL generation with jOOQ, persistence with Hibernate, transactions, set up security, classic web and presentation tiers and adding in some reactivity. Spring 6 will be based on the latest available Long Term Support (LTS) release, Java 17. So, you will be able to do the following in your Spring applications: use records, use new utility methods in String class; utilize Local-Variable Syntax for Lambda Parameters; Nested Based Access Control, and more. Integrating Spring with the most used frameworks and libraries is covered in this book, such as Testcontainers, Hibernate, jOOQ, Kafka and many others.A full sample application allows you to apply many of the technologies and techniques covered in Pro Spring 6 and see how they work together. This book updates the perennial bestseller with the latest that Spring Framework 6 has to offer. Now in its sixth edition, this popular title is by far the most comprehensive and definitive treatment of Spring available. After reading this book, you'll be armed with the power of Spring to build complex applications, top to bottom. The agile, lightweight, open-source Spring Framework continues to be the de facto leading enterprise Java application development framework for today's Java programmers and developers.What You Will LearnWhat¿s new in Spring Framework 6 and how to use it with the latest LTS version of Java, Java 17How to integrate Spring with the most renowned and practical frameworks and dependenciesHow to build complex enterprise cloud-native applications using Spring 6How to master data access, persistence and transactionsHow to use with Spring Batch, Integration and other key Spring projectsThis Book Is ForExperienced Java and enterprise Java developers and programmers. Some experience with Spring highly recommended.

  • af Adrian Riesco
    599,95 kr.

    This book constitutes the proceedings of the 23rd International Conference on Formal Engineering Methods, ICFEM 2022, held in Madrid, Spain, in October 2022. The 16 full and 4 short papers presented together with 1 doctoral symposium paper in this volume were carefully reviewed and selected from 41 submissions. The papers cover for research in all areas related to formal engineering methods, such as verification and validation, software engineering, formal specification and modeling, software security, and software reliability.

  • af John I. Moore
    518,95 kr.

  • af Mohammed-Amine Koulali
    588,95 kr.

    This book constitutes the revised selected papers of the 10th International Conference on Networked Systems, NETYS 2022, held as virtual event, in May 17-19, 2022. The conference was held virtually due to the COVID-19 crisis.The 18 full papers and 2 short papers presented were carefully reviewed and selected from 100 submissions. The scope of the conference covers all aspects related to the design and the development of these systems, including multi-core architectures, Concurrent and distributed algorithms, parallel/concurrent/distributed programming, distributed databases, big data applications and systems, cloud systems, networks, security, and formal verification.They were organized in topical sections as follows: Distributed System; Networking; Verification; Security.

  • af Amro Najjar, Kary Främling, Davide Calvaresi & mfl.
    581,95 kr.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.