原版的c++ cookbook,对于想提高英语水平的码农来说,很好的学习资源。
2021-12-04 14:05:14 3.7MB c++ cookbook 英文版
1
C++ Cookbook 中文版.pdf
2021-12-04 13:57:06 24.59MB C++ Cookbook
1
Building, testing, and packaging modular software with modern CMake
2021-12-04 13:48:43 7.02MB cmake
1
本书是美国O'Reilly公司出版的Arduino方面专业手册《Arduino Cookbook》的中文版。 本书由浅入深地介绍了Arduino的基础知识和应用项目,不要求软件和硬件的相关经验。 作者Michael Margolis,是Arduino语言库和核心软件的编写者之一,现任Avaya首席技术总监,曾在索尼、微软、朗讯/贝尔实验室工作,拥有30多年的相关经验,曾著《学Arduino玩转机器人制作》。 译者杨昆云,在美国俄亥俄州立大学获得生物物理学博士学位,随后在加州理工大学做博士后研究,现旅居美国。现任百度贴吧Arduino吧的吧主。 备注: 因资源过大,所以分成二部分。
2021-11-28 10:00:10 30.68MB arduino
1
本书是美国O'Reilly公司出版的Arduino方面专业手册《Arduino Cookbook》的中文版。 本书由浅入深地介绍了Arduino的基础知识和应用项目,不要求软件和硬件的相关经验。 作者Michael Margolis,是Arduino语言库和核心软件的编写者之一,现任Avaya首席技术总监,曾在索尼、微软、朗讯/贝尔实验室工作,拥有30多年的相关经验,曾著《学Arduino玩转机器人制作》。 译者杨昆云,在美国俄亥俄州立大学获得生物物理学博士学位,随后在加州理工大学做博士后研究,现旅居美国。现任百度贴吧Arduino吧的吧主。 备注: 因资源过大,所以分成二部份。
2021-11-28 09:52:31 56.44MB arduino
1
A programmer might have come across compilers at some or the other point when programming. Simply speaking, a compiler converts a human-readable, high-level language into machine-executable code. But have you ever wondered what goes on under the hood? A compiler does lot of processingbefore emitting
2021-11-22 20:40:34 2.88MB LLVM
1
Vue.js 3食谱 这是Packt发行的的代码存储库。 探索使用最新的Vue.js和TypeScript构建现代Web应用程序的可行解决方案 这本书是关于什么的? Vue.js是一个渐进式Web框架,用于为Web应用程序构建专业的用户界面。 使用Vue.js 3,前端框架通过体系结构增强,新的基本语言,新的渲染过程和分离的核心组件得到了增强。 本书涵盖以下激动人心的功能: 使用Vue.js 3的最新功能设计和开发大型Web应用程序 使用Vuetify,Buefy和Ant Design创建令人印象深刻的UI布局和页面 通过动态表单和自定义规则验证扩展您的Vue.js应用程序 将状态管理,路由和导航添加到您的Web应用程序 使用Nuxt.js将Vue.js应用扩展到服务器端 如果您觉得这本书适合您,请立即获取! 说明和导航 所有代码都组织在文件夹中。 例如,Chapter02。
2021-11-18 23:49:51 3.45MB Vue
1
Unreal Engine 4 Scripting with C++ Cookbook 2016 | ISBN-10: 1785885545 | 431 pages | PDF | 7 MB Key Features A straightforward and easy-to-follow format A selection of the most important tasks and problems Carefully organized instructions to solve problems efficiently Clear explanations of what you did Solutions that can be applied to solve real-world problems Book Description Unreal Engine 4 (UE4) is a complete suite of game development tools made by game developers, for game developers. With more than 100 practical recipes, this book is a guide showcasing techniques to use the power of C++ scripting while developing games with UE4. It will start with adding and editing C++ classes from within the Unreal Editor. It will delve into one of Unreal's primary strengths, the ability for designers to customize programmer-developed actors and components. It will help you understand the benefits of when and how to use C++ as the scripting tool. With a blend of task-oriented recipes, this book will provide actionable information about scripting games with UE4, and manipulating the game and the development environment using C++. Towards the end of the book, you will be empowered to become a top-notch developer with Unreal Engine 4 using C++ as the scripting language. What you will learn Build function libraries (Blueprints) containing reusable code to reduce upkeep Move low-level functions from Blueprint into C++ to improve performance Abstract away complex implementation details to simplify designer workflows Incorporate existing libraries into your game to add extra functionality such as hardware integration Implement AI tasks and behaviors in Blueprints and C++ Generate data to control the appearance and content of UI elements
2021-11-18 15:10:19 7.08MB Unreal Engine C++
1
Chapter 1, Introduction to Wireshark Version 2, covers basic tasks related to Wireshark. Chapter 2, Mastering Wireshark for Network Troubleshooting, covers issues that improve the use of Wireshark as a network analysis tool. Chapter 3, Using Capture Filters, talks about capture filters. Chapter 4, Using Display Filters, shows how to work with display filters. Chapter 5, Using Basic Statistics Tools, looks at simple tools that provide us with basic network statistics. Chapter 6, Using Advanced Statistics Tools, covers advanced statistical tools—I/O graphs, TCP stream graphs, and, in brief, UDP multicast streams. Chapter 7, Using the Expert System, teaches you how to use the expert system, a tool that provides deeper analysis of network phenomena, including events and problems. Chapter 8, Ethernet and LAN Switching, focuses on how to find and resolve layer 2-based problems, with a focus on Ethernet-based issues such as broadcast/multicast events, errors, and finding their source. Chapter 9, Wireless LAN, analyzes wireless LAN traffic and diagnoses connectivity and performance problems reported by users. Chapter 10, Network Layer Protocols and Operations, primarily focuses on layer 3 of the OSI reference model and shows how to analyze the layer 3 protocol (IPv4/IPv6) operations. We also cover unicast and multicast traffic flow analysis. Chapter 11, Transport Layer Protocol Analysis, primarily focuses on the transport layer of the OSI reference model, but also teaches you how to analyze various layer 4 protocol (TCP/UDP/SCTP) operations. Chapter 12, FTP, HTTP/1, and HTTP/2, discusses these protocols, how they work, and how to use Wireshark to find common errors and problems in the network. Chapter 13, DNS Protocol Analysis, covers the basic principles of the DNS protocol, the functionality, commonly faced issues, and the use of Wireshark to analyze and troubleshoot the protocol. Chapter 14, Analyzing Mail Protocols, looks at the normal operation of email protocols and h
2021-11-16 21:34:38 71.46MB 网络抓包 wireshark cookbook
1
《C++ Cookbook中文版》,原名《C++ Cookbook》,作者:D. Ryan Stephens、Christopher Diggins、Jonathan Turkanis、Jeff Cogswell,翻译:金名、周成兴,出版社:清华大学出版社,ISBN:9787302155553,pdf 高清版本,大小 25MB。 内容简介:   语言进行改进和扩充,将“类”的概念引入了c语言,构成了最早的c++语言(1983年)。后来,stroustrup和他的同事们又为c++引进了运算符重载、引用、虚函数等许多特性,并使之更加精炼,于1989年推出了at&t c++2.0版。随后美国国家标准协会ansi(american national standard institute)和国际标准化组织iso(international standards organization)一起进行了标准化工作,并于1998年正式发布了c++语言的国际标准iso/iec:98—14882c++支持面向对象的程序设计方法,特别适合于中型和大型的软件开发项目,从开发时间、费用到软件的重用性、可扩充性、可维护性和可靠性等方面,c++均具有很大的优越性。同时,c++又是c语言的一个超集,这就使得许多c代码不经修改就可被c++编译器编译通过。c++基本上可以运行在所有的平台上,并且有无数的应用程序都是用c++实现的。无论你正在实现什么、你的目标平台是什么,你都可能碰到其他的研发人员已经解决很多年的那些共同的问题。本书就是用来解决这些共同的问题,并对每一个解决方案进行了解释。   本书的结构非常简单明了,基本上每一节都是由一个问题描述和一个代码解决方案组成,并且紧跟着是一个讨论。从本书中,你一定能找到那些正让你束手无策的问题的解决方案。 目录: 前言 第1章创建c++应用程序 1.0 概述 1.1 获得和安装gcc 1.2 从命令行创建“hello,world”应用程序 1.3 从命令行创建静态库  1.4 从命令行创建动态库  1.5 从命令行创建复杂的应用程序  1.6 安装boost.build 1.7 使用boost.build创建“hello,world”应用程序 1.8 使用boost.build创建静态库 1.9 使用boost.build创建动态库 1.10 使用boost.build创建复杂应用程序 1.11 使用ide创建静态库  1.12 使用ide创建动态库  1.13 使用ide创建复杂应用程序 1.14 获得gnu make  1.15 使用gnu make创建“hello,world”应用程序  1.16 使用gnu make创建静态库  1.17 使用gnu make创建动态库 . 1.18 使用gnu make创建复杂应用程序  1.19 定义宏  1.20 从ide指定命令行选项  1.21 生成调试版程序  1.22 生成发布版程序  1.23 指定运行库  1.24 严格遵循c++标准  1.25 使源文件自动链接到指定的库  1.26 使用输出模板 第2章代码结构  2.0 概述  2.1 确保头文件只包含了一次  2.2 保证一个跨多个源文件的变量只有一个实例存在  2.3 使用向前的类声明来减少#include的使用  2.4 使用命名空间来阻止名字冲突  2.5 包含一个内联文件 第3章数值计算 3.0 概述 3.1 将字符串转换为数值 3.2 将数值转换为字符串 3.3 测试字符串中是否含有有效的数值 3.4 在限定精度内进行浮点数的比较 3.5 解析含有用科学计数法表示的数值的字符串 3.6 不同数值类型之间的转换 3.7 获得某种数值类型的最小和最大值 第4章 字符串与文本 第5章 日期与时间 第6章 数据管理 第7章 算法 第8章 类 第9章 异常与安全性 第10章 数据流与文件 第11章 科学与数学计算 第12章 多线程 第13章 国际化问题 第14章 xml 第15章 杂项
2021-11-16 19:19:01 24.59MB CPP Cookbook Cookbook中文版 CppCookbook中文版
1