Download or read book Linguaggio C Guida alla programmazione written by Alessandro Bellini and published by McGraw-Hill Education. This book was released on 1999 with total page 419 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Bollettino Della Unione Matematica Italiana written by Unione matematica italiana and published by . This book was released on 1994 with total page 476 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Bollettino Della Unione Matematica Italiana written by and published by . This book was released on 1992 with total page 960 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Alta frequenza written by and published by . This book was released on 1988 with total page 916 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Bilingual Educational Publications in Print written by and published by . This book was released on 1983 with total page 590 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book The C Programming Language written by Bjarne Stroustrup and published by Addison-Wesley. This book was released on 2013-07-10 with total page 1366 pages. Available in PDF, EPUB and Kindle. Book excerpt: The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language—its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup presents concise, “pure C++11” examples, which have been carefully crafted to clarify both usage and program design. To promote deeper understanding, the author provides extensive cross-references, both within the book and to the ISO standard. New C++11 coverage includes Support for concurrency Regular expressions, resource management pointers, random numbers, and improved containers General and uniform initialization, simplified for-statements, move semantics, and Unicode support Lambdas, general constant expressions, control over class defaults, variadic templates, template aliases, and user-defined literals Compatibility issues Topics addressed in this comprehensive book include Basic facilities: type, object, scope, storage, computation fundamentals, and more Modularity, as supported by namespaces, source files, and exception handling C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional programming, object-oriented programming, and generic programming Standard Library: containers, algorithms, iterators, utilities, strings, stream I/O, locales, numerics, and more The C++ basic memory model, in depth This fourth edition makes C++11 thoroughly accessible to programmers moving from C++98 or other languages, while introducing insights and techniques that even cutting-edge C++11 programmers will find indispensable. This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—noticeable by a small space inside the spine—also increases durability.
Download or read book C guida alla programmazione written by Pellegrino Principe and published by Apogeo Editore. This book was released on 2015-05-05T00:00:00+02:00 with total page 632 pages. Available in PDF, EPUB and Kindle. Book excerpt: Il linguaggio C è il punto di riferimento per la realizzazione di software per gran parte delle piattaforme hardware in uso e un passo quasi obbligato nel percorso di formazione di uno sviluppatore. La sua importanza è tale che per molti C è noto come "il C". Una sua particolarità è essere un linguaggio di alto livello che integra caratteristiche dei linguaggi di basso livello. Da questo deriva la sua efficenza in ambiti come le telecomunicazioni, il controllo di processi industriali e il software real-time, ma anche la sua complessità e la difficoltà di apprendimento soprattutto per chi non padroneggia i fondamenti dell'elettronica dei calcolatori. Questa guida vuole aiutare anche i programmatori meno esperti a familiarizzare con le caratteristiche del linguaggio in maniera graduale ma rigorosa, accompagnando parti teoriche a esempi pratici e snippet di codice che aiutano a fissare l'attenzione sui dettagli più rilevanti. Tutto il testo è basato sullo standard ISO C11.
Download or read book Library of Congress Catalog written by Library of Congress and published by . This book was released on 1970 with total page 1062 pages. Available in PDF, EPUB and Kindle. Book excerpt: Beginning with 1953, entries for Motion pictures and filmstrips, Music and phonorecords form separate parts of the Library of Congress catalogue. Entries for Maps and atlases were issued separately 1953-1955.
Download or read book Programming Rust written by Jim Blandy and published by "O'Reilly Media, Inc.". This book was released on 2021-06-11 with total page 738 pages. Available in PDF, EPUB and Kindle. Book excerpt: Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads. With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust's features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency. You'll learn: Rust's fundamental data types and the core concepts of ownership and borrowing How to write flexible, efficient code with traits and generics How to write fast, multithreaded code without data races Rust's key power tools: closures, iterators, and asynchronous programming Collections, strings and text, input and output, macros, unsafe code, and foreign function interfaces This revised, updated edition covers the Rust 2021 Edition.
Download or read book The Nature of Code written by Daniel Shiffman and published by No Starch Press. This book was released on 2024-09-03 with total page 642 pages. Available in PDF, EPUB and Kindle. Book excerpt: All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has empowered countless readers to do just that, bridging the gap between creative expression and programming. This innovative guide by Daniel Shiffman, creator of the beloved Coding Train, welcomes budding and seasoned programmers alike into a world where code meets playful creativity. This JavaScript-based edition of Shiffman’s groundbreaking work gently unfolds the mysteries of the natural world, turning complex topics like genetic algorithms, physics-based simulations, and neural networks into accessible and visually stunning creations. Embark on this extraordinary adventure with projects involving: A physics engine: Simulate the push and pull of gravitational attraction. Flocking birds: Choreograph the mesmerizing dance of a flock. Branching trees: Grow lifelike and organic tree structures. Neural networks: Craft intelligent systems that learn and adapt. Cellular automata: Uncover the magic of self-organizing patterns. Evolutionary algorithms: Play witness to natural selection in your code. Shiffman’s work has transformed thousands of curious minds into creators, breaking down barriers between science, art, and technology, and inviting readers to see code not just as a tool for tasks but as a canvas for boundless creativity. Whether you’re deciphering the elegant patterns of natural phenomena or crafting your own digital ecosystems, Shiffman’s guidance is sure to inform and inspire. The Nature of Code is not just about coding; it’s about looking at the natural world in a new way and letting its wonders inspire your next creation. Dive in and discover the joy of turning code into art—all while mastering coding fundamentals along the way. NOTE: All examples are written with p5.js, a JavaScript library for creative coding, and are available on the book's website.
Download or read book Italian Books and Periodicals written by and published by . This book was released on 1974 with total page 882 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Programming Rust written by Jim Blandy and published by "O'Reilly Media, Inc.". This book was released on 2017-11-21 with total page 646 pages. Available in PDF, EPUB and Kindle. Book excerpt: Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rust’s modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threaded code, Rust catches data races at compile time, making concurrency much easier to use. Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantage of it. Topics include: How Rust represents values in memory (with diagrams) Complete explanations of ownership, moves, borrows, and lifetimes Cargo, rustdoc, unit tests, and how to publish your code on crates.io, Rust’s public package repository High-level features like generic code, closures, collections, and iterators that make Rust productive and flexible Concurrency in Rust: threads, mutexes, channels, and atomics, all much safer to use than in C or C++ Unsafe code, and how to preserve the integrity of ordinary code that uses it Extended examples illustrating how pieces of the language fit together
Download or read book Communication and gender written by Sonia Maria Melchiorre and published by Edizioni Sette Città. This book was released on 2024-06-17 with total page 572 pages. Available in PDF, EPUB and Kindle. Book excerpt: Communication is a fundamental aspect of human interaction that is strongly influenced by social and cultural factors. Gender, on the other hand, is a socially constructed concept that significantly shapes communication patterns. This complex relationship between communication and gender is the focus of a multilingual volume (English, Italian, Spanish) that spans cultures from Mexico to Georgia. With her profound knowledge of the subject and her keen eye for detail, prof. Sonia Maria Melchiorre has masterfully curated a collection that not only showcases the latest research and groundbreaking insights, but is also a testament to her deep passion for scholarly exploration. Contributing scholars have explored the topic from a socio-economic, cultural and sexual orientation perspective to facilitate discussions on how individuals from different backgrounds express themselves. Highlighting the dynamic interplay between communication, gender and social contexts, this volume offers valuable insights into the complexities of human interaction, promoting intercultural dialogue
Download or read book C 10 and NET 6 Modern Cross Platform Development written by Mark J. Price and published by Packt Publishing Ltd. This book was released on 2021-11-09 with total page 825 pages. Available in PDF, EPUB and Kindle. Book excerpt: Publisher’s Note: Microsoft will stop supporting .NET 6 from November 2024. The newer 8th edition of the book is available that covers .NET 8 (end-of-life November 2026) with C# 12 and EF Core 8. Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6 Create professional websites and services with ASP.NET Core 6 and Blazor Build cross-platform apps for Windows, macOS, Linux, iOS, and Android Book DescriptionExtensively revised to accommodate all the latest features that come with C# 10 and .NET 6, this latest edition of our comprehensive guide will get you coding in C# with confidence. You’ll learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. The book covers the .NET APIs for performing tasks like managing and querying data, monitoring and improving performance, and working with the filesystem, async streams, and serialization. You’ll build and deploy cross-platform apps, such as websites and services using ASP.NET Core. Instead of distracting you with unnecessary application code, the first twelve chapters will teach you about C# language constructs and many of the .NET libraries through simple console applications. In later chapters, having mastered the basics, you’ll then build practical applications and services using ASP.NET Core, the Model-View-Controller (MVC) pattern, and Blazor.What you will learn Build rich web experiences using Blazor, Razor Pages, the Model-View-Controller (MVC) pattern, and other features of ASP.NET Core Build your own types with object-oriented programming Write, test, and debug functions Query and manipulate data using LINQ Integrate and update databases in your apps using Entity Framework Core, Microsoft SQL Server, and SQLite Build and consume powerful services using the latest technologies, including gRPC and GraphQL Build cross-platform apps using XAML Who this book is forDesigned for both beginners and C# and .NET programmers who have worked with C# in the past and want to catch up with the changes made in the past few years, this book doesn’t need you to have any C# or .NET experience. However, you should have a general understanding of programming before you jump in.
Download or read book Sophia written by and published by . This book was released on 1971 with total page 814 pages. Available in PDF, EPUB and Kindle. Book excerpt: Includes bibliographies and book reviews.
Download or read book Clean Code written by Robert C. Martin and published by Pearson Education. This book was released on 2009 with total page 464 pages. Available in PDF, EPUB and Kindle. Book excerpt: This title shows the process of cleaning code. Rather than just illustrating the end result, or just the starting and ending state, the author shows how several dozen seemingly small code changes can positively impact the performance and maintainability of an application code base.