悟空视频

    在线播放云盘网盘BT下载影视图书

    明解C++ - 图书

    2021计算机·编程设计
    导演:柴田望洋
    本书图文并茂,示例丰富,结合307段代码和245幅图表,由浅入深地讲解了“C++的基础知识”和“C++编程的基础知识”,内容涉及程序流的分支、循环、基本数据类型、数组、函数、指针和类等。为了帮助读者理解,对于C++语法和一些难懂的概念,均以精心绘制的示意图,清晰直观地进行讲解。读者可跟随着本书的讲解,层层深入,从而扎实掌握C++的基础知识,并具备实际用C++编程的能力。
    明解C++
    图书

    明解C++ - 图书

    2021计算机·编程设计
    导演:柴田望洋
    本书图文并茂,示例丰富,结合307段代码和245幅图表,由浅入深地讲解了“C++的基础知识”和“C++编程的基础知识”,内容涉及程序流的分支、循环、基本数据类型、数组、函数、指针和类等。为了帮助读者理解,对于C++语法和一些难懂的概念,均以精心绘制的示意图,清晰直观地进行讲解。读者可跟随着本书的讲解,层层深入,从而扎实掌握C++的基础知识,并具备实际用C++编程的能力。
    明解C++
    图书

    Expert C++ - 图书

    2020计算机·编程设计
    导演:Vardan Grigoryan Shunguang Wu
    C++ has evolved over the years and the latest release – C++20 – is now available. Since C++11, C++ has been constantly enhancing the language feature set. With the new version, you’ll explore an array of features such as concepts, modules, ranges, and coroutines. This book will be your guide to learning the intricacies of the language, techniques, C++ tools, and the new features introduced in C++20, while also helping you apply these when building modern and resilient software.You’ll start by exploring the latest features of C++, and then move on to advanced techniques such as multithreading, concurrency, debugging, monitoring, and high-performance programming. The book will delve into object-oriented programming principles and the C++ Standard Template Library, and even show you how to create custom templates. After this, you’ll learn about different approaches such as test-driven development (TDD), behavior-driven development (BDD), and domain-driven design (DDD), before taking a look at the coding best practices and design patterns essential for building professional-grade applications. Toward the end of the book, you will gain useful insights into the recent C++ advancements in AI and machine learning.By the end of this C++ programming book, you’ll have gained expertise in real-world application development, including the process of designing complex software.
    Expert C++
    搜索《Expert C++》
    图书

    C++ Primer - 图书

    2005
    导演:Stanley B. Lippman
    新的组织结构,更好的帮助循序渐进的全面了解标准C++
    C++ Primer
    搜索《C++ Primer》
    图书

    C++ Primer - 图书

    导演:Stanley B. Lippman
    Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Now fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both...(展开全部)
    C++ Primer
    搜索《C++ Primer》
    图书

    C++ FAQs - 图书

    1998
    导演:Marshall P·Cline
    In a concise and direct question-and-answer format, C++ FAQs, Second Edition brings you the most efficient solutions to more than four hundred of the practical programming challenges you face every day. Moderators of the on-line C++ FAQ at comp.lang.c++, Marshall Cline, Greg Lomow, and Mike Girou are familiar with C++ programmers' most pressing concerns. In this book, the autho...(展开全部)
    C++ FAQs
    搜索《C++ FAQs》
    图书

    C++ Gotchas - 图书

    导演:Stephen C·Dewhurst
    本书是专业编程人员的指南,它将指导你如何避免和纠正99个最常见的C++设计和编程错误,这些错误往往是极具破坏性的,也是人们十分感兴趣的。同时,本书还将向你展示更为微妙的C++特性和更为巧妙的C++编程技巧。本书主要内容包括:如何避免与C++相关的常见的及复杂的陷阱、如何创建更具重用性和可维护性的代码、高级C++编程技巧、C++语言的细微差别。
    C++ Gotchas
    搜索《C++ Gotchas》
    图书

    Essential C++ - 图书

    2006
    导演:利普曼
    本书是C++初学者的入门经典读物。全书从4个方面来展现C++的本质:procedLJral(过程化的)、gerleric(泛型的)、object—based(基于对象的)、object—oriented(面向对象的)。本书的组织围绕着一系列由浅入深的程序设计问题,介绍了用以解决这些问题的语言特性。按照这种方式,读者不但能学到C++的函数和结构,还会学习到它们的设计目的和基本原理。本书涉猎范围广泛,内容涉及C++语言发展的主要几个方面,适合有一定基础的C++初学者。
    Essential C++
    搜索《Essential C++》
    图书

    Essential C++ - 图书

    导演:Stanley B. Lippman
    Essential C++ offers a fast-track to learning and working with C++. This book is specifically designed to bring you up to speed in a short amount of time. It focuses on the elements of C++ programming that you are most likely to encounter and examines features and techniques that help solve real-world programming challenges. Essential C++ presents the basics of C++ in the conte...(展开全部)
    Essential C++
    搜索《Essential C++》
    图书

    Imperfect C++ - 图书

    导演:维尔逊
    即便是C++阵营里最忠实的信徒,也不得不承认:C++语言并不完美。实际上,世界上也没有完美的编程语言。   如何克服C++类型系统的不足?在C++中,如何利用约束、契约和断言来实施软件设计?如何处理被C++标准所忽略的动态库、静态对象以及线程等有关的问题?隐式转换有何替代方案?本书将为你一一解答这些问题。针对C++的每一个不完美之处,本书都具体地分析原因,并探讨实用的解决方案。书中也不乏许多作者创新的、你从未听说过或使用的技术,但这些确实能帮助你成为C++方面的专家。   本书适合有一定经验的C++程序员和项目经理阅读,也适合对C++编程的一些专门或高级话题感兴趣的读者参考。
    Imperfect C++
    搜索《Imperfect C++》
    图书
    加载中...