Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

C++ Programming for Linux Systems
  • Language: en
  • Pages: 288

C++ Programming for Linux Systems

Boost your C++ skills by working through realistic examples and exploring system specifications Key Features Master essential skills to build robust Linux systems Explore hands-on examples to demystify crucial development concepts, upskilling your system programming abilities Master the art of creating software for Linux systems and supercharge your C++ skills Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionAround 35 million Linux and almost 2 billion Android users rely on C++ for everything from the simplest embedded and IoT devices to cloud services, supercomputing, and space exploration. To help you produce high-quality software, two industry experts have tr...

Proceedings of the Future Technologies Conference (FTC) 2019
  • Language: en
  • Pages: 1006

Proceedings of the Future Technologies Conference (FTC) 2019

This book presents state-of-the-art intelligent methods and techniques for solving real-world problems and offers a vision of future research. Featuring 143 papers from the 4th Future Technologies Conference, held in San Francisco, USA, in 2019, it covers a wide range of important topics, including, but not limited to, computing, electronics, artificial intelligence, robotics, security and communications and their applications to the real world. As such, it is an interesting, exciting and inspiring read.

C++ Programming for Linux Systems
  • Language: en

C++ Programming for Linux Systems

  • Type: Book
  • -
  • Published: 2023-09-22
  • -
  • Publisher: Unknown

This book covers the essential system programming tools as well as the features of C++20. It emphasizes important details to maintain code quality, tackle everyday challenges of developing software for high performance, optimization, and more.

Trusted Computing Platforms
  • Language: id
  • Pages: 358

Trusted Computing Platforms

The TCPA 1.0 specification finally makes it possible to build low-cost computing platforms on a rock-solid foundation of trust. In Trusted Computing Platforms, leaders of the TCPA initiative place it in context, offering essential guidance for every systems developer and decision-maker. They explain what trusted computing platforms are, how they work, what applications they enable, and how TCPA can be used to protect data, software environments, and user privacy alike.

Scalable Parallel Computing
  • Language: en
  • Pages: 840

Scalable Parallel Computing

This book covers four areas of parallel computing: principles, technology, architecture, and programming. It is suitable for professionals and undergraduates taking courses in computer engineering, parallel processing, computer architecture, scaleable computers or distributed computing.

Object-oriented Software Metrics
  • Language: en

Object-oriented Software Metrics

Project metrics; Design metrics.

Google Web Toolkit Applications
  • Language: en
  • Pages: 897

Google Web Toolkit Applications

“Ryan clearly understands the GWT value proposition and how GWT integrates into a diverse web technology stack—and not just in a theoretical way. With the popularity of gpokr.com and kdice.com, Ryan can speak with the authority of concrete success.” —Bruce Johnson, creator of Google Web Toolkit “This book distinguishes itself from other books on GWT in that it walks through the entire process of building several nontrivial GWT applications, not the toy applications that most books present.” —R. Mark Volkmann, Object Computing, Inc. “GoogleTM Web Toolkit Applications is an excellent resource for any GWT developer. Solutions to challenges commonly encountered in GWT are present...

Computer Networks
  • Language: en
  • Pages: 436

Computer Networks

  • Type: Book
  • -
  • Published: 1993
  • -
  • Publisher: Unknown

Reflecting the technological advances made since the first edition, this book offers a tutorial on the major types of networks in use today. Each chapter provides a complete description of a major computer network technology. This edition has a new modular organization with three introductory chapters, followed by a collection of tutorials on the various key subject areas.

Programming with C++20
  • Language: en
  • Pages: 334

Programming with C++20

Programming with C++20 teaches programmers with C++ experience the new features of C++20 and how to apply them. It does so by assuming C++11 knowledge. Elements of the standards between C++11 and C++20 will be briefly introduced, if necessary. However, the focus is on teaching the features of C++20. You will start with learning about the so-called big four Concepts, Coroutines, std::ranges, and modules. The big four a followed by smaller yet not less important features. You will learn about std::format, the new way to format a string in C++. In chapter 6, you will learn about a new operator, the so-called spaceship operator, which makes you write less code. You then will look at various improvements of the language, ensuring more consistency and reducing surprises. You will learn how lambdas improved in C++20 and what new elements you can now pass as non-type template parameters. Your next stop is the improvements to the STL. Of course, you will not end this book without learning about what happened in the constexpr-world.

Advanced C++ Programming Cookbook
  • Language: en
  • Pages: 443

Advanced C++ Programming Cookbook

A recipe-based guide to refining your C++ programming skills with the help of coding best practices, advanced programming concepts, and the latest features of C++17 and C++20 Key FeaturesLearn how to develop and design your own librariesFind solutions to your app development problems and implement them in a highly reusable manner, following library development best practicesExplore advanced C++ features such as containers, coroutines, and modulesBook Description If you think you've mastered C++ and know everything it takes to write robust applications, you'll be in for a surprise. With this book, you'll gain comprehensive insights into C++, covering exclusive tips and interesting techniques ...