自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (8)
  • 收藏
  • 关注

空空如也

microcontroller.txt

英文版视频教程,以STM32系列MCU为例,讲解开发工具、开发方法、重点是各种接口的驱动程序写法、用法等,有较大参考价值。 东西较大(2GB多),放在百度网盘上。

2020-02-04

Filipek B. C++17 In Detail 2019.pdf

If you’ve ever asked “what’s in C++17 and what does it mean for me and my code?” — and I hope you have — then this book is for you. Now that the C++ standard is being released regularly every three years, one of the challenges we have as a community is learning and absorbing the new features that are being regularly added to the standard language and library. That means not only knowing what those features are, but also how to use them effectively to solve problems. Bartlomiej Filipek does a great job of this by not just listing the features, but explaining each of them with examples, including a whole Part 3 of the book about how to apply key new C++17 features to modernize and improve existing code — everything from upgrading enable_if to the new if constexpr, to refactoring code by applying the new optional and variant vocabulary types, to writing parallel code using the new standard parallel algorithms. In each case, the result is cleaner code that’s often also significantly faster too. The point of new features isn’t just to know about them for their own sake, but to know about how they can let us express our intent more clearly and directly than ever in our C++ code. That ability to directly “say what we mean” to express our intent, or to express “what” we want to achieve rather than sometimes-tortuous details of “how” to achieve it through indirect mechanisms, is the primary thing that determines how clean and writable and readable — and correct — our code will be. For C++ programmers working on real-world projects using reasonably up-to-date C++ compilers, C++17 is where it’s at in the industry today for writing robust production code. Knowing what’s in C++17 and how to use it well is an important tool that will elevate your day-to-day coding, and more likely than not reduce your day-to-day maintenance and debugging chores. If you’re one of the many who have enjoyed Barteks’s blog (bfilipek.com, frequently cited at isocpp.org), you’ll certainly also enjoy this entertaining and informative book. And if you haven’t enjoyed his blog yet, you should check it out too… and then enjoy the book.

2020-01-26

A Collection of Design Pattern Interview Questions Solved in C++.epub

Design Patterns is the fourth of a series of 25 Chapters devoted to algorithms, problem solving, and C++ programming.

2019-12-28

Mastering E L P (2nd)

本书对嵌入式Linux的开发过程描述整体性较好。这个是第二版,内容较新。epub格式,纯文字版。

2019-01-25

T2080RDB设计文件

这是T2080官方评估板的设计文件,包括原理图、PCB、制板文件等。

2019-01-24

Linux Device Drivers Development_ Develop customized drivers for embedded Linux

这可以说是讲嵌入式Linux驱动开发的最好的书了。这个是文字版,带书签。

2019-01-24

Accelerate_DSP_Design_Development_Tailored_Flows

从算法到FPGA,讲述了常见工具流程,包括Matlab、Aldec的仿真工具、Xilinx实现工具。

2019-01-24

Understanding and Writing Compilers - A Do It Yourself Guide

了解编译器的工作过程,并自己动手写一个。 这本书还可以。

2010-10-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除