E-Books
4977
E-book

C++17 STL Cookbook. Discover the latest enhancements to functional programming and lambda expressions

Jacek Galowicz

C++ has come a long way and is in use in every area of the industry. Fast, efficient, and flexible, it is used to solve many problems. The upcoming version of C++ will see programmers change the way they code. If you want to grasp the practical usefulness of the C++17 STL in order to write smarter, fully portable code, then this book is for you.Beginning with new language features, this book will help you understand the language’s mechanics and library features, and offers insight into how they work. Unlike other books, ours takes an implementation-specific, problem-solution approach that will help you quickly overcome hurdles. You will learn the core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on practical real-world recipes. These recipes will help you get the most from the STL and show you how to program in a better way. By the end of the book, you will be up to date with the latest C++17 features and save time and effort while solving tasks elegantly using the STL.

4978
E-book

C++17 STL. Receptury

Jacek Galowicz

C++ pozwala zarówno na tworzenie interfejsów wysokiego poziomu, jak i na pisanie kodu działającego na niskim poziomie. Sprawdza się, gdy trzeba zapewnić wysoką wydajność i niskie obciążenie. Język ten jest konsekwentnie rozwijany: kolejne jego specyfikacje, C++14 i C++17, przyniosły wiele znakomitych udoskonaleń. Aby w pełni wykorzystać ten potencjał, należy korzystać z C++ łącznie z biblioteką STL. Jest to standardowa biblioteka języka, dzięki której C++ jest idealny do implementowania oprogramowania o wysokiej jakości i dużej wydajności. Zalety C++ sprawiają, że jest wykorzystywany niemal w każdej dziedzinie. Niestety, wielu programistów nie używa STL. Dzięki tej książce poznasz użyteczność biblioteki standardowej (STL) w C++17 w praktyce, co pozwoli Ci na tworzenie efektywniejszego i w pełni przenośnego kodu źródłowego. Najpierw poznasz nowe funkcje języka, co pozwoli Ci na zrozumienie reguł rządzących C++, oraz funkcje biblioteki standardowej i sposób jej działania. Podczas pracy nad praktycznymi i łatwymi do wykorzystania recepturami poznasz podstawowe koncepcje STL, takie jak kontener, algorytm, klasa narzędziowa, wyrażenie lambda, iterator i wiele innych. Dowiesz się, jak działają najnowsze funkcje wprowadzone w standardzie C++17. Dzięki temu zaoszczędzisz czas i wysiłek podczas programowania, a Twój kod stanie się prostszy i zdecydowanie bardziej elegancki. W książce między innymi: Nowości w standardzie C++ 17 Kontenery STL i koncepcja iteratorów Wyrażenia lambda i zaawansowane algorytmy biblioteki STL Ciągi tekstowe, strumienie wejścia-wyjścia i wyrażenia regularne Programowanie równoległe i współbieżność C++17 i STL. Elegancka klasyka i potężne możliwości.

4979
E-book

C++20 Biblioteka techniczna. Problemy i rozwiązania

J. Burton Browning, Bruce Sutherland

Odkryj najnowsze ważne funkcjonalności języka C++20, w tym moduły, koncepcje, operatory spaceship i inteligentne wskaźniki. Książka ta może stać się podręczną „książką kucharską” programisty, obejmującą zarówno zasadniczy standard języka C++, jak i niektóre z szablonów kodu dostępnych w standardowej bibliotece szablonów (STL). Książka zawiera omówienie zagadnień dotyczących liczb, ciągów, daty i czasu, klas, wyjątków, strumieni, przepływów, wskaźników i jeszcze więcej. Ponadto znajdziesz tu przykłady kodu, szablony algorytmów C++, przetwarzanie równoległe, wielowątkowość i procesy numeryczne. Jest tu również kod programowania dla grafiki 3D. Dostępne jest również całe bogactwo szablonów STL dla obiektów funkcji, adapterów, alokatorów i rozszerzeń. To niezbędne, nowoczesne źródło informacji, które będzie pomocne w każdym projekcie wykorzystującym język programowania C++. Naucz się: • Co nowego w języku C++20 • Pisać moduły • Przetwarzać teksty, liczby i klasy • Używać kontenerów i algorytmów dostępnych w bibliotece standardowej • Radzić sobie z szablonami, pamięcią, współbieżnością, sieciami, skryptami i jeszcze więcej • Tworzyć kod dla grafiki 3D     Języki programowania/C++ Poziom średniozaawansowany Kod źródłowy dostępny online  

4980
E-book

C++20. Laboratorium

Dawid Farbaniec

Wydajny i niezależny od platformy język wysokopoziomowy? To C++! Poznaj konstrukcje składniowe języka C++ Naucz się je stosować w praktyce Napisz swoje pierwsze programy Programowanie to w dużym uproszczeniu wydawanie komputerowi odpowiednich poleceń. Aby jednak móc to robić, trzeba opanować trudną sztukę komunikacji z maszyną, co w praktyce sprowadza się do posługiwania się zrozumiałym dla niej językiem. Obecnie niemal nikt nie musi się już uczyć języków niskopoziomowych, które są minimalistyczne i niezawodne, ale trudne do nauki i zastosowania w przypadku złożonych projektów. Z pomocą przychodzą tu języki wysokopoziomowe, a zwłaszcza łączący dużą wydajność z potężnymi możliwościami C++. Jeśli chcesz go poznać lub odświeżyć swoją wiedzę, rusz w drogę z tym przewodnikiem! Odbędziesz dzięki niemu podróż po składni C++, zapoznasz się z jego instrukcjami i nauczysz się czytać kod. Dowiesz się, jak stosować podstawowe i złożone typy danych, odkryjesz sposoby użycia pętli, wkroczysz w świat funkcji i programowania obiektowego, a także opanujesz sztukę obsługi wyjątków. Poznasz też najważniejsze elementy standardu C++20, takie jak wymagania nazwane (ang. concepts), koprocedury (ang. coroutines), trójdrożny operator porównania <=> (tzw. statek kosmiczny), atrybuty [[nodiscard]] z komunikatem, [[likely]] i [[unlikely]], a także typ znakowy char8_t. Prosto do celu i na praktycznych przykładach - z tą książką szybko rozgryziesz język, dzięki któremu kariera w IT stanie przed Tobą otworem. Nie zwlekaj, chwyć C++ za rogi! Podstawy algorytmiki Składnia i konstrukcje języka C++ Budowanie i uruchamianie projektów Typy podstawowe i złożone Rzutowanie i konwersja typów Instrukcje warunkowe i pętle Operatory i funkcje Tablice i wskaźniki Klasy i obiekty Obsługa wyjątków Zastosowanie szablonów Aplikacje WinRT Naucz się programować jak prawdziwy haker!

4981
E-book

C++20 STL Cookbook. Leverage the latest features of the STL to solve real-world problems

Bill Weinman

Fast, efficient, and flexible, the C++ programming language has come a long way and is used in every area of the industry to solve many problems. The latest version C++20 will see programmers change the way they code as it brings a whole array of features enabling the quick deployment of applications. This book will get you up and running with using the STL in the best way possible.Beginning with new language features in C++20, this book will help you understand the language's mechanics and library features and offer insights into how they work. Unlike other books, the C++20 STL Cookbook takes an implementation-specific, problem-solution approach that will help you overcome hurdles quickly. You'll learn core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on real-world recipes. This book is a reference guide for using the C++ STL with its latest capabilities and exploring the cutting-edge features in functional programming and lambda expressions.By the end of the book C++20 book, you'll be able to leverage the latest C++ features and save time and effort while solving tasks elegantly using the STL.

4982
E-book

Cabbages and Kings

O. Henry

Cabbages and Kings is a 1904 novel made up of interlinked short stories, written by O. Henry and set in a fictitious country. A series of stories which each explore some individual aspect of life in a paralytically sleepy Central American town called the Republic of Anchuria while each advancing some aspect of the larger plot and relating back one to another in a complex structure which slowly explicates its own background even as it painstakingly erects a town which is one of the most detailed literary creations of the period. This work is O. Henrys first published volume and is considered to be his only novel. The plot is composed of several short stories, which were inspired by the authors six-month stay in Honduras in the late 1890s. In this book, O. Henry coined the term banana republic.

4983
E-book

Cabin Fever

B.M. Bower

A classic tale of the Old West by B.M. Bower. This one is one of her earliest (1918). This was an interesting story about a man who quarrels with his young wife and goes out into the world to try to forget her. Cabin Fever gets Bud Moore into a peck of trouble now and then. Bud is a bit too trustful of strangers and before he knows it, he has injected himself into a situation that could prove to be disastrous. Bud then heads for the hills and meets up with another stranger. Then, one day, Bud finds a child who has been stolen by an Indian squaw and takes him in. How will the childs presence change the two hardened men? The surprise ending is a nice touch, by the author.

4984
E-book

Cacko

Emilia Kiereś

Srebrna bombka z cienkiego dmuchanego szkła pojawiła się na choince podczas pierwszej Wigilii po przeprowadzce rodziny Jacynów do Poznania w 1911 roku. W niemal magiczny sposób spełniło się wtedy marzenie małego Ambrożego, który kilka godzin wcześniej dostrzegł ją na wystawie sklepowej i nie mógł oderwać od niej wzroku. Od tej pory srebrne cacko stanie się najważniejszą bożonarodzeniową ozdobą, rodzinnym amuletem przechodzącym z pokolenia na pokolenie i gromadzącym w sobie pamięć o kochającej się rodzinie, jej szczęśliwych i trudnych chwilach, przywiązaniu do polskości i zwykłym byciu dobrym człowiekiem. Czytelnik uczestniczy w świętach Bożego Narodzenia kolejnych pokoleń tej rodziny w latach ważnych dla historii Polski: 1918, 1944, 1981 i całkiem współcześnie; obserwuje, jak zmienia się świat, a jednocześnie niezmienne pozostaje to wszystko, czym promieniuje cacko. Piękna i wzruszająca opowieść o poznańskiej rodzinie na przestrzeni stulecia. dla czytelnika powyżej 9 lat

4985
E-book

Cacti 0.8 Beginner's Guide. Learn Cacti and design a robust Network Operations Center

Thomas Urban

Cacti is a performance measurement tool that provides easy methods and functions for gathering and graphing system data. You can use Cacti to develop a robust event management system that can alert on just about anything you would like it to. But to do that, you need to gain a solid understanding of the basics of Cacti, its plugin architecture, and automation concepts.Cacti 0.8 Beginner's Guide will introduce you to the wide variety of features of Cacti and will guide you on how to use them for maximum effectiveness. Advanced topics like the plugin architecture and Cacti automation using the command-line interface will help you build a professional performance measurement system.Designed as a beginner's guide, the book starts off with the basics of installing and using Cacti, and also covers the advanced topics that will show you how to customize and extend the core Cacti functionalities. The book offers essential tutorials for creating advanced graphs and using plugins to create enterprise-class reports to show your customers and colleagues.From data templates to input methods and plugin installation to creating your own customized plugins, this book provides you with a rich selection of step-by-step instructions to reach your goals. It covers all you need to know to implement professional performance measurement techniques with Cacti and ways to fully customize Cacti to fit your needs.By the end of the book, you will be able to implement and extend Cacti to monitor, display, and report the performance of your network exactly the way you want.

4986
E-book

Cacti 0.8 Network Monitoring. Monitor your network with ease!

S. M. Ibrahim Lavlu, Dinangkur Kundu, Cacti Project Paypal donate@cacti.net, S M Ibrahim Lavlu

Cacti is a network monitoring tool that provides graphic solutions to your everyday monitoring issues. It has a wide variety of features and misusing them can mean that you are not monitoring your network as closely as you think. This book takes you through all of the key features of Cacti and shows how to use them for maximum effectiveness.This book will teach you how to use Cacti effectively to monitor your network through its web interface leaving aside all the heavy chunks of code. You will be introduced to all the features of Cacti in an easy-to-understand format. This book introduces Cacti and goes through its complete installation and setup. After a quick look, it will teach you to use Cacti's amazing graph templating and user management features. You will learn to customize graphs and make them better looking and easier to understand. It will teach you to provide the paths to any external script or command using Cacti. Then it will take you through importing and managing new templates and also customizing them. Creating users and assigning permissions to them is the next step in this book. Towards the end, you will learn to take backups and restore the system.

4987
E-book

Cacti Beginner's Guide. Leverage Cacti to design a robust network operations center - Second Edition

Thomas Urban

Cacti is a performance measurement tool that provides easy methods and functions for gathering and graphing system data. You can use Cacti to develop a robust event management system that can alert on just about anything you would like it to. But to do that, you need to gain a solid understanding of the basics of Cacti, its plugin architecture, and automation concepts.Cacti Beginner's Guide will introduce you to the wide variety of features of Cacti and will guide you on how to use them for maximum effectiveness. Advanced topics such as the plugin architecture and Cacti automation using the command-line interface will help you build a professional performance measurement system. Designed as a beginner's guide, the book starts off with the basics of installing and using Cacti, and also covers the advanced topics that will show you how to customize and extend the core Cacti functionalities. The book offers essential tutorials for creating advanced graphs and using plugins to create enterprise-class reports to show your customers and colleagues. From data templates to input methods and plugin installation to creating your own customized plugins, this book provides you with a rich selection of step-by-step instructions to reach your goals. It covers all you need to know to implement professional performance measurement techniques with Cacti and ways to fully customize Cacti to fit your needs. You will also learn how to migrate Cacti to new servers. Lastly you will also be introduced to the latest feature of building a scalable remote poller environment. By the end of the book, you will be able to implement and extend Cacti to monitor, display, and report the performance of your network exactly the way you want.

4988
E-book

CAD in machinery design implementation and educational issues xxxi international conference

Andrzej Łukaszewicz, Andriy Zdobytskyi, Grzegorz Mieczkowski, Roman Kaczyński, ...

The purpose of this monograph is to present the current state of the art in computer-aided design (CAD) in the mechanical (MCAD) and electrical (ECAD) industries. With the rapid development of new applications and simulation methods, CAx techniques are widely used in many branches of engineering activity. The articles in this book present the key challenges of CAx systemes. The authors propose new solutions, approaches and methodologies to meet today's engineering challenges.CAD; CAx; MEMS; UAV; FEM; AM; 3D print; reverse engineering; 3D scanning; 3D modelling; engineering education The aim of the XXXI CADMD conference was to exchange experiences between scientists in modern information technology, the development of CAx systems, teaching methods and the implementation of automated systems in the educational process, and establishing closer ties between researchers. The conference papers are presented on problems in the field of MCAD and ECAD techniques and CAx tools in automation of machine and mechanism design, identification, modelling of processes and systems, UAV, UGV, robotics, automation, electromechanical systems, application of information technologies in engineering, software, programming and algorithms, additive technologies, reverse engineering, databases, CAx engineering education, educational methods and Internet technologies in education.

4989
E-book

Cadets of the Dolphin

Fenton Ash

Welcome to the important and meaningful boys adventure novel of Francis Henry Atkins which is The Cadets of the Dolphin. Aubrey, Frank (pseudonym of Francis Henry Atkins) was a British writer of pulp fiction, in particular science fiction aimed at younger readers. Despite his commercial success at the time, little is known about Atkins personal life.

4990
E-book

Cadyk ben Beroki

Antoni Ferdynand Ossendowski

Cadyk to charyzmatyczny przywódca religijny chasydów. Dla współwyznawców stanowił on wzór sprawiedliwości, pokory i pobożności, był uważany za cudotwórcę i otaczany czcią. Taką wybitną jednostkę uczynił Ossendowski bohaterem swej powieści pt. Cadyk ben Beroki. Jednakże Josemu przyszło żyć w czasach burzliwych, na ziemiach ogarniętych wojną i rewolucją, kiedy niezwykle trudno jest kierować się prawami wiary i ocalić życie. A tymczasem cadyk bierze na siebie wykonanie wielkiej misji chce zjednoczyć naród, zbudować dlań ojczyznę, ocalić zagubionych Żydów. Będzie to tym trudniejsze, że jego syn Jochaj obróci się przeciwko ojcu.

4991
E-book

Caesar and Cleopatra

George Bernard Shaw

“Caesar and Cleopatra” is a play by George Bernard Shaw, an Irish playwright who became the leading dramatist of his generation, and in 1925 was awarded the Nobel Prize in Literature.   Caesar and Cleopatra is a play written by George Bernard Shaw that depicts a fictionalized account of the relationship between Julius Caesar and Cleopatra. Shaw wanted to prove that it was not love but politics that drew Cleopatra to Julius Caesar. He sees the Roman occupation of ancient Egypt as similar to the British occupation that was occurring during his time. Caesar understands the importance of good government, and values these things above art and love.  

4992
E-book

Caesar Dies

Talbot Mundy

Putting Crime Over by Hulbert Footner. When Madame Roska Storey and her secretary are robbed, a plan is put in place to catch the robbers as well as their leader. She is the best private detective of England, but her stories are international. Her way to resolve the mystery is original and bring you in a new world. So we are introduced to the fascinating Madame Rosika Storey, fearless and intelligent, who plays cat-and-mouse with killers, goes undercover to break up criminal gangs, and unravels deadly mysteries. A strange, yet interesting tale that was actually written in the 1920s.