21 resultater (0,29227 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Parallel Programming Patterns - Timothy Mattson - Bog - Pearson Education (US) - Plusbog.dk

OpenACC for Programmers - Sunita Chandrasekaran - Bog - Pearson Education (US) - Plusbog.dk

OpenACC for Programmers - Sunita Chandrasekaran - Bog - Pearson Education (US) - Plusbog.dk

The Complete Guide to OpenACC for Massively Parallel Programming Scientists and technical professionals can use OpenACC to leverage the immense power of modern GPUs without the complexity traditionally associated with programming them. OpenACCTM for Programmers is one of the first comprehensive and practical overviews of OpenACC for massively parallel programming. This book integrates contributions from 19 leading parallel-programming experts from academia, public research organizations, and industry. The authors and editors explain each key concept behind OpenACC, demonstrate how to use essential OpenACC development tools, and thoroughly explore each OpenACC feature set. Throughout, you’ll find realistic examples, hands-on exercises, and case studies showcasing the efficient use of OpenACC language constructs. You’ll discover how OpenACC’s language constructs can be translated to maximize application performance, and how its standard interface can target multiple platforms via widely used programming languages. Each chapter builds on what you’ve already learned, helping you build practical mastery one step at a time, whether you’re a GPU programmer, scientist, engineer, or student. All example code and exercise solutions are available for download at GitHub. - - Discover how OpenACC makes scalable parallel programming easier and more practical - - Walk through the OpenACC spec and learn how OpenACC directive syntax is structured - - Get productive with OpenACC code editors, compilers, debuggers, and performance analysis tools - - Build your first real-world OpenACC programs - - Exploit loop-level parallelism in OpenACC, understand the levels of parallelism available, and maximize accuracy or performance - - Learn how OpenACC programs are compiled - - Master OpenACC programming best practices - - Overcome common performance, portability, and interoperability challenges - - Efficiently distribute tasks across multiple processors - Register your product at informit.com/register for convenient access to downloads, updates, and/or corrections as they become available.

DKK 372.00
1

CUDA for Engineers - Duane Storti - Bog - Pearson Education (US) - Plusbog.dk

CUDA for Engineers - Duane Storti - Bog - Pearson Education (US) - Plusbog.dk

CUDA for Engineers gives you direct, hands-on engagement with personal, high-performance parallel computing, enabling you to do computations on a gaming-level PC that would have required a supercomputer just a few years ago. The authors introduce the essentials of CUDA C programming clearly and concisely, quickly guiding you from running sample programs to building your own code. Throughout, you’ll learn from complete examples you can build, run, and modify, complemented by additional projects that deepen your understanding. All projects are fully developed, with detailed building instructions for all major platforms. Ideal for any scientist, engineer, or student with at least introductory programming experience, this guide assumes no specialized background in GPU-based or parallel computing. In an appendix, the authors also present a refresher on C programming for those who need it. Coverage includes - - Preparing your computer to run CUDA programs - - Understanding CUDA’s parallelism model and C extensions - - Transferring data between CPU and GPU - - Managing timing, profiling, error handling, and debugging - - Creating 2D grids - - Interoperating with OpenGL to provide real-time user interactivity - - Performing basic simulations with differential equations - - Using stencils to manage related computations across threads - - Exploiting CUDA’s shared memory capability to enhance performance - - Interacting with 3D data: slicing, volume rendering, and ray casting - - Using CUDA libraries - - Finding more CUDA resources and code - Realistic example applications include - - Visualizing functions in 2D and 3D - - Solving differential equations while changing initial or boundary conditions - - Viewing/processing images or image stacks - - Computing inner products and centroids - - Solving systems of linear algebraic equations - - Monte-Carlo computations -

DKK 348.00
1

CUDA by Example - Jason Sanders - Bog - Pearson Education (US) - Plusbog.dk

CUDA by Example - Jason Sanders - Bog - Pearson Education (US) - Plusbog.dk

“This book is required reading for anyone working with accelerator-based computing systems.” –From the Foreword by Jack Dongarra, University of Tennessee and Oak Ridge National Laboratory CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now brings this valuable resource to programmers working on applications in other domains, including science, engineering, and finance. No knowledge of graphics programming is required–just the ability to program in a modestly extended version of C. CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. The authors introduce each area of CUDA development through working examples. After a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C, the book details the techniques and trade-offs associated with each key CUDA feature. You’ll discover when to use each CUDA C extension and how to write CUDA software that delivers truly outstanding performance. Major topics covered include - - Parallel programming - - Thread cooperation - - Constant memory and events - - Texture memory - - Graphics interoperability - - Atomics - - Streams - - CUDA C on multiple GPUs - - Advanced atomics - - Additional CUDA resources - All the CUDA software tools you’ll need are freely available for download from NVIDIA. http://developer.nvidia.com/object/cuda-by-example.html

DKK 372.00
1

Public Policy - Stella Theodoulou - Bog - Pearson Education (US) - Plusbog.dk

WHAT A WORLD 1 READING 2/E STUDENT BOOK 247267 - Milada Broukal - Bog - Pearson Education (US) - Plusbog.dk

Working Effectively with Legacy Code - Michael Feathers - Bog - Pearson Education (US) - Plusbog.dk

C++20 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

C++20 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

The professional programmer''s Deitel ® guide to C++20 Written for programmers with a background in another high-level language, in this book, you''ll learn Modern C++ development hands on using C++20 and its "Big Four" features--Ranges, Concepts, Modules and Coroutines. (For more details, see the Preface, and the table of contents diagram inside the front cover.) In the context of 200+, hands-on, real-world code examples, you''ll quickly master Modern C++ coding idioms using popular compilers--Visual C++ ® , GNU ® g++, Apple ® Xcode ® and LLVM ® /Clang. After the C++ fundamentals quick start, you''ll move on to C++ standard library containers array and vector; functional-style programming with C++20 Ranges and Views; strings, files and regular expressions; object-oriented programming with classes, inheritance, runtime polymorphism and static polymorphism; operator overloading, copy/move semantics, RAII and smart pointers; exceptions and a look forward to C++23 Contracts; standard library containers, iterators and algorithms; templates, C++20 Concepts and metaprogramming; C++20 Modules and large-scale development; and concurrency, parallelism, the C++17 and C++20 parallel standard library algorithms and C++20 Coroutines. Features - - Rich coverage of C++20''s "Big Four": Ranges, Concepts, Modules and Coroutines - - Objects-Natural Approach: Use standard libraries and open-source libraries to build significant applications with minimal code - - Hundreds of real-world, live-code examples - - Modern C++: C++20, 17, 14, 11 and a look to C++23 - - Compilers: Visual C++ ® , GNU ® g++, Apple Xcode ® Clang, LLVM ® /Clang - - Docker: GNU ® GCC, LLVM ® /Clang - - Fundamentals: Control statements, functions, strings, references, pointers, files, exceptions - - Object-oriented programming: Classes, objects, inheritance, runtime and static polymorphism, operator overloading, copy/move semantics, RAII, smart pointers - - Functional-style programming: C++20 Ranges and Views, lambda expressions - - Generic programming: Templates, C++20 Concepts and metaprogramming - - C++20 Modules: Large-Scale Development - - Concurrent programming: Concurrency, multithreading, parallel algorithms, C++20 Coroutines, coroutines support libraries, C++23 executors - - Future: A look forward to Contracts, range-based parallel algorithms, standard library coroutine support and more - " C++20 for Programmers builds up an intuition for modern C++ that every programmer should have in the current software engineering ecosystem. The unique and brilliant ordering in which the Deitels present the material jibes much more naturally with the demands of modern, production-grade programming environments. I strongly recommend this book for anyone who needs to get up to speed on C++, particularly in professional programming environments where the idioms and patterns of modern C++ can be indecipherable without the carefully crafted guidance that this book provides." -- Dr. Daisy Hollman, ISO C++ Standards Committee Member "This is a fine book that covers a surprising amount of the very large language that is C++20. An in-depth treatment of C++ for a reader familiar with how things work in other programming languages." -- Arthur O''Dwyer, C++ trainer, Chair of CppCon''s Back to Basics track, author of several accepted C++17/20/23 proposals and the book Mastering the C++17 STL "Forget about callback functions, bare pointers and proprietary multithreading libraries--C++20 is about standard concurrency features, generic lambda expressions, metaprogramming, tighter type-safety and the long-awaited concepts, which are all demonstrated in this book. Functional programming is explained clearly with plenty of illustrative code listings. The excellent chapter, ''Parallel Algorithms and Concurrency: A High-Level View,'' is a highlight of this book." -- Danny Kalev, Ph.D. and Certified System Analyst and Software Engineer, Former ISO C++ Standards Committee Member Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details. Note: eBooks are 4-color and print books are black and white.

DKK 450.00
1

Java Performance Companion - Bengt Rutisson - Bog - Pearson Education (US) - Plusbog.dk

Java Performance Companion - Bengt Rutisson - Bog - Pearson Education (US) - Plusbog.dk

Java® Performance Companion shows how to systematically and proactively improve Java performance with today’s advanced multicore hardware and complex operating system environments. The authors, who are all leading Java performance and Java HotSpot VM experts, help you improve performance by using modern software engineering practices, avoiding common mistakes, and applying tips and tricks gleaned from years of real-world experience. Picking up where Charlie Hunt and Binu John’s classic Java Performance left off, this book provides unprecedented detail on two powerful Java platform innovations: the Garbage First (G1) garbage collector and the HotSpot VM Serviceability Agent. Coverage includes - - Leveraging G1 to overcome limitations in parallel, serial, and CMS garbage collection - - Understanding each stage of G1 GC collections, both young and old - - Getting under the hood with G1 and efficiently fine-tuning it for your application - - Identifying potential optimizations, interpreting experimental results, and taking action - - Exploring the internals of the HotSpot VM - - Using HotSpot VM Serviceability Agent to analyze, triage, and resolve diverse HotSpot VM issues - - Troubleshooting out of memory errors, Java level deadlocks, and HotSpot VM crashes - - Extending the Serviceability Agent, and using the Plugin for VisualVM - - Mastering useful HotSpot VM command line options not covered in Java™ Performance - Java® Performance Companion can help you squeeze maximum performance and value from Java with JDK 8 or 9–for any application, in any environment. Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

DKK 372.00
1

Cisco pyATS — Network Test and Automation Solution - John Capobianco - Bog - Pearson Education (US) - Plusbog.dk

Cisco pyATS — Network Test and Automation Solution - John Capobianco - Bog - Pearson Education (US) - Plusbog.dk

Unlock the power of automated network testing with the Cisco pyATS framework. Written by industry experts John Capobianco and Dan Wade, Cisco pyATS—Network Test and Automation Solution is a comprehensive guide to the Cisco pyATS framework, a Python-based environment for network testing, device configuration, parsing, APIs, and parallel programming. Capobianco and Wade offer in-depth insights into the extensive capabilities of pyATS and the pyATS library (Genie). You''ll learn how to leverage pyATS for network testing, including software version testing, interface testing, neighbor testing, and reachability testing. You''ll discover how to generate intent-based configurations, create mock devices, and integrate pyATS into larger workflows using CI/CD pipelines and artificial intelligence. You''ll explore the pyATS Blitz feature, which introduces a low-code no-code approach to network testing by allowing you to configure devices and write test cases using YAML, much like Ansible. And you''ll learn how to reset devices during or after testing with the pyATS Clean feature, build a pyATS image from scratch for containerized application deployment, and much more. Whether you''re a network professional, software developer, or preparing for the Cisco DevNet Expert Lab exam, this book is a must-have resource. Understand the foundations of NetDevOps and the modern network engineer''s toolkit - - Install, upgrade, and work with the pyATS framework and library - - Define test cases, control the flow of test execution, and review test results with built-in reporting features - - Generate automated network documentation with Jinja2 templates and Genie Conf objects - - Apply CI/CD practices in network automation with GitLab, Ansible, and pyATS - - Leverage artificial intelligence in pyATS for enhanced network automation -

DKK 442.00
1

Essential C# 12.0 - Mark Michaelis - Bog - Pearson Education (US) - Plusbog.dk

Essential C# 12.0 - Mark Michaelis - Bog - Pearson Education (US) - Plusbog.dk

The Comprehensive, Expert Guide to C# 12.0 for Programmers at All Levels Updated for the Microsoft C# 12.0 Long Term Support (LTS) release, Essential C# 12.0 is a well-organized, no-fluff C# guide, suitable for every programmer. Building on the proven, high-value content of previous editions, world-class C# expert Mark Michaelis illuminates key enhancements in C# 12.0, including any-type aliases, inline arrays, default lambda expression parameters, and expanded support for primary constructors. Michaelis presents a comprehensive tutorial and reference for the entire C# language, helping you accelerate your journey to expert-level C# programmer. Succinct examples illustrate core constructs, and modern coding guidelines help you minimize bugs and write code that''s easier to evolve. To help you quickly find what you need and maintain compatibility, the book includes version-specific icons and notes identifying when each innovation was introduced. - - Use structured programming constructs to write functioning code immediately - - Learn both the complexities and solutions to nullable reference types - - Thoroughly master C# object constructs, including classes, inheritance, and interfaces - - Reduce code redundancy with generics, delegates, and lambda expressions - - Take full advantage of collections with LINQ - - Improve multithreading with the taskbased async pattern and asynchronous streams - - Enhance performance through the parallel processing of data and multithreading tasks - - Make the most of refl ection, attributes, and the declarative programming paradigm - - Program complex types with enhanced pattern matching syntax - - Write succinct type defi nitions with record structs and classes - - Explore the new features of C# 8.0-C# 12.0 - "Welcome to one of the most venerable and trusted franchises you could dream of in the world of C# book--and probably far beyond!" --From the Foreword by Mads Torgersen , C# Lead Designer, Microsoft Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 494.00
1

Logic Pro - Apple Pro Training - David Nahmani - Bog - Pearson Education (US) - Plusbog.dk

Logic Pro - Apple Pro Training - David Nahmani - Bog - Pearson Education (US) - Plusbog.dk

The Apple-Certified Way to Learn Record, arrange, produce, mix, and master music with this bestselling, Apple-certified guide to Logic Pro. Veteran producer and composer David Nahmani uses real-world professional Logic Pro projects to guide you through step-by-step instructions and straightforward explanations, ranging from basic music creation to sophisticated production techniques. Using a project-based approach, this book shows you how to record audio and software instruments, create musical content, and build arrangements. You’ll explore Session Players to create professional drum, bass, and keyboard performances, and use the Chord track to edit your song’s chord progressions. You’ll use Sample Alchemy, Beat Breaker, and Quick Sampler to create stutter effects and vocal chops, and learn ear-candy production techniques, such as parallel processing and turntable start and stop effects. You’ll use Flex Time to stretch audio and correct the timing of recordings, and you’ll tune vocals with Flex Pitch. You’ll add the warmth and coloration of analog audio equipment with the mix, and automate the song with ChromaGlow, mix a song using EQ, compression, delay, reverb, and other plug-ins to achieve a professional sound. Finally, you’ll automate the mix and prepare the song for distribution on streaming services with Mastering Assistant. - - Downloadable real-world, professional Logic Pro files to follow along with the projects - - AI-driven tools in Logic Pro 11 - - Step-by-step hands-on exercises - - Accessible writing style that puts an expert mentor at your side - - Ample illustrations that help you quickly master techniques - - Lists of keyboard shortcuts used in each lesson - - Tips to improve your workflow - - Online personal support on the author’s website - The Apple Pro Training Series is Apple’s official self-paced learning resource. Books in this series offer downloadable lesson files and an online version of the book. Additional information on this and other books in this series can be found at www.peachpit.com/apple. For more on certification, visit training.apple.com.

DKK 679.00
1

Logic Pro - Apple Pro Training Series - David Nahmani - Bog - Pearson Education (US) - Plusbog.dk

Logic Pro - Apple Pro Training Series - David Nahmani - Bog - Pearson Education (US) - Plusbog.dk

The Apple-Certified Way to Learn Record, arrange, produce, mix, and master music with this bestselling, Apple-certified guide to Logic Pro. Veteran producer and composer David Nahmani uses real-world professional Logic Pro projects to guide you through step-by-step instructions and straightforward explanations, ranging from basic music creation to sophisticated production techniques. You''ll trigger Live Loops in real time, record audio and software instruments, create and edit sequences, and build arrangements. You''ll create both acoustic and electronic virtual drum performances. You''ll use Quick Sampler to create stutter effects and vocal chop, and explore ear candy production techniques, such as parallel processing and turntable start and stop effects. You''ll use Smart Controls to map knobs, buttons, and drum pads on a MIDI controller or an iPad. You''ll harness the power of Smart Tempo to sync up all your audio and MIDI. You''ll use Flex Time to stretch audio and correct the timing of recordings, and you''ll tune vocals with Flex Pitch. You''ll mix, automate, and master the song with EQ, compression, delay, reverb, limiters, and other plug-ins to achieve a professional sound. Finally, you''ll create a 3D spatial audio mix with Logic Pro''s new Dolby Atmos plug-ins, using binaural rendering to experience that immersive sonic experience on your headphones. - - Downloadable real-world, professional Logic projects - - Step-by-step hands-on exercises - - Accessible writing style that puts an expert mentor at your side - - Ample illustrations that help you quickly master techniques - - Lists of keyboard shortcuts used in each lesson - - Tips to improve your workflow - - Online personal support on the author''s website - The Apple Pro Training Series is Apple''s official self-paced learning resource. Books in this series offer downloadable lesson files and an online version of the book. Additional information on this and other books in this series can be found at peachpit.com/apple. For more on certification, visit training.apple.com. Also in the Apple Pro Training Series: - - Final Cut Pro - - macOS Support Essentials -

DKK 442.00
1

Big Data Fundamentals - Thomas Erl - Bog - Pearson Education (US) - Plusbog.dk

Big Data Fundamentals - Thomas Erl - Bog - Pearson Education (US) - Plusbog.dk

“This text should be required reading for everyone in contemporary business.” --Peter Woodhull, CEO, Modus21 “The one book that clearly describes and links Big Data concepts to business utility.” --Dr. Christopher Starr, PhD “Simply, this is the best Big Data book on the market!” --Sam Rostam, Cascadian IT Group “...one of the most contemporary approaches I’ve seen to Big Data fundamentals...” --Joshua M. Davis, PhD The Definitive Plain-English Guide to Big Data for Business and Technology Professionals Big Data Fundamentals provides a pragmatic, no-nonsense introduction to Big Data. Best-selling IT author Thomas Erl and his team clearly explain key Big Data concepts, theory and terminology, as well as fundamental technologies and techniques. All coverage is supported with case study examples and numerous simple diagrams. The authors begin by explaining how Big Data can propel an organization forward by solving a spectrum of previously intractable business problems. Next, they demystify key analysis techniques and technologies and show how a Big Data solution environment can be built and integrated to offer competitive advantages. - - Discovering Big Data’s fundamental concepts and what makes it different from previous forms of data analysis and data science - - Understanding the business motivations and drivers behind Big Data adoption, from operational improvements through innovation - - Planning strategic, business-driven Big Data initiatives - - Addressing considerations such as data management, governance, and security - - Recognizing the 5 “V” characteristics of datasets in Big Data environments: volume, velocity, variety, veracity, and value - - Clarifying Big Data’s relationships with OLTP, OLAP, ETL, data warehouses, and data marts - - Working with Big Data in structured, unstructured, semi-structured, and metadata formats - - Increasing value by integrating Big Data resources with corporate performance monitoring - - Understanding how Big Data leverages distributed and parallel processing - - Using NoSQL and other technologies to meet Big Data’s distinct data processing requirements - - Leveraging statistical approaches of quantitative and qualitative analysis - - Applying computational analysis methods, including machine learning -

DKK 295.00
1

Essential C# 8.0 - Mark Michaelis - Bog - Pearson Education (US) - Plusbog.dk

Essential C# 8.0 - Mark Michaelis - Bog - Pearson Education (US) - Plusbog.dk

The Comprehensive, Expert Guide to C# 8.0 for Programmers at All Levels "Welcome to one of the most venerable and trusted franchises you could dream of in the world of C# books -- and probably far beyond! . . . Mark is super smart, insists on understanding everything to the core, and has phenomenal insight into how things affect real developers. . . . He goes right to the essence and communicates with great integrity -- no sugarcoating -- and has a keen eye for practical value and real-world problems." -- From the Foreword by Mads Torgersen, C# Lead Designer, Microsoft Essential C# 8.0 is a well-organized, no-fluff guide to C# 8.0 for programmers at all levels of experience. This edition retains all the valuable content of prior editions and adds discussions of null reference types, indices and ranges, enhanced pattern matching, asynchronous stream, and more. World-class C# expert Mark Michaelis presents a comprehensive tutorial and reference for the entire language, providing an accelerated learning opportunity to achieve expert C# programming skills. He includes key C# 8.0 enhancements, succinct examples to illustrate central constructs, and updated coding guidelines for minimizing bugs and writing code that''s easier to evolve. To help you quickly find what you need, there are version-specific indexes of C# 6.0, 7.0, and 8.0 topics and visual icons that identify when each language innovation was introduced. - - Use structured programming constructs to write functioning code immediately - - Learn both the complexities and solutions to nullable reference types - - Thoroughly master C# object constructs, including classes, inheritance, and interfaces - - Reduce code redundancy with generics, delegates, lambda expressions, and events - - Take full advantage of collections, including the new standard query operator collection API - - Make the most of reflection, attributes, and the declarative programming paradigm - - Improve multithreading with the task-based async pattern and C# 8.0 asynchronous streams - - Enhance performance through the parallel processing of data and multithreading tasks - - Program complex types with enhanced pattern matching syntax - - Interoperate with unmanaged code written in other languages, including C-based APIs - - Explore the relationship between C# programs and the underlying CLI runtime - Register your product for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 442.00
1

Java 9 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

Java 9 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

The professional programmer’s Deitel® guide to Java® 9 and the powerful Java platform Written for programmers with a background in another high-level language, this book applies the Deitel signature live-code approach to teaching programming and explores the Java® 9 language and APIs in depth. The book presents concepts in fully tested programs, complete with code walkthroughs, syntax shading, code highlighting and program outputs. It features hundreds of complete Java 9 programs with thousands of lines of proven code, and hundreds of software-development tips that will help you build robust applications. Start with an introduction to Java using an early classes and objects approach, then rapidly move on to more advanced topics, including JavaFX GUI, graphics, animation and video , exception handling, lambdas, streams, functional interfaces , object serialization, concurrency, generics, generic collections, database with JDBCTM and JPA , and compelling new Java 9 features, such as the Java Platform Module System , interactive Java with JShell (for discovery, experimentation and rapid prototyping) and more. You’ll enjoy the Deitels’ classic treatment of object-oriented programming and the object-oriented design ATM case study, including a complete Java implementation. When you’re finished, you’ll have everything you need to build industrial-strength, object-oriented Java 9 applications. New Java® 9 Features - - Java® 9’s Platform Module System - - Interactive Java via JShell—Java 9’s REPL - - Collection Factory Methods, Matcher Methods, Stream Methods, JavaFX Updates, Using Modules in JShell, Completable Future Updates, Security Enhancements, Private Interface Methods and many other language and API updates. - Core Java Features - - Classes, Objects, Encapsulation, Inheritance, Polymorphism, Interfaces - - Composition vs. Inheritance, “Programming to an Interface not an Implementation” - - Lambdas, Sequential and Parallel Streams, Functional Interfaces with Default and Static Methods, Immutability - - JavaFX GUI, 2D and 3D Graphics, Animation, Video, CSS, Scene Builder - - Files, I/O Streams, XML Serialization - - Concurrency for Optimal Multi-Core Performance, JavaFX Concurrency APIs - - Generics and Generic Collections - - Recursion, Database (JDBCTM and JPA) - Keep in Touch - - Contact the authors at: deitel@deitel.com - - Join the Deitel social media communities LinkedIn® at bit.ly/DeitelLinkedIn Facebook® at facebook.com/DeitelFan Twitter® at twitter.com/deitel YouTubeTM at youtube.com/DeitelTV - - Subscribe to the Deitel ® Buzz e-mail newsletter at www.deitel.com/newsletter/subscribe.html - - For source code and updates, visit: www.deitel.com/books/Java9FP -

DKK 426.00
1

Very Easy True Stories - Sandra Heyer - Bog - Pearson Education (US) - Plusbog.dk

Very Easy True Stories - Sandra Heyer - Bog - Pearson Education (US) - Plusbog.dk

Would you believe ... ? • The parents of two daughters eagerly await the birth of their third child, hoping for a son. They get a big surprise -- quadruplets! All four are...girls! • A waitress accepts a lottery ticket as a tip, instead of cash. And the ticket wins $6 million! • A middle-aged couple are still in love and want to stay married -- but they just can’t get along. What is their solution to the dilemma? Separate side-by-side houses! These stories, selected from mainstream news sources, are very low-level but high interest -- humorous, poignant, astounding -- and all true! They are told as simply as possible -- exclusively in the present tense -- and all stories are less than 1⁄2 page long. Very Easy True Stories , by Sandra Heyer, is an ideal first text for students with little experience with English. It is a companion book to All New Very Easy True Stories , which is at the same level but features all new stories and exercises. These two parallel readers give students the option of lingering at the low-beginning level. They can go back and forth between Very Easy True Stories and All New Very Easy True Stories , or they can complete first one book and then the other. Or teachers can use Very Easy True Stories one semester and All New Very Easy True Stories the next. That way, students who stay in a low-beginning class when their classmates move on to the next level can essentially repeat the class but with all new material. Combined, the two books offer 28 stories, giving teachers multiple opportunities to incorporate reading into their thematically-based instructional units. Features • First, students see a series of captioned pictures that clarify the meaning of the sentences beneath the pictures. • Next, students read the story in text form for real reading practice. • Finally, students complete exercises following each story to develop basic reading skills as well as build pronunciation, spelling, and vocabulary proficiency. The True Stories series includes: True Stories Behind the Songs More True Stories Behind the Songs Very Easy True Stories All New Very Easy True Stories Easy True Stories, Second Edition All New Easy True Stories True Stories in the News, Third Edition More True Stories, Third Edition Even More True Stories, Third Edition Beyond True Stories

DKK 244.00
1

ALL NEW VERY EASY TRUE STORIES 134556 - Sandra Heyer - Bog - Pearson Education (US) - Plusbog.dk

ALL NEW VERY EASY TRUE STORIES 134556 - Sandra Heyer - Bog - Pearson Education (US) - Plusbog.dk

Would you believe ... ? - - A woman gets a phone call, but it is the wrong number. How does this call save her life? - - A man parks near a “No Parking” sign and gets a ticket. Every day he goes back to the “No Parking” sign and parks there, and every day he gets a ticket. Why does he keep going back? - - A woman is driving on a highway at 100 mph, and she cannot slow down. What does she do? - More very low-level yet high-interest stories! These stories, selected from mainstream news sources, are humorous, poignant, astounding -- and all true ! They are told as simply as possible -- exclusively in the present tense -- and all stories are less than 1⁄2 page long. All New Very Easy True Stories, by Sandra Heyer, is an ideal first text for students with little experience with English. It is a companion book to Very Easy True Stories, which is at the same level but features different stories and exercises. These two parallel readers give students the option of lingering at the low-beginning level. They can go back and forth between Very Easy True Stories and All New Very Easy True Stories , or they can complete first one book and then the other. Or teachers can use Very Easy True Stories one semester and All New Very Easy True Stories the next. That way, students who stay in a low-beginning class when their classmates move on to the next level can essentially repeat the class but with all new material. Combined, the two books offer 28 stories, giving teachers multiple opportunities to incorporate reading into their thematically-based instructional units. Features - - First, students see a series of 18 captioned pictures that clarify the meaning of the sentences beneath the pictures. - - Next, students read the story in text form for real reading practice. - - Finally, students complete exercises following each story to develop basic reading skills as well as build pronunciation, spelling, and vocabulary proficiency. - The True Stories series includes: True Stories Behind the Songs More True Stories Behind the Songs Very Easy True Stories All New Very Easy True Stories Easy True Stories, Second Edition All New Easy True Stories True Stories in the News, Third Edition More True Stories, Third Edition Even More True Stories, Third Edition Beyond True Stories

DKK 254.00
1

More Effective C# - Bill Wagner - Bog - Pearson Education (US) - Plusbog.dk

More Effective C# - Bill Wagner - Bog - Pearson Education (US) - Plusbog.dk

In More Effective C#, Second Edition, world-renowned .NET expert Bill Wagner identifies and illuminates 50 intermediate-to-advanced techniques for writing exceptionally robust and well-performing C# 7.0 code. Reflecting the growing sophistication of the C# language and its development community, Wagner presents powerful new solutions to problems you’re likely to encounter every day. Through three editions of Effective C#, Wagner’s clear explanations, expert tips, and realistic code examples have proven invaluable to hundreds of thousands of developers. With the publication of this title, Effective C#, Third Edition, and More Effective C#, Second Edition, have been completely reorganized to provide clear explanations, expert tips, and realistic code examples in a cohesive package for modern C#. More Effective C#, Second Edition, brings the same proven approach to the new features in C# 7.0, helping you perform familiar tasks more efficiently and effectively. Drawing on his unsurpassed C# experience and key role on global C# standards committees, Wagner addresses object-oriented, functional, and service-oriented approaches to managing data with C#; better ways to express your intent to users and other programmers; and new opportunities to leverage powerful asynchronous and dynamic programming techniques. - - Use properties instead of accessible data members (Item 1) - - Distinguish between value and reference types (Item 4) - - Understand relationships among multiple concepts of equality (Item 9) - - Avoid conversion operators in your APIs (Item 11) - - Understand how interface and virtual methods differ (Item 15) - - Avoid overloading methods defined in base classes (Item 19) - - Create method groups that are clear, minimal, and complete (Item 22) - - Enable immediate error reporting in iterators and async methods (Item 26) - - Use async methods for async work (Item 27) - - Avoid thread allocations and context switches (Item 30) - - Construct PLINQ parallel algorithms with exceptions in mind (Item 36) - - Use the thread pool instead of creating threads (Item 37) - - Use BackgroundWorker for cross-thread communication (Item 38) - - Use the smallest possible scope for lock handles (Item 41) - - Understand the pros and cons of dynamic programming (Item 43) - - Make full use of the expression API (Item 46) - - Minimize dynamic objects in public APIs (Item 47) - You’re already a successful C# programmer: this book will make you an outstanding one. Content Update Program: This title is no longer part of the Content Update Program. The content is final, and no further updates will be released.

DKK 342.00
1

Bootstrap in 24 Hours, Sams Teach Yourself - Jennifer Kyrnin - Bog - Pearson Education (US) - Plusbog.dk

Bootstrap in 24 Hours, Sams Teach Yourself - Jennifer Kyrnin - Bog - Pearson Education (US) - Plusbog.dk

Learn to create great-looking responsive web sites with Bootstrap In just 24 lessons of one hour or less, Sams Teach Yourself Bootstrap in 24 Hours helps you use the free and open source Bootstrap framework to quickly build websites that automatically reflect each user’s device and experience, without complex hand crafting. This book’s straightforward, step-by-step approach shows you how to install Bootstrap and quickly build basic sites; extend them with styles, components, and JavaScript plug-ins, and even create sophisticated designs with advanced features. In just a few hours, you’ll be using Bootstrap to bring responsive design to virtually any site. Every lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success. - - Step-by-step instructions carefully walk you through the most common Bootstrap development tasks - - Practical, hands-on examples show you how to apply what you learn - - Quizzes and exercises help you test your knowledge and stretch your skills - - Notes and tips point out shortcuts and solution - Learn how to... - - Download Bootstrap and integrate it into your project - - Quickly build your first Bootstrap site with the basic template - - Create beautiful and responsive site layouts with Bootstrap’s built-in grids - - Display more interesting text with labels, badges, panels, and wells - - Style tables and forms so they’re attractive, readable, and responsive - - Use images, media, and icons, including free Glyphicons - - Quickly create navigation and buttons, including dropdowns and search fields - - Add alignment, color, and visibility with Bootstrap’s CSS utilities - - Extend your site with alerts, image carousels, and other JavaScript plugins - - Rapidly create appealing functional prototypes - - Customize Bootstrap with CSS, Less, and Sass - - Lighten Bootstrap downloads by stripping out unnecessary features - - Build accessible sites - - Create complex designs that don’t look generic - Who This Book is For - - Those who already have an understanding of the basics of HTML and CSS - - Having an understanding of JavaScript will make this book a bit easier to absorb, but it is not required because the basics of JavaScript are covered - Contents at a Glance Part I: Getting Started with Bootstrap Hour 1: What Is Bootstrap, and Why You Should Use It Hour 2: Downloading and Installing Bootstrap Hour 3: Build Your First Bootstrap Website with the Basic Template Hour 4: Understanding Normalize.CSS and the Basics of Bootstrap CSS Part II: Building and Managing Web Pages with Bootstrap Hour 5: Grids and How to Use Them Hour 6: Labels, Badges, Panels, Wells, and the Jumbotron Hour 7: Bootstrap Typography Hour 8: Styling Tables Hour 9: Styling Forms Hour 10: Images, Media Objects, and Glyphicons Hour 11: Styling and Using Buttons and Button Groups Hour 12: Creating Navigation Systems with Bootstrap Hour 13: Bootstrap Utilities Part III: Bootstrap JavaScript Plugins Hour 14: Using Bootstrap JavaScript Plugins Hour 15: Modal Windows Hour 16: Affix, Tab, and ScrollSpy Hour 17: Popovers and Tooltips Hour 18: Transitions, Buttons, Alerts, and Progress Bars Hour 19: Collapse and Accordion Hour 20: Carousels Part IV: Customizing Bootstrap Hour 21: Customizing Bootstrap and Your Bootstrap Website Hour 22: Making Bootstrap Accessible Hour 23: Using Less and Sass with Bootstrap Hour 24: Going Further with Bootstrap

DKK 251.00
1

Java for Programmers - Paul Deitel - Bog - Pearson Education (US) - Plusbog.dk

Java for Programmers - Paul Deitel - Bog - Pearson Education (US) - Plusbog.dk

The professional programmer's Deitel® guide to Java with integrated generative AI Written for programmers with a background in another high-level language, in Java for Programmers: with Generative AI, Fifth Edition, you'll learn modern Java development hands on using the latest Java idioms and features and genAIs. In the context of 200+ real-world code examples, you'll quickly master Java fundamentals then move on to arrays, strings, regular expressions, JSON/CSV processing with the Jackson library, private- and public-key cryptography, classes, inheritance, polymorphism, interfaces, dependency injection, exceptions, generic collections, custom generics, functional programming with lambdas and streams, JavaFX GUI, graphics and multimedia, platform threads, virtual threads, structured concurrency, scoped values, building API-based Java genAI apps, database with JDBC and SQLite, the Java Platform Module System and JShell for Python-like interactivity. Features: GenAI Prompt Engineering, API Calls, 600 GenAI ExercisesChatGPT, Gemini, Claude, PerplexityMultimodal: Text, Code, Images, Audio, Speech-to-Text, Text-to-Speech, VideoGenerics: Collections, Classes, MethodsFunctional Programming: Lambdas & StreamsJavaFX: GUI, Graphics, MultimediaConcurrency: Parallel Streams, Virtual Threads, Structured Concurrency, Scoped Values, Concurrent Collections, Multi-CoreDatabase: JDBC, SQL, SQLiteJava Platform Module System (JPMS)Objects Natural: Java API, String, BigInteger, BigDecimal, Date/Time, Cryptography, ArrayList, Regex, JSON, CSV, Web ServicesJShell for Python-Like Interactivity Want to stay in touch with the Deitels? Contact the authors at deitel@deitel.comJoin the Deitel social media communitiesdeitel.com/linkedinfacebook.com/DeitelFaninstagram.com/DeitelFanx.com/deitelyoutube.com/DeitelTVmastodon.social/@deitelFor source code and updates, visit: deitel.com/javafp5 Reviewer Comments"The future of Java programming is here, and this new edition of Deitel is leading the charge! By embracing genAI head-on, the authors are potentially revolutionizing programming education. Through its integrative approach to the use and study of genAI, this book is positioned to be the leading book in modern Java and its applications. Indeed, I expect that it should be widely adopted by instructors who want to ingrain in their students an appreciation for the critical role that Java will play in data science, machine learning, artificial intelligence, and cybersecurity. "The book's innovative and forward-thinking use of genAI facilitates reader engagement and inspires readers to think critically about the benefits and limitations of AI as a programming aid. Chapter 19 could become everyone's favorite new Java book chapter--the generative AI API-based code examples are interesting and fun. "All audiences of this book should read the Preface--there's so much to get excited about! It demonstrates, with refreshing transparency and honesty, how much love and care went into the reinvention of an already outstanding Java book by bringing it into a new frontier of what it means to be a programmer in today's world. Bravo! Your Preface statement: 'GenAI has created an ultra-high-level programming capability that will leverage your Java learning experience and ability to produce robust, top-quality Java software quickly, conveniently and economically.' is a great conclusion to the Preface intro--really helps justify the use of genAI!"--Brian Canada, Professor of Computational Science, University of South Carolina Beaufort "After reading your whole book, it was fun to read the Preface that wraps everything up at a high level. You have done some amazing work here, and I'm glad to have been a small part of it as a reviewer! I especially appreciate how difficult it must have been to make sure everything was as up to date as possible with the speed at which things change in this field, and the deftness with which you incorporated all the focus on GenAI and data science that's in this book." --Emily Navarro, Ph.D., Continuing Lecturer, Department of Informatics, University of California, Irvine "The generative AI exercises are awesome and reflect the way modern developers work! They are fun and let the reader explore and learn about AI by using AI--how meta. This allows readers to expand their knowledge and get a feel for the AIs' code-related capabilities." --Jeanne Boyarsky, CodeRanch, Java Champion Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details. (Note: eBooks are 4-color and print books are black and white.)

DKK 442.00
1